.recovery-home {
  display: flex;
  height: 64px;
  align-items: center;
  gap: 4px;
  line-height: normal;
}

.recovery-icon {
  width: 24px;
  height: 24px;
  fill: currentcolor;
  vertical-align: middle;
}

.recovery-content {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.recovery-content h1 {
  margin: 0.75rem 0 1rem;
  font-size: 2.28rem;
  line-height: 1.2;
}

.recovery-content form {
  margin-top: 2.5rem;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

/* Labels stay visible without Materialize's JavaScript initialization. */
.input-field label {
  pointer-events: none;
}

.input-field label.active {
  color: #616161;
}

.input-field input[aria-invalid='true'] {
  border-bottom: 1px solid #a51d35;
  box-shadow: 0 1px 0 0 #a51d35;
}

.input-field input[aria-invalid='true'] + label {
  color: #a51d35;
}

.hint {
  margin: 0 0 1rem;
  color: #455a64;
  font-size: 0.875rem;
}

.error {
  margin: 0.5rem 0 1rem;
  color: #a51d35;
}

.error:empty {
  margin: 0;
}

:focus-visible,
a:focus-visible {
  outline: 3px solid #1565c0;
  outline-offset: 3px;
}

header a:focus-visible,
footer a:focus-visible {
  outline-color: #fff;
  outline-offset: -3px;
}

.secondary {
  margin-top: 1.5rem;
}

.recovery-credit {
  padding: 0 1rem;
}

@media only screen and (max-width: 600px) {
  .recovery-content .btn-large {
    width: 100%;
    padding: 0 1rem;
  }

  .input-field input {
    font-size: 16px;
  }
}
