/*.login_form {
  background: linear-gradient(to bottom, rgb(245 246 252 / 22%), rgb(20 20 20 / 66%)), url(https://nepalbhoomi.com/frontend/img/nb/form_background.jpg) no-repeat center;
  padding: 100px 0px;
  background-size: cover;
  z-index: 9999;
  height: 100vh;
}

.login_form .row {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  margin-bottom: 10px;
}

.login_form .row .col-lg-6 {
  padding: 0px;
  display: flex;
}

.login_form .card {
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  height: 100%;
  background-color: #fff;
  padding: 15px 0px 0px 0px;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.login_form .card-header {
  font-size: 23px;
  border-top: 0px;
  border-left: 0px;
  border-radius: 0px;
  border-right: 0px;
  background: transparent;
  text-transform: normal;
}

.login_form form {
  padding: 0px;
}

.login_form img {
  width: 100%;
  display: flex;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.login_form .form-control {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #eeeeee;
  width: 100%;
  border: 0;
  margin: 0 0 2px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  transition: 0.3s ease;
  border-radius: 16px;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #e4eff8;
  background-color: #e4eff8;
}

.login_form .btn-submit {
  background-color: #49062b !important;
  border-color: #fff !important;
  font-weight: 500;
  letter-spacing: 1px;
  outline: 0px !important;
  font-size: 14px;
  transition: 0.3s ease;
  box-shadow: none !important;
  padding: 11px 45px;
  border-radius: 31px;
}

.login_form .btn-submit:hover {
  background-color: #c90 !important;
  transition: 0.3s ease;
}

.login_form .link_submit {
  color: #999;
  border: 0px;
  padding: 14px;
  font-size: 13px;
  transition: 0.3s ease;
  display: block;
}

.login_form .form-check {
  text-align: left;
  display: flex;
  align-items: baseline;
  padding-right: 10px;
}

.login_form .form-check-input {
  position: static;
}

.login_form .card-body {
  padding: 28px 15px;
}

.login_form .link_submit:hover {
  color: #e40000;
  transition: 0.3s ease;
}

.login_form .gap_here {
  margin: 10px 0px !important;
}

.login_form .gap_here a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.login_form .col-form-label {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-align: left !important;
}

.login_form .form-group .col-md-6, .form-group .col-md-12 {
  margin: 0px;
}

.login_form .label_here {
  font-weight: 300;
  color: #999;
  font-size: 13px;
  padding-left: 10px;
}

.btn-primary.focus, .btn-primary:focus {
  outline: 0px !important;
}

.login_form .form-control:focus {
  border: 1px solid #49062b3d;
  transition: 0.3s ease;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(217 103 166 / 41%) !important;
}

@media only screen and (max-width:567px) {
  .form_image {
    display: none;
  }

  .login_form {
    padding: 170px 0px;
  }
}

button {
  background: none;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
}

.border-gradient-green {
  border-image-source: linear-gradient(to left, #e26dae, #49062b);
  max-width: 177px;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  padding: 10px; 
}*/

.auth_form__container {
  background: linear-gradient(to bottom, rgb(245 246 252 / 22%), rgb(20 20 20 / 66%)), url(https://nepalbhoomi.com/frontend/img/nb/form_background.jpg) no-repeat center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding:40px 0px;
}

.auth_form__container .form {
  background: #fff;
  padding: 15px 20px;
  margin: 24px 0 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  min-height: 273px;
  border-radius: 5px;
  line-height: 24px;
  box-shadow: 3px 1px 8px rgba(255, 255, 255, .5), 3px 2px 8px rgba(0, 0, 0, .1);
      border: 2px solid #333;
}

.auth_form__container .form h1 {
  font-size: 24px;
  /*font-weight: 600;*/
  color: #CC9900;
  text-align: center;   
} 
 
.auth_form__container .form-control:focus {
  box-shadow: none !important;  
  outline: 0;
  border-color: 0; 
  border: 0px;
}  

.auth_form__container label {  
  display: inline-block;
  max-width: 100%;
  margin-bottom:0px; 
      font-weight: 500;
    color: #000;
    margin-top: 12px;
    margin-right: 20px;
}

.auth_form__container .input-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
      float: left;
    width: 48%;
    margin: 0 7px 5px;
}
@media only screen and (max-width:567px) {

  .auth_form__container .input-field {
    float: none;
    width: 97%;
  }
}


.auth_form__container .error {
  border: 1px solid red;
}

.auth_form__container input[type="email"],
.auth_form__container input[type="password"], .auth_form__container input[type="text"] {
  padding: 19px 15px;
  border-radius: 0px;
  border: 1px solid #d6d6d6;
  /*background: hsl(210, 38%, 95%);*/
  background: #fff!important;
  line-height: 0px;
  outline: none;
  height: 34px;
}

.auth_form__container input[type="email"]:focus,
.auth_form__container input[type="password"]:focus, .auth_form__container input[type="text"]:focus {
  border-bottom: 1px solid #ef4b4c;
  /*   border-radius:5px; */
}

.auth_form__container input[type="checkbox"] {}

.auth_form__container .action {
  align-items: center;
  border-color: hsl(214, 32%, 91%);
  color: hsl(220, 26%, 14%); 
  gap: normal;
  line-height: 24px;
  margin: 16px 0px 0px;
  text-align: center;
}

.auth_form__container .action a {
  border-color: hsl(214, 32%, 91%);
  color:#ef4b4c;
  font-family: Nunito;
  font-size: 14px;
  gap: normal;
  line-height: 21px;
 /* text-transform: capitalize;*/
  text-decoration:none!important;
} 

.auth_form__container .btn {
  padding: 10px 20px;
  align-items: flex-start;
  background-color: #3d619b;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  gap: normal;
  letter-spacing: 1.4px;
  line-height: 21px;
 /* margin: 0px 0px 0px 16px;*/
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  font-family: Nunito;
  cursor: pointer; 
  transition: .2s ease-in-out;
  border-color: transparent!important;
  outline:0px!important; 
  box-shadow:none!important;
  width: 100%;
      margin-top: 10px;
}

.auth_form__container .btn-submit:hover {
  background: #04388a;
  color: #fff;
}

.auth_form__container a {
  text-decoration: none;
}

.auth_form__container .login_btn {
  margin-bottom: 15px;
} 

.auth_form__container .forgot_btn {
  background: transparent !important;
}

.auth_form__container .remember_tag {
  margin-left: 25px;
}

div.dataTables_wrapper div.dataTables_length select{color: #000;}