 /* student login option 1*/

 .align-center {
    align-items:center;
}
body .mtb_10 {
   margin-top: 10px !important;
   margin-bottom: 10px !important;
}
.login-student-section {
   font-family: poppinsregular;
}

 .student-section .student-field-box_new {
    width: 30%;
    padding: 0 2%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-position: center;
    margin: 0 auto;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.student-field-box_new .login-form {
    width: 100%;
}
.student-field-box_new .l_title_section .l_tagline {
    text-align: center;
    margin: 0 0 8px;
    color: #333;
}
.student-field-box_new .l_title_section {
    border-bottom: 1px solid #191e3a;
    margin: 15px 0;
    text-align: center;
}
.student-field-box_new .Collegelogo {
    width: 180px;
    margin: 0 auto;
}
.student-field-box_new .socialIconsLists {
    margin-top: 30px;
    justify-content: center;
}
.student-field-box_new .BottomAssets {
    display: flex;
    font-family: var(--regular);
    margin: 15px 0;
    justify-content: center;
}

.login-Section-area .title_section .l_tagline a{
    color: #3b65ff;
}
.student-field-box_new .l_title_section span.l_titleName {
    font-size: 24px;
    font-weight: 600;
}
.login-Section-area .title_section{
    text-align: center;
    margin: 30px 0;
}
.login-Section-area .title_section .fa{
    font-size: 24px;
    color: rgb(206, 51, 51);
}
.login-Section-area {
    margin: 50px auto;
}
.login-Section-area .Collegelogo {
    width: 180px;
    margin: 0 auto;
}
.student-field-box_errorlink {
    width: 50%;
    padding: 0 2%;
    height: 100vh;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    background-image: url(../images/bg-login-img.jpg);
}
.login-Section-area span.wrongtitle {
    font-size: 22px;
}
  .p_relative {
    position: relative;
  }
  .eyeabsolute{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .Errornotice .common_check {
    display: block;
  }
  .Errornotice .checkdone .fa{
    color: green; 
  }
  .Errornotice .checkclose .fa{
    color: red; 
  }
  .student-field-box .login-form {
      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_tagline {
      text-align: left;
      margin: 0 0 8px;
      color: #333;
  }
  .student-field-box .l_title_section  {
    border-bottom: 1px solid #191e3a;
    margin: 15px 0;
  }
  .Collegelogo {
    width: 180px;
}
  .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;
    font-size: 12px;
  }
  .student-field-box .forgot_section {
      margin-bottom: 0;
  }
  .student-field-box .l_title_section .l_error_notes{
    padding: 7px;
    background: #fff8f8;
  }
  .student-field-box  .l_title_section .l_error_notes {
    padding: 5px 10px;
    text-align: left;
}
  .student-field-box .l_title_section span.l_titleName {
      border-right: 2px solid #000;
      padding-right: 15px;
      font-size: 24px;
      font-weight: 600;
  }
  .student-section {
      display: flex;
      align-items: center;
  }
  .student-section .student-slider-lists{
      width: 75%;
  }
  .student-section .student-slider-lists .slick-arrow{
      display: none !important;
  }
  .user_field .pass_field {
    position: relative;
}
.forgot_section {
    margin-bottom: 20px;
    text-align: right;
}
  .student-section .student-field-box{
      width: 25%;
      padding: 0 2%;
      height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      background-color: #fff;
    /*   background-image: url("../images/L_bag.jpg"); */
      background-position: center;
  }
 /*  .student-section .login_copyright {
      position: absolute;
      bottom: 15px;
      font-size: 13px;
      left: 50%;
      transform: translateX(-50%);
      color: #000;
      width: 100%;
      text-align: center;
  } */
  .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: 15px 0;
    border-bottom: 1px solid #ccc;
}
  .student-section ul.slick-dots li.slick-active button{
      background: #18486e;
  
  }
  .student-section .student-field-box .login_field{
    font-family: var(--regular);
      width: 100%;
      border: 0;
      height: 34px;
      font-size: 13px;
      font-weight: 400;
      padding: 0 15px;
      transition: all 0.4s ease;
      background: transparent;
  }
  
  .student-section .user_field .pass_field .far {
      position: absolute;
      font-size: 15px;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #333;
  }
  .student-section .forgot_section a.LoginviaOTPtext,.student-section .forgot_section a.LoginviaPassword {
    text-decoration: none;
    line-height: 30px;
    display: inline-block;
    padding: 0 12px;
}
.LoinwithotpField{
    font-family: var(--regular);
    width: 100%;
    border: 0;
    height: 38px;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.4s ease;
    background: transparent;
    margin: 8px 0;
    border-bottom: 1px solid #ccc;
}
.NewPassBoxContent .pass_field {
    position: relative;
}
.NewPassBoxContent .pass_field  .far{
    position: absolute;
    font-size: 16px;
    right: 15px;
    top: 20%;
    transform: translateY(30%);
    cursor: pointer;
}
.student-section .Relogin_field {
    font-family: var(--regular);
    width: 100%;
    border: 0;
    height: 34px;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    transition: all 0.4s ease;
    background: transparent;
    border-bottom: 1px solid #ccc;
    margin: 12px 0;
}
.student-section .LoginWithIcon{
    display: block;
    padding: 9px 20px;
    text-align: center;
}
.student-section .Relogin_field:focus {
   outline: none;
}
.LoinwithotpField:focus{
    outline: none;
}
.student-section .LoginButton,.student-section .SendOTP , .student-section .VerifyOtpButton{
    width: 100%;
    text-align: center;
    height: 38px;
    border-radius: 24px;
    line-height: 38px;
    border: none;
}
 .student-section .VerifyOtpButton{
    width: 100%;
    text-align: center;
    height: 38px;
    border-radius: 24px;
    line-height: 38px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .student-section .forgot_section .forgottext{
      color: #333;
      text-decoration: none;
  }
.b_slider1{
    background-image: url(../images/login_slider1.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.b_slider2{
    background-image: url(../images/login_slider2.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.b_slider3{
    background-image: url(../images/login_slider1.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.b_slider4{
    background-image: url(../images/login_slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.student-section .pauseplay{
    position: absolute;
    right: 25px;
    bottom: 25px;
    background-color: #191e3a;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.student-section button.slick-pause {
    background: transparent;
    border: 0;
    height: 60px;
    width: 60px;
}
.student-section .slick-pause::after{
    content: "";
    position: absolute;
    background-image: url("../images/pause-button.png");
    height: 60px;
    width: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.student-section .slick-pause.paused::after{
    background-image: url("../images/play-button.png");
}
.slick-track a:focus {
    outline: 0;
}

.student-section .socialIconsLists {
    margin-top: 30px;
}
.student-section .socialIconsLists .SocialIconLogin {
    font-size: 15px;
    margin-right: 15px;
    border: 1px solid #000;
    color: #333;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.student-section .socialIconsLists .SocialIconLogin:hover {
    background-color: var(--theme);
    color: #fff;
    border-color: var(--theme);
}
#divOuter {
    width: 186px;
    overflow: hidden;
}
#divInner {
    left: 0;
    position: sticky;
}
.OTPField {
    padding-left: 12px;
    font-weight: 500;
    letter-spacing: 41px;
    border: 0;
    height: 34px;
    background-image: linear-gradient(to left, #8e2825 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    font-size: 14px;
    min-width: 220px;
    background-color: #f0f9ff;
}
.OTPField:focus {
    outline: none;
}
.BottomAssets {
    display: block;
    font-family: var(--regular);
    margin: 15px 0;
}
/* .BottomAssets .ImportantLinks {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 6px;
} */
.BottomAssets .ImportantLinks a.Impolinks {
    padding: 5px;
    border-right: 1px solid #ccc;
    font-family: var(--medium);
    font-weight: 500;
}
.BottomAssets .ImportantLinks a.Impolinks:last-child {
    border-right: 0;
}
.student-section .pauseplay:focus-visible{
    outline: none;
}
.CaptchaSection  {
   margin: 15px 0;
}
.CaptchaSection .CaptchaBox {
    padding: 10px 0;
}
.CaptchaSection .CaptchaBox .CaptchaCode {
    font-size: 20px;
    /* font-family: 'Roboto Mono', monospace; */
    font-weight: 400;
    margin-right: 15px;
    color: #333;
    background: #f1f1f1;
    padding: 5px 10px;
    font-weight: 500;
}
.CaptchaSection a.RefreshIcon {
    height: 30px;
    width: 30px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
}
.CaptchaSection .CaptchaInputField {
    border: 1px solid #ccc;
    padding: 8px 15px;
}
.CaptchaSection .CaptchaInputField:focus {
    outline: none;
    border-color: #6d90ff;
}




@media only screen and (max-width: 1440px) {
    .student-section .student-slider-lists {
        width: 70%;
    }
    .student-section .student-field-box{
        width: 30%;
    }
}
@media only screen and (max-width: 1199px) {
    .student-section .student-slider-lists {
        width: 65%;
    }
    .student-section .student-field-box{
        width: 35%;
    }
    .student-field-box .forgot_section {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .student-section .student-field-box_new {
        width: calc(100% - 20%);
    }
    .student-section .pauseplay {
        top: 20px;
    }
    .student-section {
        flex-wrap: wrap;
    }
    .student-section .student-field-box{
        width: 100%;
        height: 100%;
        order: 2;
    }
    .student-section  .slick-slide{
        width: 100%;
    }
    .student-section .student-slider-lists {
        width: 100%;
    }
    .student-section .student-slider-lists .b_slider1,.student-section .student-slider-lists .b_slider2,.student-section .student-slider-lists .b_slider3,.student-section .student-slider-lists .b_slider4 {
        width: 100%;
        min-height: 430px;
        height: 100%;
    }
    .login-form .Collegelogo {
        width: 200px;
        margin: 12px auto 7px;
    }
    .student-field-box .login-form {
        width: 100%;
        padding-bottom: 100px;
        margin: 0 auto;
        max-width: 550px;
    }
 /*    .student-field-box .BottomAssets {
        left: 50%;
        transform: translateX(-50%);
    } */
    .student-section .socialIconsLists {
        justify-content: center;
    }
    .student-field-box .l_title_section .l_tagline {
        text-align: center;
    }
    .student-field-box .l_title_section .l_title {
        text-align: center;
        line-height: 22px;
    }
    .student-field-box .l_title_section span.l_titleName {
        border-right: 0;
        padding-right: 0;
    }
    
}

@media only screen and (max-width: 767px) {
    .student-field-box_errorlink {
        width: 100%;
    }
    .student-section .student-field-box_new {
        width: 95%;
    }
    .login-form .Collegelogo {
        width: 150px;
    }
    .student-section {
        flex-wrap: wrap;
    }
    .student-section .student-slider-lists {
        width: 100%;
        order: 1;
    }
    .student-section .student-field-box{
        width: 100%;
        order: 2;
    }
    .student-section .student-field-box{
        padding: 0 15px;
    }
    .student-section .pauseplay {
        top: 40px;
        transform: translateY(-40%);
        height: 50px;
        width: 50px;
    }
    .student-section .slick-pause::after {
        height: 40px;
        width: 40px;
    }
    .student-section .student-slider-lists .b_slider1, .student-section .student-slider-lists .b_slider2, .student-section .student-slider-lists .b_slider3,.student-section .student-slider-lists .b_slider4 {
        min-height: 300px;
        max-height: 300px;
    }
    .student-field-box .BottomAssets {
        width: 100%;
    }
}
  
     