.signup-popup-btn .mofid-auth-disabled,
.signup-popup-btn .mofid-auth-loading,
button.mofid-auth-loading,
.btn_login_form.mofid-auth-loading,
.btn-login.mofid-auth-loading {
  opacity: 0.65;
  cursor: wait;
}
.signup_popup {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 200px;
  margin-left: -200px;
  margin-top: -100px;
  z-index: 50;
  display: none;
}
.signup-popup-realtext {
  display: table;
  margin: auto;
  height: 100%;
}
.signup-popup-realtext a {
  color: #1488b3;
}
.signup-popup-realtext span {
  font-size: 16px !important;
  display: table-cell;
  vertical-align: middle;
  width: 300px;
}
.signup-popup-text-confirm {
  margin: 20px;
  border: solid 2px rgb(242, 71, 99);
  text-align: center;
  font-size: 16px;
  height: 110px;
}
.signup-popup-text-error {
  margin: 20px;
  border: solid 2px rgb(242, 71, 99);
  text-align: center;
  font-size: 16px;
  height: 110px;
}
.signup-popup-text-success {
  margin: 20px;
  border: solid 2px #28a297;
  text-align: center;
  font-size: 16px;
  height: 110px;
}

.signup-popup-btn {
  text-align: center;
  margin-top: 25px;
}
.signup-popup-btn .cancel {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #ec427e;
  border-radius: 15px;
  padding: 2px 25px;
  margin: 0px 8px;
  cursor: pointer;
  background: #ec427e;
}
.signup-popup-btn .i_agree {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #448ad2;
  border-radius: 15px;
  padding: 2px 25px;
  margin: 0px 8px;
  cursor: pointer;
  background: #448ad2;
}

.signup-popup-btn .cancel:hover {
  background: #37ab91;
  border-color: #37ab91;
  color: #fff;
}
.signup-popup-btn .i_agree:hover {
  background: #37ab91;
  border-color: #37ab91;
  color: #fff;
}
.signup-btn-txt:hover {
  color: #448ad2 !important;
}
.forget-pass-txt:hover {
  color: #448ad2;
}

/* Auth pages: keep copyright footer at the bottom of the viewport */
body.login,
body.mofid-auth-page {
  min-height: 100vh;
}

body.login {
  display: flex;
  flex-direction: column;
}

/* Undo global #cl-wrapper { position:absolute; display:table } from style.css */
body.login > #cl-wrapper.login-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  flex: 1 0 auto;
}

/* Undo global footer { position:fixed; bottom:0 } from style.css */
body.login footer {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  flex-shrink: 0;
  clear: both;
  width: 100%;
}

body.login > #cl-wrapper.login-container.auth-footer-inside > footer {
  margin-top: auto;
}

body.login > footer {
  margin-top: auto;
}

body.login .login-text {
  padding-bottom: 24px;
  clear: both;
  margin-bottom: 8px;
}

body.mofid-auth-page {
  display: flex;
  flex-direction: column;
}

body.mofid-auth-page > #cl-wrapper {
  flex: 1 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
}

body.mofid-auth-page > footer,
body.mofid-auth-page > .footer_bottom_area,
body.mofid-auth-page #cl-wrapper > .footer_bottom_area {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  position: static;
  bottom: auto;
}

body.mofid-auth-page .login_text_block {
  margin-bottom: 30px;
}

#background-layer {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  background-color: black;
  display: none;
  z-index: 10;
  opacity: 0.5;
}
