@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");
section.login-page {
  width: 100%;
  height: calc(100vh - 61px);
  position: relative;
  overflow: hidden;
}
section.login-page:after {
  content: "";
  background: #fff;
  height: calc(100vh * 2);
  width: calc(100vh * 2);
  display: block;
  position: absolute;
  top: 0;
  right: calc(100vh * 2 / -2);
  top: 50%;
  z-index: 999;
  transform: translateY(-50%) rotate(45deg);
}
section.login-page .inner-col {
  width: 100%;
  max-width: 50%;
  height: calc(100vh - 67px);
  margin-left: auto;
  padding: 30px 0;
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  section.login-page .inner-col {
    max-width: 100%;
    height: auto;
  }
}
section.login-page .create-account-reminder a {
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
section.login-page .create-account-reminder a:hover {
  opacity: 0.7;
}

.input-element {
  margin-bottom: 30px;
}
.input-element .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.input-element .label-wrapper label {
  margin-bottom: 0;
}
.input-element .label-wrapper a {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  font-family: Manrope, sans-serif;
}
.input-element label {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
  color: #3F3F3F;
}
.input-element input[type=text],
.input-element input[type=email],
.input-element input[type=password] {
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 15px 10px;
  border: 2px solid #888888;
}
.input-element input[type=text].error,
.input-element input[type=email].error,
.input-element input[type=password].error {
  border-color: red;
}
.input-element input[type=submit] {
  -webkit-appearance: none;
  padding: 12px 35px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 700;
  border: none;
  font-family: "Manrope", sans-serif;
}
.input-element input[type=submit]:hover {
  opacity: 0.7;
}
.input-element .select {
  border: 2px solid #888888;
  position: relative;
}
.input-element .select select {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  height: 49px;
  padding: 0px 10px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
.input-element .select:after {
  pointer-events: none;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.input-element .checkboxes-wrapper .checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.input-element .checkboxes-wrapper .checkbox-wrapper:last-of-type {
  margin-bottom: 0;
}
.input-element .checkboxes-wrapper .checkbox-wrapper input[type=checkbox] {
  margin-right: 10px;
  margin-left: 0px;
}
.input-element .checkboxes-wrapper .checkbox-wrapper label {
  margin: 0;
}
.input-element .checkboxes-wrapper .checkbox-wrapper label a {
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.input-element .checkboxes-wrapper .checkbox-wrapper label a:hover {
  opacity: 0.7;
}
.input-element .checkboxes-wrapper .checkbox-wrapper p {
  margin: 0;
}
.input-element .input-note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.input-element .input-note p {
  margin-bottom: 5px;
}
.input-element .input-note a {
  text-decoration: none;
}
.input-element .input-note.passwords-no-match {
  display: none;
  color: red;
}

.form-error {
  display: none;
  color: red;
  font-weight: bold;
  margin: 15px 0;
  font-size: 14px;
}

.form-success {
  display: none;
  color: green;
  font-weight: bold;
  margin: 15px 0;
  font-size: 14px;
}

.register-user-form a.accept-all-constents {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.register-user-form a.accept-all-constents:hover {
  opacity: 0.7;
}
.register-user-form .register-user-form-part-one .register-error {
  color: red;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  display: none;
}
.register-user-form .register-user-form-part-two {
  display: none;
}
.register-user-form .register-user-form-part-two .register-error-2 {
  color: red;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  display: none;
}

form.password-change-form .submit-successful,
form.password-change-form .confirm-error,
form.update-user-form .submit-successful,
form.update-user-form .confirm-error {
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  display: none;
}
form.password-change-form .submit-successful,
form.update-user-form .submit-successful {
  color: green;
}
form.password-change-form .confirm-error,
form.update-user-form .confirm-error {
  color: red;
}

hr {
  margin: 40px 0;
}

.success-reg-next-steps {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.success-reg-next-steps .inner {
  border-radius: 4px;
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.success-reg-next-steps .inner img {
  max-width: 100px;
  margin-bottom: 20px;
}
.success-reg-next-steps .inner p span.user-email-confirmation {
  display: block;
  font-weight: 800;
}
.success-reg-next-steps .inner p.small {
  font-size: 12px;
  font-weight: 800;
}

.output {
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  display: none;
}
.output.error-message {
  color: red;
}
.output.success-message {
  color: green;
}

/*# sourceMappingURL=main.css.map */
