div#error-message {
  padding: 16px 10px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 3px;
  border-radius: 4px;
  border: 1px solid #FF4D26;
  background: rgba(255, 77, 38, 0.1);
}
div#error-message.active {
  display: flex;
}
input#somfrp_user_info {
  width: 100%;
  margin-top: 8px;
}
#lostpasswordform .button {
  background-color: var(--primary-black-dark);
  color: var(--primary-white);
  border: 2px solid var(--primary-black-dark);
  width: 100%;
  margin-top: 16px;
  max-height: 64px;
  height: 64px;
}
#resetpasswordform input {
  width: 100%;
  max-width: 100%;
}
#resetpasswordform div p label {
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
}
.lostpassword-submit {
  margin-top: 16px;
  margin-bottom: 16px;
}
.lostpassword-submit button#reset-pass-submit {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 32px;
  max-height: 64px;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  transition: 0.3s;
  background-color: var(--primary-black-dark);
  color: var(--primary-white);
  border: 2px solid var(--primary-black-dark);
}
.lostpassword-submit button#reset-pass-submit:hover {
  background-color: transparent;
  color: var(--primary-black-dark);
}
#resetpasswordform p.extra-space {
  font-size: 18px;
}
.page-template-register-template {
  background: var(--primary-orange);
}
.page-template-register-template form#register.loading:after {
  background: url(/wp-content/themes/gptonline/assets/img/loading.svg);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #fff;
  background-position: center center;
  background-size: 55px;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 4px;
}
.page-template-register-template form#register.loading {
  overflow: hidden;
  position: relative;
}
.page-template-register-template .login-wrapper {
  position: relative;
  border-radius: 24px;
  background: var(--primary-black-white, #FFF);
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  padding: 48px;
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper {
    padding: 24px;
  }
}
.page-template-register-template .login-wrapper:before {
  content: "";
  background: url(/wp-content/themes/gptonline/assets/img/icon/icon-quote-left.svg);
  width: 128px;
  height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  top: -48px;
  left: -108px;
}
.page-template-register-template .login-wrapper:after {
  content: "";
  background: url(/wp-content/themes/gptonline/assets/img/icon/icon-quote-right.svg);
  width: 128px;
  height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  bottom: -48px;
  right: -108px;
}
.page-template-register-template .login-wrapper .title {
  margin-bottom: 56px;
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper .title {
    margin-bottom: 24px;
  }
}
.page-template-register-template .login-wrapper .title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper .title h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
}
.page-template-register-template .login-wrapper .title h1 span {
  color: #FF4D26;
  display: block;
}
.page-template-register-template .login-wrapper .register-email * {
  width: 100%;
}
.page-template-register-template .login-wrapper .register-password {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.page-template-register-template .login-wrapper .register-password * {
  width: 100%;
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper .register-password {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper .register-privacy-button {
    flex-flow: column;
  }
  .page-template-register-template .login-wrapper .register-privacy-button .button {
    margin-top: 24px;
    width: 100%;
  }
}
.page-template-register-template .login-wrapper .login-not-member {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--primary-black-normal, #E3E8F2);
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper .login-not-member {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper .login-not-member .wrapper {
    flex-flow: column;
  }
  .page-template-register-template .login-wrapper .login-not-member .wrapper .button {
    width: 100%;
  }
}
.page-template-register-template .login-wrapper .login-not-member .wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 672px) {
  .page-template-register-template .login-wrapper .login-not-member .wrapper p {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.page-template-register-template .site-footer .wrapper .footer-left a, .page-template-register-template .site-footer .wrapper .footer-left p, .page-template-register-template .site-footer .footer-right p {
  color: var(--primary-white);
}
.page-template-register-template .site-footer .footer-right img {
  filter: contrast(2) brightness(2);
}
/*# sourceMappingURL=https://test.study24.ai/wp-content/build/scss_library/20952ce7beb95252978fcc39cc9fe22974f14e47.css.map */