/***
Login page
***/

/* logo page */
body {
  font-family: "Open Sans", sans-serif;
}
.login {
  /*background-color:#d2d6de;*/
  background-image: url("../../img/bg_login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
html {
  height: 100%;
}
.login .logo {
  margin: 0 auto 34px;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}
.login .logo img {
  width: 80px !important;
}
.login .login-form {
  background-color: #fff;
  /* width: 77%; */
  margin-bottom: 0px;
  padding: 0;
  border-radius: 6px;
  /* margin: 0 auto !important; */
}

.login .content h3 {
  color: #333;
}
.login .content h4 {
  color: #333;
  font-size: 14px;
}

.login .content p,
.login .content label {
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

/*.login .content #forget-password{color: #FF5722;}*/

.login .content .form-control {
  background-color: #fff7ec;
  border: 1px solid #ff9800;
  color: #000;
}

.login .content .forget-form {
  /*display: none;*/
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.login .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 0px 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 10px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 12px;
}
/*.refreshcap .fa.fa-refresh{color:#fff;}*/
.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px 3px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright,
.login .copyright a {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
.login .form-group label {
  color: #000000;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
footer.login {
  width: 100%;
}
.last-div {
  margin-top: 10px;
  background: #333e48;
  padding: 10px 0;
  position: relative;
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.btn-primary:hover {
  border-color: #3c3c3c;
  color: #3c3c3c;
  background: #fff;
}
@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    padding: 30px;
    width: 222px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
.login-left {
  background: #673ab7;
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  height: 500px;
  padding-top: 5%;
}
.login-right {
  background: #fff;
  color: #000;
  border-radius: 0px 10px 10px 0px;
  height: 500px;
}

.back-to-home {
  background: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 5px 8px;
  color: #673ab7;
  font-size: 20px;
}
.btn-login {
  background: #0c0c0c;
  width: 100%;
  color: #fff;
}
.btn-login:hover {
  background: #2f2f2f;
  color: #fff;
}
.img-login {
  width: 340px;
  display: block;
  margin: 10px auto;
}
.login-brand {
  background: url(../../../assets/images/background/inner.png);
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 5px;
}

/* .start-form .panel-default > .panel-heading {
  color: #fff;
  background-color: #ff5d29f2;
  border-color: #03a9f4;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 7px 7px;
  position: relative;
  display: block;
  margin: -16px auto 9px;
  width: 80%;
  background-size: cover;
  background-color: #03a9f4;
  color: #fff;
  box-shadow: -3px 2px 15px -2px #22222261;
}
.start-form .panel-default > .panel-heading:before {
  content: "";
  position: absolute;
  left: -14px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #03a9f4;
  border-left: 15px solid transparent;
}
.start-form .panel-default > .panel-heading:after {
  content: "";
  position: absolute;
  left: auto;
  right: -14px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #03a9f4;
  border-right: 15px solid transparent;
} */
/* .start-form .panel-default {
  border-color: #f1f1f1;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
} */

/*
radion button
===========================================
*/

.start-form .radio {
  padding-left: 20px;
  width: 30%;
}
.start-form .radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: bold;
}
.start-form .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.start-form .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.start-form .radio input[type="radio"] {
  opacity: 0;
}
.start-form .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.start-form .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.start-form .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.start-form .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.start-form .radio.radio-inline {
  margin-top: 0;
}

.start-form .radio-primary input[type="radio"] + label::after {
  background-color: #ff6534;
}
.start-form .radio-primary input[type="radio"]:checked + label::before {
  border-color: #ff6534;
}
.start-form .radio-primary input[type="radio"]:checked + label::after {
  background-color: #ff6534;
}

.input-icon i {
  color: #8f8f8f;
  display: block;
  position: absolute;
  margin: 0;
  font-size: 16px;
  text-align: center;
  width: 34px;
  height: 39px;
  line-height: 39px;
  top: 0;
  right: 0;
}
/*.form-actions a,.form-actions a:hover{
	    text-shadow: none !important;
    color: #ff4308;
	}*/
.form-actions p {
  color: #000 !important;
}
.navbar-brand {
  float: none;
}
.logo-text {
  color: #000;
}
.logo-text h3 {
  font-weight: 600 !important;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.login .logo {
  padding: 0px;
}
.logo-text small,
.logo-text .small {
  font-size: 18px;
  display: block;
  margin-top: 6px;
}
.loginner {
  height: calc(100vh - 244px);
}
.panel-footer {
  padding: 0;
  background-color: transparent;
  border-top: 0px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /* text-align: center; */
  overflow: hidden;
}
.forget-password {
  /* float: right;
  margin-top: -61px;
  text-align: right; */
  text-align: center;
  margin-top: 24px;
}
.forget-password h4 {margin-bottom: 5px;}
.forget-password p {color: #666;}
.panel-footer .btn-success {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
  padding: 7px 18px 7px;
  border-radius: 2px;
  box-shadow: -3px 2px 15px -2px #22222261;
  width: 100%;
  height: 40px;
}
.panel-footer .btn-success:hover {
  background: #fff;
  color: #03a9f4;
}
@media (max-width: 1366px) {
  .loginner {
    height: auto;
  }
  footer.login {
    position: inherit;
  }
}
@media (max-width: 767px) {
  .loginner {
    height: auto;
  }
  html {
    height: auto;
}
.login .login-form {
  
  width: 100%;
  
}
.copyright a {
  color: #ff9800 !important;
  font-weight: 900;
}
}

.login-box {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border-radius: 10px;
    overflow: hidden;
}
.start-form {
  padding: 20px 30px 0px 30px;
}
.login-left-se .navbar-brand {display: block; height: auto; padding: 0;margin-bottom: 30px; text-align: center;}
.login-left-se .navbar-brand img {width: 120px;margin-bottom: 12px;}
.start-form .panel-default {border: 0px; border-radius: 0; padding: 0px;box-shadow: none;}
.start-form .panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.start-form .panel-body {
  padding: 0px;
}
.login-box .row {display: flex;}

.login-left-se {
  background: #DAE2F6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-icon input {
  padding-left: 15px !important;
  height: 40px;
  box-shadow: none;
  border-radius: 2px;
}
.login-container {
  display: flex;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    height: 94vh;
    align-items: center;
}
a.bkh-btn {
  font-size: 14px;
  text-decoration: none;
  color: #03a9f4;
}
a.bkh-btn:hover {color: #004768;}