* html {
  scroll-behavior: smooth;
   overflow-x: hidden;
   margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
  overflow-x: hidden;
   font-family: "Roboto", sans-serif;
}

 .login-wrapper {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .login-section {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
      padding: 40px 20px;
    }
.login_logo-img img{
  width: 32%;
  height: auto;
  object-fit: cover;
}
.login_logo-sec{
  text-align: center;
}
.paykosh_logo-title h2 {
background-image: linear-gradient(177deg, rgba(75, 102, 163, 1) 42%, rgba(189, 74, 100, 1) 63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
    font-weight: 900;
    font-size: 3.5rem;
    text-transform: capitalize;
}
.paykosh_logo-title h6{
  font-size: .8rem;
  font-weight: 500;
  color: #002e5b;
}
.login-form-head{
  display: flex;
      margin: 0rem 0rem 2rem 0rem;
}
.login-form-head h5{
  font-size: 1.3rem;
  font-weight: 400;
  color:#4f4f4f;
  align-items: center;
    justify-content: center;
    display: flex;
}
.social-icons{
  margin: 0rem 0rem 0rem .6rem;
}
.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 1px;
  border-radius: 50%;
   background-image: linear-gradient(to right, rgb(254, 164, 68) 0%, rgb(252, 101, 57) 100%);
  color: #fff;
  font-size: 14px;
  transition: all 0.9s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.social-icons a:hover {
      background-image: linear-gradient(to right, rgb(252, 101, 57) 12%, rgb(75, 102, 163) 75%);
       transform: scale(1.1);
}
.pass-t a{
  color:#4f4f4f;
  text-decoration: none;
}
.login_btn1 .log_btn{
    background-image: linear-gradient(to right, rgb(254, 164, 68) 0%, rgb(252, 101, 57) 100%);
    color: rgb(255, 255, 255);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
    padding: 12px 30px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    text-decoration: none;
    margin: 0.25rem;
    transition: transform 0.8s;
}

.login_btn1 .log_bt:hover {
    background-image: linear-gradient(to right, rgb(254, 164, 68) 0%, rgb(252, 101, 57) 100%);

}

.login_btn1 p{
  font-size: .9rem;
  font-weight: 500;
  color:#4f4f4f;
}
.login_btn1 a{
  font-size: .9rem;
  font-weight: 500;
  color:#4f4f4f;
  text-decoration: none;

}
 .login-form-box {
    width: 100%;
    }
.form-control {
      border-radius: 0.4rem;
    }

  .footer {
    background-image: linear-gradient(to right, rgb(252, 101, 57) 30%, rgb(75, 102, 163) 100%);
      color: #fff;
      padding: 10px 0;
    }
.footer-tt {
        margin-top: .5rem;
    }
    



