/* Extracted from templates/user/forgot_password.html */
#intro {
  background-color: #0f1b14;
  min-height: 100vh;
}

.form-control {
  border-radius: 500px;
  padding: 10px 20px;
}

.login-button button {
  width: 100%;
  background: #1f4e3d;
  color: white;
  border-radius: 50px;
  padding: 8px 40px;
  border: none;
}
