.auth-section {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.recovery-form {
  /* padding: 60px 0; */
  min-height: 750px;
}

.recovery-form-card {
  width: 100%;
  max-width: 480px;
  margin: 120px auto 0;
  padding: 34px 30px 24px;

  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}

.recovery-form-card .headline {
  margin-left: 10px;
}

.form-group.recovery-footer {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.recovery-link {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #535353;
  text-decoration: underline;

  display: inline-block;
  margin-left: 10px;
}

.recovery-link:hover {
  text-decoration: none;
}

.alert.alert-success {
  color: #0a3622;
  border-color: #a3cfbb;
  background-color: #d1e7dd;
}