@font-face {
  font-family: sf-pro-text-medium;
  src: url(../fonts/SFProText-Medium.ttf);
}
.form-check-input:focus,
.form-control:focus {
  box-shadow: none;
}
.form-login {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  padding: 20px;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all;
}
.form-login .text-heading {
  text-align: center;
  margin-bottom: 15px;
  color: #394548;
  margin-bottom: 25px;
}
.form-login .text-heading .desc {
  font-size: 14px;
}
.form-login .text-heading .title {
  margin-bottom: 15px;
}
.form-login input {
  height: 40px;
}
.form-login.is-show {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.form-login label {
  font-size: 14.4px;
  color: #222;
}

.form-login .fa-times {
  font-size: 30px;
  background-color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .form-field {
  margin-bottom: 16px;
}
.form .forget-pass {
  text-align: right;
  color: #0871be;
  margin-bottom: 15px;
}
.form .forget-pass a {
  font-weight: 500;
  color: #0871be;
}
.form-login .form .action {
  text-align: center;
  margin-bottom: 15px;
}
.form-login .form .action {
  text-align: center;
}
.form-login .form .action .btn-primary {
  font-weight: 600;
  background-color: #0871be;
}
.form-login .form button.btn-primary:focus {
  box-shadow: none;
}
.form-login .form {
  margin-bottom: 30px;
}

.form-login .form .action-register {
  text-align: center;
  margin-bottom: 15px;
}
.form-login .form .action-register {
  text-align: center;
}
.form-login .form .action-register .btn-secondary {
  font-weight: 600;
  border: 1px solid #0871be;
  background-color: transparent;
  transition: 0.25s all;
  color: #0871be;
  margin-left: 20px;
}
.form-login .form .action-register .btn-secondary:hover {
  background-color: #0871be;
  color: #fff;
}
.form-login .form .action-register span {
  color: #394548;
  font-size: 14px;
  font-weight: 500;
}

.overlay {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.192);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all;
}
.overlay.is-show {
  opacity: 1;
  visibility: visible;
}
