
/* Register Page */
.register-page .account-form-wrapper .page-title h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.register-page .account-form-wrapper .sub-title {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  color: #B89040;
}

.register-page .account-form-wrapper .required-field {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;

}

.register-page .account-form-wrapper .hint {
  font-size: 12px;
  font-style: italic;
  color: #888888;
}

.register-page .account-form-wrapper .required-field sup {
  color: red;
  font-size: 16px;
  position: relative;
  top: 0;
  left: -3px;
}

.register-page .account-form-wrapper .register-form .forgot-password a {
  text-decoration: underline;
  color: black;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.register-page .account-form-wrapper .register-form .forgot-password a:hover {
  color: #444;
}

.register-page .account-form-wrapper .register-form button {
  background-color: #B89040;
}

.register-page .account-form-wrapper .register-form button:hover {
  background-color: #937029;
}

.register-page .account-form-wrapper .register-form .form-check-input:focus {
  border-color: black;
  outline: 0;
  box-shadow: none;
}

.register-page .account-form-wrapper .create-account-page-link .note {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.register-page .account-form-wrapper .create-account-page-link .note .link {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;

}

.register-page .account-form-wrapper .create-account-page-link .note .link:hover {
  color: black;
}

.reigster-form .error {
  color: red;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
}

.register-page .account-form-wrapper .field-icon-wrapper {
  position: relative;
}

.register-page .account-form-wrapper .field-icon {
  position: absolute;
  z-index: 0;
  float: right;
  top: 40px;
  right: 10px;
  cursor: pointer;
}

/* ---------- */