.btn-login-okta-mfa {
  background: #E50019;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  padding: 13px 35px;
  box-shadow: -1px 0px 8px 2px #dfe3e7;
  border-radius: 0.25rem !important;
  margin-top: 25px;
  font-weight: bold;
}
.btn-login-okta-mfa:focus,
.btn-login-okta-mfa:hover {
  color: #fff;
  text-decoration: none;
}

#codeDialog {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#popup-passwordless-form,
#popup-email-form {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

#popup-passwordless-form .popup-content,
#popup-email-form .popup-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.idx-login-container .seperate-border,
.passwordless-login-container .seperate-border {
  margin: 1.5rem 0;
  border-color: #95A3B8;
}
.btn-passwordless-popup,
.btn-email-popup {
  width: 100%;
  float: left;
  border: 1px solid #858484;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #858484;
  border-radius: 0.25rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
#popup-passwordless-form .popup-header,
#popup-email-form .popup-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#popup-passwordless-form .logo-img,
#popup-email-form .logo-img {
  width: 100%;
  max-width: 135px;
}
#popup-passwordless-form .close-icon,
#popup-email-form .close-icon {
  width: 35px;
  float: right;
  margin-left: auto;
  cursor: pointer;
}
#popup-passwordless-form h2,
#popup-email-form h2 {
  font-size: 1.6rem;
  text-align: center;
}
#popup-passwordless-form .passwordless-login-verify-wrapper,
#popup-passwordless-form .passwordless-login-wrapper,
#popup-email-form .idx-login-verify-wrapper,
#popup-email-form .idx-login-wrapper {
  max-width: 420px;
  margin: 35px auto;
}

#popup-passwordless-form .passwordless-login-verify-wrapper,
#popup-email-form .idx-login-verify-wrapper {
  display: none;
}
#popup-passwordless-form .error-mess {
  text-align: center;
  margin: 15px 0 5px !important;
  color: red;
  display: none;
  font-size: 14px;
}
#popup-passwordless-form .error-mess-code,
#popup-passwordless-form .error-required-email,
#popup-passwordless-form .error-required-phone,
#popup-email-form .error-mess {
  margin-bottom: 0;
  font-size: 13px;
  color: red;
  display: none;
}
#popup-passwordless-form .resend-code-passwordless-message,
#popup-passwordless-form .resend-code-text,
#popup-passwordless-form .resend-code-text a ,
#popup-email-form .resend-code-message,
#popup-email-form .resend-code-text,
#popup-email-form .resend-code-text a {
  font-size: 13px;
  margin: 5px 0 0;
  color: #B3B3B3;
}
#popup-passwordless-form .resend-code-passwordless-message,
#popup-email-form .resend-code-message {
  display: none;
}
#popup-passwordless-form .resend-code-text a,
#popup-email-form .resend-code-text a {
  text-decoration: underline;
}
.disabled-btn-idx {
  pointer-events: none;
  opacity: 0.3;
}
.passwordless-login {
  margin-bottom: 15px;
  max-width: unset;
  border-radius: 0.25rem !important;
  padding: 13px 35px!important;
}
.iti {
  width: 100%;
}
.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
body .user-login-form .form-item-pass,
body .user-login-form #edit-actions .form-submit,
.passwordless-login-container,
.idx-login-container {
  display: none;
}

body .user-login-form .btn-register {
  margin-top: 0;
}

body .user-login-form #edit-actions .form-submit {
  margin-bottom: 1em !important;
}

#edit-check-email-exist {
  font-family: "Open Sans SemiBold", sans-serif;
  font-size: 15px;
  width: 100%;
  background-color: #E50019;
  border: none;
  color: #fff;
}
.label-okta-mfa-cta {
  width: 100%;
  text-align: center;
  line-height: 0;
  margin: 20px 0;
  display: none;
  position: relative;
}

.label-okta-mfa-cta span {
  background:#fff;
  padding:0 10px;
  color: #aeb1b7;
  font-size: 14px;
  line-height: 130%;
  width: 73%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.label-okta-mfa-cta hr {
  border-color: #aeb1b7;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
}
