html {
  min-height: 100%;
}

.gray-bg {
  background-image: url("../../img/login/h-bgimg.jpg");
  background-size: cover;
}

.searchPassword {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  color: #bba36e;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 35px;
}

.loginColumns {
  padding-top: 50px;
}

.ibox-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.stepTitle {
  color: #656462;
  font-size: 14px;
}

.logoImage img {
  margin: 10px auto;
}

.forgetPassword {
  padding-left: 252px;
  color: #8C8B89;
  font-size: 16px;
}

.forgetPassword:hover, .fourSelect small:hover {
  color: #337ab7;
}

.fourSelect a {
  /* padding-left: 9px;
  padding-right: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 18px; */
  padding-left: 0px;
  padding-right: 0;
  color: #fff;
  cursor: pointer;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 100%;
}

.fourSelect > a:not(.noneLine) {
  border-right: 1px solid #fff;
}

.form-group {
  overflow: auto;
  margin-bottom: 10px;
}

.control-label {
  margin-top: 7px;
  padding-right: 0;
}

.memberRegister .btn-w-m {
  width: 100%;
  min-width: 10px;
}

.modal .btn-w-m {
  max-width: 100px;
}

canvas {
  cursor: pointer;
}

.stPhone {
  padding-right: 0;
}

.forget a:hover, .fourSelect a:hover {
  color: #337ab7;
}

.i-checks {
  text-align: center;
}

.checkbox label, .radio label {
  line-height: 20px;
}

.register {
  margin-bottom: 0;
}

.register a {
  color: #8C8B89;
}

.register a:hover, .fourSelect a:hover {
  color: #337ab7;
}

.agreement {
  padding-right: 15px;
}

.agreement input {
  position: relative;
  top: 2px;
}

.noDefault:hover, button.noDefault:active, .noDefault:focus, .noDefault:visited {
  cursor: default;
!important;
  background-color: #fff;
!important;
  border: 1px solid #e7eaec;
!important;
}

.form-horizontal .control-label {
  padding-top: 0;
  font-size: 16px;
  /* text-align: justify; */
  text-align: right;
}

.userChat {
  color: #586c94;
  text-decoration: underline;
  cursor: pointer;
}

.userChat:hover {
  text-decoration: none;
}

.modal-footer {
  border-top: 0;
}

.modal .ibox-content {
  border: 0;
}

.modal .memberRegister .btn-w-m {
  max-width: 50px;
}

.modal .modal-footer {
  text-align: center;
}

.userChatter > p {
  padding-right: 15px;
}

.userChatter > p input {
  position: relative;
  top: 2px;
}

@media (min-width: 992px) {
  .logoImage {
    margin-top: 200px;
  }
}

@media (max-width: 768px) {
  .loginColumns {
    padding-top: 0;
  }
}

.form-control, .single-line {
  font-size: 16px;
}

.userChatter {
  font-size: 16px;
}

.userChatter > p input {
  width: 16px;
  height: 16px;
}

.btn-primary {
  font-size: 18px;
}