#header, #footer, hr {
  display: none;
}

.social-login .socials-buttons div .social-button, .social-login .or {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login .socials-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title + .subtitle {
  margin-top: 1rem;
}

.form-page-container {
  padding: 1.875rem 1rem 1.875rem;
}

.subtitle + .form-block {
  margin-top: 4.5rem;
}

.onlineMenu-field_form {
  line-height: 0;
}

.form-block .errors {
  margin-top: 1.875rem;
}
.form-block .error {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #FF341D;
}
.form-block .error + .error {
  margin-top: 8px;
}
.form-block .error.valid {
  color: #1B1D21;
}
.form-block .onlineMenu-email-form .error {
  color: #FF341D;
  justify-content: flex-end;
  font-weight: 500;
  margin-top: 4px;
}
.form-block .input-password {
  margin-top: 0.5rem;
  position: relative;
}
.form-block .input-password input {
  margin-top: 0;
  position: relative;
}
.form-block .input-password input::-moz-placeholder {
  font-size: 25px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.form-block .input-password input::placeholder {
  font-size: 25px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.form-block .input-password input[type=password] {
  font-size: 12px;
  line-height: 1.1;
  padding-right: 2.85rem;
}
.form-block .safari input::placeholder {
  position: relative;
  top: 14px;
}
.form-block .input-password input[type=password] + i svg {
  display: none;
}
.form-block .input-password input[type=text] + i:before {
  display: none;
}
.form-block .input-password input[type=text] + i svg {
  display: block;
}
.form-block .input-password i {
  font-size: 1.5rem;
  display: block;
  right: 20px;
  position: absolute;
  top: 16px;
  color: #9FA9B6;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-tap-highlight-color: transparent;
}
.form-block .input-password i:hover {
  color: #4C5A6B;
}
.form-block .input-password i:before {
  margin: 0;
}
.form-block label {
  color: #15191E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1rem;
  display: inline-block;
}
.form-block label span {
  color: #FF341D;
}
.form-block input {
  background: #F1F1F1;
  border-radius: 16px;
  padding: 1.25rem;
  margin-top: 0.5rem;
  border: 1px solid transparent;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.06px;
  max-height: 56px;
  transition: border 0.3s ease;
}
.form-block input::-moz-placeholder {
  font-weight: 400;
  color: #A1A3A5;
}
.form-block input::placeholder {
  font-weight: 400;
  color: #A1A3A5;
}
.form-block input.invalid {
  border: 1px solid #FF341D !important;
}
.form-block input.invalid:hover {
  border: 1px solid #FF341D !important;
}
.form-block input:focus {
  border: 1px solid #4C5A6B;
}
.form-block input:focus + i {
  color: #394350;
}
.form-block input:hover {
  border: 1px solid #4C5A6B;
}
.form-block input:hover + i {
  color: #394350;
}

.submit-button {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 16px;
  background: #FFA51D;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-top: 2.625rem;
}
.submit-button[disabled] {
  cursor: not-allowed;
  background: #FFC977;
}
.submit-button[disabled]:hover {
  background: #FFC977 !important;
}
.submit-button:hover {
  background: #CC8417;
}
.submit-button:active {
  background: #FFC977;
}

.social-login .or {
  color: #A1A3A5;
  text-align: center;
  margin: 1rem 0;
}
.social-login .or .or-text {
  margin: 0 8px;
}
.social-login .or .line {
  height: 1px;
  background: #EFF0F2;
  width: 100%;
}
.social-login .socials-buttons {
  gap: 8px;
}
.social-login .socials-buttons div {
  flex: 1;
  max-width: 100%;
}
.social-login .socials-buttons div .social-button {
  min-height: 52px;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #EFF0F2;
}
.social-login .socials-buttons div .social-button:hover {
  border: 1px solid #9FA9B6;
}
.social-login .socials-buttons div .social-button span {
  color: #15191E;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: -0.05px;
}

.popup-instruction-sent {
  border-radius: 24px;
  padding: 3.25rem 2rem 2rem;
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 3;
  max-height: 732px;
  max-width: 327px;
  width: 100%;
  overflow: hidden;
}
.popup-instruction-sent.active {
  display: block;
}
.popup-instruction-sent .popup-image + .popup-title {
  margin-top: 1.5rem;
}
.popup-instruction-sent .popup-image img {
  display: block;
  margin: auto;
}
.popup-instruction-sent .popup-title {
  margin-bottom: 0.75rem;
}
.popup-instruction-sent .popup-subtitle {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #808191;
  margin-bottom: 1.75rem;
}
.popup-instruction-sent .popup-subtitle span {
  color: #15191E;
}
.popup-instruction-sent .popup-subtitle p + p {
  margin-top: 1rem;
}
.popup-instruction-sent .button-resend {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 16px;
  background: #FFA51D;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  display: block;
}
.popup-instruction-sent .button-resend:hover {
  background: #FFC977;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2;
}
.overlay.active {
  display: block;
}

.popup-password-changed {
  border-radius: 24px;
  padding: 3.25rem 2rem 2rem;
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 3;
  max-height: 732px;
  max-width: 327px;
  width: 100%;
  overflow: hidden;
}
.popup-password-changed.active {
  display: block;
}
.popup-password-changed .popup-image + .popup-title {
  margin-top: 1.5rem;
}
.popup-password-changed .popup-image img {
  display: block;
  margin: auto;
}
.popup-password-changed .popup-title {
  margin-bottom: 0.75rem;
}
.popup-password-changed .popup-subtitle {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #808191;
  margin-bottom: 1.75rem;
}
.popup-password-changed .popup-subtitle span {
  color: #15191E;
}
.popup-password-changed .popup-subtitle p {
  max-width: 180px;
  margin: auto;
}
.popup-password-changed .popup-subtitle a {
  color: #15191E;
}
.popup-password-changed .popup-subtitle a:hover {
  color: #808191;
}
.popup-password-changed .button-resend {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 16px;
  background: #FFA51D;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  display: block;
}
.popup-password-changed .button-resend:hover {
  background: #FFC977;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2;
}
.overlay.active {
  display: block;
}

@media (max-width: 767px) {
  .container-default.form-page-container {
    max-width: 100%;
  }
  #forgot-password-form, #reset-password-form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #forgot-password-form .input-block, #reset-password-form .input-block {
    flex: 1;
  }
  #forgot-password-form .submit-button, #reset-password-form .submit-button {
    margin-top: 2.625rem;
  }
}/*# sourceMappingURL=forgot-password.css.map */