

.login-page_wrapper .login_page_container {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
}
.login-page_wrapper .login_page_container:before {
    content: "";
    position: absolute;
    height: 2000px;
    width: 2000px;
    top: -10%;
    right: 48%;
    transform: translateY(-50%);
    background-image:linear-gradient(
348deg, #00834a, #00295d);
    transition: 1.8s ease-in-out;
    border-radius: 50%;
    z-index: 6;
}

.rbt-banner-1 {
    background: linear-gradient(135deg, #00834a, #00295d);
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-size: cover;
    min-height:100vh;
}

.theme-btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 500px;
  height: 200px;
  background: linear-gradient(194deg, #107a4c, #092c58);
  border-color: transparent;
  border-radius: 100px;
  transform: translate(-40px, -80px) scale(0.1);
  z-index: -1;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:hover::after {
  transform-origin: 100px 100px;
  transform: scale(1) translate(-10px, -70px);
}

.theme-btn-big {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
}

.theme-btn-medium {
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 20px;
  color: #fff !important;
}

.theme-btn-full {
  width: 100%;
  justify-content: center;
}

.mean-container .mean-nav>ul {
  margin-bottom: 20px;
}
.login-logo{
    position: absolute;
    left: 32px;
    top: 50px;
}
.login-logo img{
    max-width:220px;
    height:auto;
    margin-bottom:20px
}
.lbl{
    color:#fff
}
.back-to-login-link{
    color: #fff;
        text-decoration: none;
    border: 2px solid #fff;
    display: flex
;
    width: 130px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 49px;
}
.theme-btn-3 {
    border-radius: 6px;
    background: #ff4b2b;
    border: 0;
    font-weight: 900;
    margin-block: 20px;
}

.theme-btn-3::after {
  background-color: linear-gradient(135deg, #107a4c, #092c58);
}

.theme-btn-3 i {
  margin-left: 5px;
}

.login-page_wrapper .forms-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.login-page_wrapper .input-field span {
  position: absolute;
  right: 19px;
  top: 18px;
  cursor: pointer;
}
.login-page_wrapper .signin-signup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 75%;
    width: 50%;
    transition: 1s 0.7s ease-in-out;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
}
.login-page_wrapper form.sign-in-form {
    z-index: 2;
}
.login-page_wrapper form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
    transition: all 0.2s 0.7s;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.login-page_wrapper .forget-password-form {
    display: none;
    z-index: 2;
    position: relative;
}
.login-page_wrapper .title {
    font-size: 2.2rem;
    color: #444;
    margin-bottom: 10px;
}
.login-page_wrapper .input-field {
  
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

#signup-box {
    padding-right: 54px;
}
.forget {
    width: 100%;
    text-align: right;
    max-width: 380px;
}
.login-page_wrapper .btn {
    width: 100%;
    background-color: #5995fd;
    border: none;
    outline: none;
    height: 49px;
    border-radius: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}
.login-page_wrapper .btn:hover {
    background-color: #4d84e2;
}
.login-page_wrapper .input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    transition: 0.5s;
    font-size: 1.8rem;
}
.login-page_wrapper .input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}
.login-page_wrapper .input-field input:focus{
    font-weight: bold;
    color: #000 !important;
    opacity: 1;
}
.login-page_wrapper .panels-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.login-page_wrapper .left-panel {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%;
}
.login-page_wrapper .panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    z-index: 6;
}
login-page_wrapper .panel .content {
    color: #fff;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
    /* margin-top: -145px; */
    padding: 0px 20px 0px 20px;
}
.content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.login-page_wrapper .panel h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
}
.login-page_wrapper .panel p {
    font-size: 0.95rem;
    padding: 0.7rem 0;
    color: #fff;
}
.login-page_wrapper .btn.transparent {
    margin: 0;
    padding: 0;
    background: none;
    /* border: 2px solid #fff; */
}
.login-page_wrapper .btn.transparent a {
    color: #ffff;
    border: 2px solid #fff;
    display: flex;
    width: 130px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 49px;
    margin: auto;
}
.form-control:focus{
    box-shadow:none !important
}
.header-layout {
    position: relative;
    z-index: 1;
}
.header_section {
    /*background: linear-gradient(
270deg, #00784c, #004059);*/
    background: #fff;
    padding:  0;
    box-shadow: 0 0 20px -6px #00000036;
    border-bottom: 1px solid #6666663d;
}
.header-layout .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 19%;
    height: 83px;
    z-index: -1;
}
.bg-mask {
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background-repeat: no-repeat;
}
.header_section .navbar-brand img {
    max-width: 120px;
    height: auto;
}

.pb_20 {
    padding: 10px 10px 0px 10px;
}
.form-label {
    margin-bottom: 0.5rem;
}
.my_form_b {
    background-color: #efefef;
    border: 1px solid #d2d8dd;
    margin-bottom: 10px;
    padding: 5px 10px;
    position: relative;
}
.input_icon {
      position: relative;
}
.input_icon .ace-icon  {
    z-index: 2;
    position: absolute;
    border-radius: 5px;
   top: 1px;
    right: 0;
    line-height: 30px !important;
    display: inline-block;
    color: #6c6969;
    font-size: 18px !important;
   
    padding: 0 14px;
    
}
.max450{
    background:#141130;
    max-width:320px;
    text-align:center;
    padding:15px 0;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .login-logo{
        position:relative;
        top:0;
        left:0
         

    }
    #signup-box {
padding-right: 11px;
        margin-bottom: 23px;
}
    .navbar navbar{
        display:flex
    }
    .header_section .w-100{
        width:auto !important
    }
    .header-layout .logo-bg{
            width: 56%;
    }
    .navbar-brand{
display:inline-block    
    }
  .login-page_wrapper .login_page_container::before{
 width: 1500px;
    height: 1500px;
    transform: translateX(-50%);
    left: 30%;
    bottom: 55%;
    right: initial;
    top: initial;
    transition: 2s ease-in-out;
  }
  .login-page_wrapper .signin-signup, .login_page_container.sign-up-mode .signin-signup {
    left: 50%;
  }
   .login-page_wrapper .signin-signup {
  width: 100%;
        top: 90%;
        transform: translate(-50%, -100%);
        transition: 1s 0.8s 
ease-in-out;
        margin-top: -50px;
  }
   .login-page_wrapper form {
    padding: 0 1.5rem !important;
  }
   .theme-btn-3{
           margin-top: 19px;
   }
     .login-page_wrapper .panels-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }
     .login-page_wrapper .left-panel {
    grid-row: 1 / 2;
  }
       .login-page_wrapper .panel .content {
    padding: 0.5rem 1rem;
  }
         .login-page_wrapper .panel h3 {
    font-size: 1.2rem;
  }
         .login-page_wrapper .panel p {
font-size: 0.7rem;
        padding: 0.0rem 0;
        padding-right: 0px;
        padding-left: 0px;
  }
         .login-head {
  margin-left: 0;
}
         .login-page_wrapper .forms-container {
    position: static;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}
}

