
/* admin-login css */
.login-section-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100vh;
  }
/*   .logo_image img.m_logo {
    width: 200px;
} */
span.logo_image {
    margin-bottom: 20px;
}
  .BottomAssets{
      position: absolute;
      bottom: 15px;
      font-family: var(--regular);
      text-align: center;
  }
  .sharp_corner{
      position: absolute;
      right: 0;
      bottom: 0;
  }
  .login-section-inner .login-left{
      width: 57.3%;
      height: 100vh;
  }
  .login_form_box .l_error{
      color: red;
      font-size: 12px;
      line-height: 20px;
  }
  .login-right .login-form {
      width: 100%;
  }
  .l_title_section .l_error_notes {
    padding: 5px 10px;
    font-family: var(--regular);
    background: #fff;
    text-align: left;
    border-top: 1px solid #8e2825;
  }
  .l_title_section .l_error_notes span.error {
    font-size: 12px;
    line-height: 20px;
    color: #dc4545;
}
  .login-section-inner .login-left img{
      width: 100%;
  }
  .login-section-inner .login-right{
      width: 35%;
      padding: 0 3%;
      height: 100vh;
      padding-bottom: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: #eef8ff;
      position: relative;
  }
  .login-right .l_title_section{
      text-align: center;
      border-bottom: 1px solid #8e2825;
  }
  .l_title_section .l_title{
      font-size: 20px;
      line-height: 40px;
      font-weight: 500;
  }
  .l_error_notes .error .fas{
      padding-right: 5px;
  }
  .l_title_section .l_tagline{
    font-size: 13px;
    line-height: 18px;
    color: var(--grey);
    font-family: var(--regular);
    padding-bottom: 10px;
  }
/*   .UserBgicon{
      position: absolute;
  } */
 /*  .login_text{
      background-image: url(../images/user_login.png);
      background-repeat: no-repeat;
      background-position: 96%;
  } */
  .slide_item1{
    background-image: url(../images/login_asset1.png);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
  }
  .slide_item2{
    background-image: url(../images/login_asset2.png);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
  }
  .slide_item3{
    background-image: url(../images/login_asset3.png);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
  }
  .user_field{
      margin: 12px 0;
      position: relative;
  }
  .user_field span.UserBgicon {
    position: absolute;
    font-size: 17px;
    right: 15px;
    top: 50%;
    transform: translateY(10%);
    cursor: pointer;
}
.LoginWithIcon .IconLogin {
    transition: all 0.2s ease;
    position: absolute;
    padding-left: 6px;
}
.LoginWithIcon:hover .IconLogin{
    padding-left: 12px;
}
  .login-right .login_field{
      width: 100%;
      border: 1px solid var(--b_color);
      padding: 0 15px;
      height: 34px;
      font-size: 13px;
      font-weight: 400;
  }
  .user_field .pass_field{
      position: relative;
  }
  .user_field .pass_field .far{
      position: absolute;
      font-size: 16px;
      right: 15px;
      top: 20%;
      transform: translateY(30%);
      cursor: pointer;
  }
  .login-right .login_field:focus{
      outline: none;
      border-color: #29aae3;
  }
  .forgot_section {
      margin-bottom: 20px;
      text-align: right;
  }
  .forgot_section .forgot{
      font-size: 13px;
      line-height: 40px;
      font-family: var(--regular);
  }
  .l_button_part {
      text-align: center;
      margin-top: 20px;
  }
  .ImportantLinks{
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 4px;
  }
.ImportantLinks a.Impolinks {
    /* color: #333; */
    padding: 5px;
    border-right: 1px solid #ccc;
    font-family: var(--medium);
}
.ImportantLinks a.Impolinks:hover {
    color: #18486e;
}
.ImportantLinks a.Impolinks:last-child {
    border-right: 0;
}
.login_copyright a {
    font-family: var(--medium);
    transition: all 0.2s ease;
}

.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;
}
.OTPField:focus {
    outline: none;
}

#divInner{
    left: 0;
    position: sticky;
}

#divOuter{
    width: 186px; 
    overflow: hidden;
}
  @media only screen and (max-width: 1440px) {
      .login-right .l_title_section {
          text-align: center;
          margin-bottom: 10px;
      }
      .login-section-inner .login-right {
          margin: 80px 0;
      }
  }
  @media only screen and (max-width: 1199px) {
      .l_title_section .l_title {
          font-size: 22px;
          line-height: 30px;
      }
      .login_copyright {
          bottom: 15px;
          font-size: 13px;
      }
  }
  @media only screen and (max-width: 991px) {
      .login-section-inner {
          flex-wrap: wrap;
      }
      .login-section-inner .login-left {
          width: 100%;
          background: #18486e;
          margin-top: 60px;
      }
      .login-section-inner .login-right {
          width: 100%;
          padding-right: 0;
          margin: 20px auto 60px;
          max-width: 360px;
      }
      .login-section-inner .login-left img {
          width: 450px;
          height: 400px;
      }
      .login_copyright {
          right: auto;
          left: 50%;
          transform: translateX(-50%);
      }
      .login-section-inner .login-left img {
          margin: 0 auto;
      }
      .login-section-inner span.logo_image {
          top: 15px;
          right: auto;
          left: 50%;
          transform: translateX(-50%);
      }
  }
  @media only screen and (max-width: 767px) {
      .login-section-inner .login-left img {
          width: 260px;
          height: 230px;
      }
  }
  @media only screen and (max-width: 575px) {
      .login-section-inner .login-right {
          max-width: 100%;
          padding: 0 15px;
      }
      .login-right .l_title_section {
          margin-bottom: 20px;
      }
  }
  
  
  
  