*, *::after, *::before {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    user-select: none;

  }

  .book_preload

  {

    display: none;

  }

  /* Generic */

  .login-new {

    width: 100%;

    height: 90%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    background-color: #ecf0f3;

    color: #a0a5a8;

    padding-top: 40px;

    padding-bottom: 40px;

  }


  

  /**/

  .main {

    position: relative;

    width: 1000px;

    min-width: 1000px;

    min-height: 550px;

    height: 550px;

    padding: 25px;

    background-color: #ecf0f3;

    box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;

    border-radius: 12px;

    overflow: hidden;

  }

  @media (max-width: 1200px) {

    .main {

      transform: scale(0.7);

    }

  }

  @media (max-width: 1000px) {

    .main {

      transform: scale(0.6);

    }

  }

  @media (max-width: 800px) {

    .main {

      transform: scale(0.5);

    }

  }

  @media (max-width: 600px) {

    .main {

      transform: scale(0.4);

    }

  }

  

  .contgainer-both {

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    top: 0;

    width: 600px;

    height: 100%;

    padding: 25px;

    background-color: #ecf0f3;

    transition: 1.25s;

  }

  

  .form {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    width: 100%;

    height: 100%;

  }

  .form__icon {

    object-fit: contain;

    width: 30px;

    margin: 0 5px;

    opacity: 0.5;

    transition: 0.15s;

  }

  .form__icon:hover {

    opacity: 1;

    transition: 0.15s;

    cursor: pointer;

  }

  .form__input {

    width: 350px;

    height: 40px;

    margin: 4px 0;

    padding-left: 25px;

    font-size: 13px;

    letter-spacing: 0.15px;

    border: none;

    outline: none;

    font-family: "Montserrat", sans-serif;

    background-color: #ecf0f3;

    transition: 0.25s ease;

    border-radius: 8px;

    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;

  }

  .form__input:focus {

    box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;

  }

  .form__span {

    margin-top: 30px;

    margin-bottom: 12px;

  }

  .form__link {

    color: #181818;

    font-size: 15px;

    margin-top: 25px;

    border-bottom: 1px solid #a0a5a8;

    line-height: 2;

  }

  

  .title {

    font-size: 34px;

    font-weight: 700;

    line-height: 3;

    color: #181818;

  }

  

  .description {

    font-size: 14px;

    letter-spacing: 0.25px;

    text-align: center;

    line-height: 1.6;

  }

  

  .button {

    width: 180px;

    height: 50px;

    border-radius: 25px;

    margin-top: 50px;

    font-weight: 700;

    font-size: 14px;

    letter-spacing: 1.15px;

    background-color: var(--main-color);

    color: #f9f9f9;

    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;

    border: none;

    outline: none;

  }

  

  /**/

  .a-container {

    z-index: 100;

    left: calc(100% - 600px );

  }

  

  .b-container {

    left: calc(100% - 600px );

    z-index: 0;

    display: contents;

  }

  

  .switch {

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 400px;

    padding: 50px;

    z-index: 200;

    transition: 1.25s;

    background-color: #ecf0f3;

    overflow: hidden;

    box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9;

  }

  .switch__circle {

    position: absolute;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    background-color: #ecf0f3;

    box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;

    bottom: -60%;

    left: -60%;

    transition: 1.25s;

  }

  .switch__circle--t {

    top: -30%;

    left: 60%;

    width: 300px;

    height: 300px;

  }

  .switch__container {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    position: absolute;

    width: 400px;

    padding: 50px 55px;

    transition: 1.25s;

  }

  .switch__button {

    cursor: pointer;

  }

  .switch__button:hover {

    box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;

    transform: scale(0.985);

    transition: 0.25s;

  }

  .switch__button:active, .switch__button:focus {

    box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;

    transform: scale(0.97);

    transition: 0.25s;

  }

  

  /**/

  .is-txr {

    left: calc(100% - 400px );

    transition: 1.25s;

    transform-origin: left;

  }

  

  .is-txl {

    left: 0;

    transition: 1.25s;

    transform-origin: right;

  }

  

  .is-z200 {

    z-index: 200;

    transition: 1.25s;

  }

  

  .is-hidden {

    visibility: hidden;

    opacity: 0;

    position: absolute;

    transition: 1.25s;

  }

  

  .is-gx {

    animation: is-gx 1.25s;

  }
  form#b-form h2 span {

    color: var(--main-color);

}



.form__icons {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}

span.new-icon i {

  font-size: 22px;

  padding: 20px 10px;

  color: var(--secondary);

  transition: all 0.3s linear;

}



span.new-icon i:hover

{

  transform: translateY(-10px);

}

  @keyframes is-gx {

    0%, 10%, 100% {

      width: 400px;

    }

    30%, 50% {

      width: 500px;

    }

  }



  @media (max-width : 768px) {

    .form__input

    {

      border: 1px solid var(--main-color);

    }

    .login-new

    {

      max-height: 420px;

    }

    .main

    {

        position: relative;

        overflow: visible;

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

        height: auto;

        /* min-width : 700px; */

        transform: scale(0.7);

        

    }

    .switch

    {

        display: none;

    }

    .contgainer-both

    {

        

        width: 80%;

        position: initial;

        

    }

    

    .line{

        width: 80%;

        height: 2px;

        background-color:var(--main-color);

    }

  }



  /* login */

  /*--login css--*/

.login-4 {

  background-image: linear-gradient(to bottom, #fff, var(--main-color));

  /*background-image: linear-gradient(to bottom, #e95924, #d3410b);*/

}

.login-4 .form-section {

  min-height: 100vh;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 30px 0;

}




.login-4 .form-inner {

  max-width: 450px;

  width: 100%;

  margin: 0 30px;

  text-align: center;

}

.login-4 .form-section a {

  text-decoration: none;

}

.login-4 .logo img {

  margin-bottom: 15px;


}

.login-4 .form-section h3 {

  margin: 0 0 30px;

  font-size: 22px;

  font-weight: 400;

  color: #000;

}

.login-box .alert {

  padding: 15.5px 20px;

  font-size: 19px;

  border: none !important;

  border-radius: 3px;

  margin-bottom: 25px;

}

.login-box .alert-dismissible .btn-close {

  padding: 18.5px 19px;

  background-size: 8px;

}

.login-4 .form-section .form-group {

  margin-bottom: 25px;

}

.login-4 .form-section .form-control {

  padding: 11px 20px 9px;

  font-size: 15px;

  outline: none;

  height: 50px;

  color: #535353;

  border-radius: 50px;

  font-weight: 500;

  border: 1px solid transparent;

  background: #fff;

}

.login-box .login-popover-abs {

  position: absolute;

  right: 15px;

  top: 15px;

}

.login-box .login-popover {

  font-size: 14px;

  color: #777;

  cursor: help;

}


/* Countries */
  .form-select {
    width: 100%;
    padding: 11px 20px 9px;
    font-size: 15px;
    outline: none;
    height: 50px;
    color: #878b8e;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    transition : 0.25 ease;
    box-shadow: inset 2px 2px 4px #d1d9e6 , inset -2px -2px 4px #f9f9f9;
    margin-bottom : 20px;
  }


.form-select:focus {
    box-shadow: inset  4px 4px 4px #d1d9e6 , inset -4px -4px -4px #f9f9f9;
}


.form-selection option{
  color: #495057;
  background-color: #fff;
}


.login-4 .btn-primary {

  background: #213f4e;

}


.login-4 .btn {

  box-shadow: none!important;

}


.login-4 .btn-lg {

  padding: 0 50px;

  line-height: 50px;

}



.login-4 .btn-theme {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  -webkit-appearance: none;

  border: none;

  outline: none !important;

  color: #ffffff;

  text-transform: capitalize;

  transition: all 0.3s linear;

  z-index: 1;

  overflow: hidden;

  cursor: pointer;

  font-size: 17px;

  font-weight: 400;

  font-family: 'Jost', sans-serif;

  border-radius: 50px;

  float: left;

}

.login-4 .btn-theme:hover {

  color: #fff;

}

.float-end {

  float: right!important;

}

.login-4 .form-section a.forgot-password {

  font-size: 15px;

  color: #fff;

  line-height: 50px;

}

.login-4 .form-section .extra-login {

  float: left;

  width: 100%;

  margin: 25px 0 25px;

  text-align: center;

  position: relative;

}



.login-4 .form-section ul {

  list-style: none;

  padding: 0;

  margin: 0 0 20px;

}

.login-4 .form-section .social-list li {

  display: inline-block;

  margin-bottom: 5px;

}

.login-4 .form-section .social-list li a {

  font-size: 13px;

  font-weight: 400;

  width: 130px;

  margin: 2px 0 3px 0;

  height: 40px;

  line-height: 40px;

  border-radius: 20px;

  display: inline-block;

  text-align: center;

  text-decoration: none;

  background: #fff;

  box-shadow: 0 0 5px rgb(0 0 0 / 20%);

}

.login-4 .form-section .social-list li a i {

  height: 40px;

  width: 40px;

  line-height: 40px;

  float: left;

  color: #fff;

  font-size: 14px;

  border-radius: 20px;

}

.login-4 .facebook-i {

  background: #4867aa;

}

.login-4 .twitter-i {

  background: #33CCFF;

}

.login-4 .google-i {

  background: #db4437;

}

.login-4 .form-section .thembo {

  margin-left: 4px;

}

.login-4 .form-section p a {

  color: #fff;

}

.login-4 .form-section a {

  text-decoration: none;

}

.login-4 .clip-home {

  clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 20% 100%);

  position: relative;

}

.login-4 .bg-img {

  background: url(/assets/images/student/student_login.png);
  /*//background: url(/HTML/Innovative-Elearning/images/slider-1.webp) top left repeat;*/

  background-size: cover;

  top: 0; 

  bottom: 0;

  min-height: 600px;

  padding: 0;

}

.login-4 .bg-img-1 {

  background: url(/assets/images/teachers/teacher_login.png);

  background-size: 100%;

  top: 0; 

  bottom: 0;

  min-height: 600px;

  padding: 0;

}

.h-100 {

  height: 100%!important;

}

.login-box .password-indicator {

  position: absolute;

  right: 15px;

  top: 17px;

  cursor: pointer;

  visibility: hidden;

  opacity: 0;

  transition: visibility 0s linear 300ms, opacity 500ms;

  font-size: 17px;

  color: #999;

}

.position-relative {

  position: relative!important;

}

.login-box .password-wrapper:hover .password-indicator {

  visibility: visible;

  opacity: 1;

  transition: visibility 0s linear 0s, opacity 500ms;

  font-size: 17px;

  color: #555;

}

.login-4 .form-section .extra-login::before {

  position: absolute;

  left: 0;

  top: 10px;

  width: 100%;

  height: 1px;

  background: #00000014;

  content: "";

}

.login-4 .form-section .extra-login > span {

  width: auto;

  float: none;

  display: inline-block;

  padding: 1px 20px;

  z-index: 1;

  position: relative;

  font-size: 15px;

  color: #fff;

  text-transform: capitalize;

  /* background-image: linear-gradient(to bottom, var(--main-color), var(--secondary)); */

}

.login-4 .form-section p {

  color: #fff;

  margin-bottom: 0;

  font-size: 15px;

  font-weight: 500;

}

a.hidden-xs.rs-search

{

  display: NONE !important ;

}


.loginPageText{
  word-spacing: 2px !important;
}