  /* student login option 1*/
  body {
        background-color: #f8f8ff !important;
  }
form.login_form_box {
    background-color: #fff;
    padding: 25px 55px 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}
.student-section .student-field-box{
   width: 35%;
    position: relative;
    display: flex;
        justify-content: center;
  }
  .banner_items {
    width: 65%;
    position: relative;
}
.mobilelogin .label {
     font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.mobilelogin {
    margin-bottom: 15px;
}

.mobilelogin .error {
    color: #ff3030;
    margin-top: 5px;
}
.Login_title_section {
    margin-bottom: 15px;
}

 .login_form_box .LoinwithpField {
    height: 42px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 15px;
    width: 94%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
 .login_form_box .LoinwithpField::placeholder {
    font-family: 'Poppins', sans-serif;
}
 .login_form_box .LoinwithpField:focus-visible {
    outline: none;
}
.button_part {
   margin-top: 20px;
}
    .button_part .LoginButton {
        transition: all 0.2s ease;
        background-color: #18486e;
        border-color: #18486e;
        color: #fff;
        display: block;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 24px;
        text-align: center;
        width: 100%;
    }
.button_part .LoginButton:hover {
    background-color: #10314d;
    border-color: #10314d;
    color: #fff;
}
.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 21px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    transition: all 0.2s ease-in-out;
    margin-right: 6px;

}
.otp-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5); /* Tailwind's blue-500 ring */
}

  .student-section .login_copyright {
      font-family: var(--regular);
      font-size: 13px;
      color: #333;
  }
.socialIconsLists {
    display: flex;
    align-items: center;
    justify-content: center;
        margin: 10px 0;
}
 .socialIconsLists .SocialIconLogin {
    transition: all 0.3s ease;
    color: #4b74db;
    margin-right: 25px;
    width: 20px;
}

 .socialIconsLists .SocialIconLogin img {
    width: 100%;
}
.poweredflex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error {
    color: #e54848;
    background-color: #fff8f8;
    padding: 7px;
}
.poweredflex .poweredtext {
      font-size: 11px;
    color: #5c5c5c;
        margin-right: 10px;
}
.poweredflex .poweredimg {
    width: 90px;
}
.poweredflex .poweredimg .poweredlogo {
    width: 100%;
}
.companylogosec  {
  display: flex;
    align-items: center;
    justify-content: center;
}
.companylogosec .companylogo  {
    width: 180px;
}
.companylogosec .companylogo img  {
    width: 100%;
}

.Login_title_section .Login_title_part {
      text-align: center;
    border-bottom: 1px solid #18486e;
    padding-bottom: 8px;

}
.Login_title_section .Login_title_part .l_title {
    font-size: 24px;
    font-weight: 600;
}
.Login_title_section .Login_title_part .l_tagline {
    font-size: 13px;
    line-height: 23px;
    color: #333;
}

.resentarea {
    margin-top: 10px;
}
.resentarea a {
    text-decoration: underline;
    color: #000;
    
}
  .student-field-box .login-form {
    margin: auto;
    position: relative;
    margin: 0 15px;
  }

.aniimage {
   position: absolute;
    right: -30px;
    z-index: 1;
}
.aniimage img {
    width: 100%;
}
  .banner_items .slick-track {
    height: 100vh;
}
/*  .banner_item_single1 {
      background-image: url(../images/banner1.jpg);
     background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
} */
/* .banner_item_single2 {
      background-image: url(../images/loginbanner.jpg);
      background-repeat: no-repeat;
    background-size: cover;
}
 .banner_item_single3 {
    background-image: url(../images/loginbanner.jpg);
       background-repeat: no-repeat;
    background-size: cover;
} */

.loginwithotp {
    text-align: right;
}
.loginwithuseridpass {
    text-align: right;
}

 .student-section .student-field-box .login_field::placeholder{
    color: #646464;
  }
.p_relative {
    position: relative;
}
.mobilelogin .iconimagemob img {
    opacity: 0.8;
    position: absolute;
    right: 13px;
    top: 50%;
transform: translateY(-50%);
}

 .user_field .pass_field {
    position: relative;
    display: flex;
}

 .user_field .pass_field .slecttype select.selectusertype {
    height: 34px;
    padding: 5px 11px 5px 6px;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
}
 .user_field .pass_field .slecttype select.selectusertype:focus-within {
  outline: none;
}
.captcha .captcha_field .captcha_type::placeholder {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.captcha .captcha_field .captcha_type {
    height: 34px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.4s ease;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.captcha .captcha_field .captcha_type:focus-within {
    outline: none;
}


.captchaimage {
    display: flex;
}
.captchaimage .refreshbtn {
    margin-left: 10px;
    font-size: 18px;
    
}


 .bottomtermslinks {
    padding: 5px 15px;
    text-align: center;
}
.bottomtermslinks a {
       color: #898989;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    padding-right: 10px;
} 
.captchasection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.captchasection .captcha_field .captcha_type {
    width: 150px;
}
.forgotpasssec {
    text-align: right;
}

.appdownload {
    display: flex;
    align-items: center;
    justify-content: center;
margin: 5px 0 10px;
}
.appdownload .appcommon {
    width: 100px;
    margin: 0 6px;
}
.appdownload .appcommon img {
    width: 100%;
}




















  .student-field-box .login_field:focus{
      outline: 0;
  }
  .student-field-box .login_field::placeholder{
      color: #000;
  }
  .student-field-box .l_title_section .l_title{
      text-align: left;
      color: #000;
      margin-bottom: 15px;
  }
  .student-field-box .l_title_section .l_tagline {
      text-align: left;
      margin-bottom: 0;
      color: #333;
  }
  .Collegelogo {
    width: 250px;
}
  .Collegelogo img {
    width: 100%
}
  .student-field-box .l_title_section .l_error_notes {
      text-align: left;
  }
  .student-field-box .l_title_section .l_error_notes span.error{
    color: #ff3030;
  }
  .student-field-box .forgot_section {
      margin-bottom: 20px;
  }
  .student-field-box .l_title_section .l_error_notes{
    padding: 7px;
    background: #fff6f6;
  }
  .student-field-box  .l_title_section .l_error_notes {
    padding: 5px 10px;
    font-family: var(--regular);
    text-align: left;
    border-top: 1px solid #8e2825;
    border-bottom: 1px solid #8e2825;
}
  .student-field-box .l_title_section span.l_title {
      border-right: 2px solid #000;
      padding-right: 15px;
      font-size: 24px;
  }
  .student-section {
      display: flex;
      align-items: center;
     /*  background-color: #fff; */
  }
  .fooerbottom {
    padding: 25px 0;
    background-color: #fff;
        border-radius: 0 0 20px 20px;
}
  .student-section .student-slider-lists{
      width: 75%;
  }
  .student-section .student-slider-lists .slick-arrow{
      display: none !important;
  }
  

  .student-section ul.slick-dots {
      position: absolute;
      bottom: 5%;
      display: flex;
      align-items: center;
      left: 50%;
      transform: translateX(-50%);
      padding: 0;
  }
  .student-section ul.slick-dots li {
      list-style: none;
      margin: 0 5px;
  }
  .student-section ul.slick-dots li button{
      height: 15px;
      width: 15px;
      border-radius: 50%;
      font-size: 0;
      border: 0;
  }
  .student-section .user_field {
    margin: 12px 0;
}
  .student-section ul.slick-dots li.slick-active button{
      background: #18486e;
  
  }
  .student-section .student-field-box .login_field{
    font-family: var(--regular);
    width: 100%;
    height: 34px;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.4s ease;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .student-section .user_field .pass_field .far {
      position: absolute;
    font-size: 17px;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
  }
  .student-section .forgot_section a.LoginviaOTPtext,.student-section .forgot_section a.LoginviaPassword {
    text-decoration: none;
    line-height: 30px;
    display: block;
}

.LoinwithotpField:focus{
    outline: none;
}
  .student-section .forgot_section .forgottext{
      color: #333;
      text-decoration: none;
      display: block;
  }

.slick-track {
    height: 100% !important;
}




@media only screen and (max-width: 1240px) {
   .companylogosec .companylogo {
        width: 140px;
    }
    .Login_title_section {
        margin-bottom: 0;
    }
    .student-section .user_field {
        margin: 8px 0;
    }
    .button_part {
        margin-top: 15px;
    }

}
  
@media only screen and (max-width: 1199px) {
    .button_part .LoginButton {
        padding: 6px 15px;
    }
}
@media only screen and (max-width: 991px) {
    .student-section {
        flex-wrap: wrap;
    }
    .student-section .student-field-box {
        width: 100%;
        justify-content: center;
    }
    .banner_items {
        width: 100%;
    }
.captchasection .captcha_field .captcha_type {
    width: 87%;
}



}

@media only screen and (max-width: 767px) {
    .student-section .student-field-box {
        margin: 20px 0;
    }
    .bottomtermslinks {
        padding: 5px 3px;
    }
    .captchasection {
        margin-top: 25px;
    }
    .button_part {
        margin-top: 25px;
    }
    form.login_form_box {
        padding: 25px 15px 0;
    }
        .student-section .student-field-box {
        margin-bottom: 20px;
    }
}