html,
body {
  margin: 0;
  background-color: #fbfaf8;
}

body {
  font-family: "Schibsted Grotesk", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.forgot-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.secondary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 32px 24px;
  border-bottom: 1px solid #e2e1dd;
  background-color: #ffffff;
}
.secondary-header .app-close-btn {
  border: none;
  background: transparent;
  cursor: pointer;
}

.rct-fp-card-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}
.rct-fp-card-wrapper .rct-fp-card {
  width: 100%;
  max-width: 380px;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-back {
  margin-bottom: 24px;
  display: inline-flex;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-title {
  font-family: "Hedvig Letters Serif";
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: #2d000f;
  margin: 0 0 10px;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #888082;
  margin: 0 0 40px;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-desc .fp-email {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #2d000f;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-desc .fp-email a {
  display: flex;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field {
  position: relative;
  margin-bottom: 30px;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field .start-icon {
  position: absolute;
  top: 16px;
  left: 20px;
  opacity: 0.2;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field .end-icon {
  position: absolute;
  top: 16px;
  right: 20px;
  opacity: 0.3;
  cursor: pointer;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field.active .start-icon,
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field.active .end-icon {
  opacity: 1;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field input {
  padding: 16px 48px;
  border: 1px solid #d1c9cb;
  border-radius: 0;
  outline: 0;
  width: 100%;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field input:focus {
  border-color: #2d000f;
  border-width: 2px;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field input::-moz-placeholder {
  color: #d1c9cb;
  opacity: 1;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field input::placeholder {
  color: #d1c9cb;
  opacity: 1;
}
.rct-fp-card-wrapper .rct-fp-card .otp-field-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.rct-fp-card-wrapper .rct-fp-card .otp-field-wrapper .otp-inputs {
  display: flex;
  border: 1px solid #d1c9cb;
  background: #ffffff;
}
.rct-fp-card-wrapper .rct-fp-card .otp-field-wrapper .otp-inputs.active {
  border-color: #2d000f;
  border-width: 2px;
}
.rct-fp-card-wrapper .rct-fp-card .otp-field-wrapper .otp-inputs.success {
  border-color: #75ac42;
  border-width: 2px;
}
.rct-fp-card-wrapper .rct-fp-card .otp-field-wrapper .otp-inputs .otp-input {
  flex: 1;
  width: 0;
  min-width: 0;
  height: 52px;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  font-family: "Geist Mono", monospace;
  font-size: 20px;
  color: #2d000f;
  caret-color: #8848f0;
  position: relative;
  /* Hide circle when user types */
}
.rct-fp-card-wrapper .rct-fp-card .otp-field-wrapper .otp-inputs .otp-input:not(:-moz-placeholder)::before {
  display: none;
}
.rct-fp-card-wrapper .rct-fp-card .otp-field-wrapper .otp-inputs .otp-input:not(:placeholder-shown)::before {
  display: none;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-btn {
  width: 100%;
}
.rct-fp-card-wrapper .rct-fp-card .rct-fp-btn.disabled {
  background-color: #e2e1dd;
  color: #ffffff;
  cursor: not-allowed;
}
.rct-fp-card-wrapper .success-card {
  max-width: 285px;
  text-align: center;
}
.rct-fp-card-wrapper .success-card .success-icon {
  margin-bottom: 24px;
}
.rct-fp-card-wrapper .success-card button {
  max-width: 250px;
}

.rct-fp-footer {
  text-align: center;
  padding: 24px 24px 50px;
  margin-top: auto;
}
.rct-fp-footer .rct-copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -2%;
  color: #2d000f;
  margin: 0 0 8px;
}
.rct-fp-footer .rct-brand {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -2%;
  color: #888082;
  margin: 0;
}

.primary-btn {
  background-color: #8848f0;
  border: none;
  outline: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 14px;
  cursor: pointer;
}

a.rct-fp-btn {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.resend-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #888082;
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
.resend-text a {
  color: #8848f0;
  text-decoration: none;
}

.fp-validation-banner {
  text-align: center;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.fp-error-banner {
  color: #f54752;
}

.fp-error-banner[hidden] {
  display: none;
}

.rct-fp-card-wrapper .rct-fp-card .rct-fp-form-field.error input {
  border-color: #f54752;
  border-width: 2px;
}
/*# sourceMappingURL=forgot-password.css.map */