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;
}

.loginColumns {
  padding-top: 50px;
}

.ibox-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.stepTitle {
  color: #656462;
  font-size: 18px;
}

.logoImage img {
  margin: 10px auto;
}

.forgetPassword {
  /*padding-left:260px;*/
  color: #8C8B89;
}

.forgetPassword:hover, .fourSelect small:hover {
  color: #337ab7;
}

.fourSelect a {
  /* padding-left: 13px;
  padding-right: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 16px; */
  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 {
  min-width: 87px;
}

.forget a:hover, .fourSelect a:hover {
  color: #337ab7;
}

.i-checks {
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

.sureButton {
  margin-bottom: 0;
}

.btn-w-m {
  width: 100%;
  min-width: 10px;
}

canvas {
  cursor: pointer;
}

@media (min-width: 992px) {
  .logoImage {
    margin-top: 200px;
  }
}

@media (max-width: 768px) {
  .loginColumns {
    padding-top: 0;
  }
}

.searchPassword {
  font-size: 35px;
}

.form-control, .single-line {
  font-size: 16px;
}

.small, small {
  font-size: 16px;
}

.btn-primary {
  font-size: 18px;
}

.register {
  margin-bottom: 0;
}

.register a {
  color: #8C8B89;
}

.register a:hover, .fourSelect a:hover {
  color: #337ab7;
}