
/* login css start */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.new-login-section {
    background: #ECF1F9;
    height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: "Inter";
}
  
.login-btn {
    display: block;
    font-size: 16px;
    color: #fff !important;
    background: #1570EF;
    border-radius: 8px;
    padding: 10px 0;
    width: 100%;
    margin-top: 20px;
    border: 1px solid transparent;
    height: 48px;
    text-align: center;
  }
  
  .login-btn:hover, .login-btn:focus {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #1570EF;
  }
  
  .new-login-section .login-bg img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .new-login-section .login-form-section {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 14px 24px rgba(14, 31, 53, 0.07);
    box-shadow: 0px 14px 24px rgba(14, 31, 53, 0.07);
    border-radius: 16px;
    padding: 30px;
    max-width: 890px;
    margin: 0 auto;
    width: 100%;
  }
  
  .new-login-section .login-left-img img {
    width: 100%;
  }
  
  .new-login-form h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #101828;
  }
  
  .new-login-form h2 span {
    color: #1570EF;
  }
  
  .new-login-form p {
    font-size: 14px;
    color: #667085;
    margin: 0;
    margin-bottom: 25px;
  }
  
  .new-login-form .form-control {
    background: #FFFFFF;
    padding: 5px 15px;
    height: 44px;
    border: 1px solid #D0D5DD;
    border-radius: 0px 4px 4px 0px;
  }
  
  .new-login-form .form-control:focus {
    border: 1px solid #1570EF;
  }
  
  .new-login-form .login-input-item {
    margin-bottom: 24px;
  }
  
  .new-login-form .login-input-item .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
  
  .new-login-form .login-input-item label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
  }
  
  .new-login-form .login-input-item .left-img {
    height: 44px;
    width: 48px;
    min-width: 48px;
    line-height: 44px;
    background: #F4F5F7;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #D0D5DD;
    border-radius: 4px 0px 0px 4px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .new-login-form .login-input-item .hide-pass,
  .new-login-form .login-input-item .hideicon,
  .new-login-form .login-input-item .hideicon1,
  .new-login-form .login-input-item .showicon1,
  .new-login-form .login-input-item .showicon2,
  .new-login-form .login-input-item .hideicon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
  }
  
  .new-login-form .input-wrp {
    position: relative;
    width: 100%;
  }
  
  .new-login-form .login-button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 24px;
  }
  
  .new-login-form .login-button-group a {
    background: rgb(21, 217, 169);
    height: 40px;
    line-height: 1;
    margin: 0;
    font-size: 15px;
  }
  
  .new-login-form .login-button-group a:nth-child(2) {
    background: rgb(144, 57, 255);
  }
  
  .new-login-form .login-button-group a:nth-child(3) {
    background: rgb(255, 85, 177);
  }
  
  .new-login-form .login-button-group a:nth-child(4) {
    background: tomato;
  }
  .new-login-form .login-button-group a:nth-child(5) {
    background: green;
  }
  
  
  .new-login-form .forget-pass {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    
  }
  
  .remember-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
  }
  
  .remember-check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
  }


@media (max-width: 767px) {
    .login-left-img {
      display: none;
    }
    .new-login-section .login-form-section {
      max-width: 470px;
    }
  }
  @media (max-width: 575px) {
    .new-login-form .login-button-group {
      -ms-grid-columns: 1fr [2];
      grid-template-columns: repeat(2, 1fr);
      margin-top: 15px;
    }
    .new-login-form .login-button-group button {
      margin-top: 0;
    }
  }
  /* new dgn css end */
/* login css end */
