.reset-password {
  padding: 14px;
  max-width: 300px;
  margin: 0 auto;
}
.reset-password .title {
  font-size: 20px;
  font-weight: bold;
}
.reset-password .field-item {
  margin-top: 14px;
}
.reset-password .action-button button {
  padding: 10px;
  width: 100%;
  margin-top: 14px;
  border: none;
  border-radius: 0;
  height: 45px;
  font-weight: 600;
  font-size: 26px;
  line-height: 18px;
  color: white;
  cursor: pointer;
  outline: none;
  background-color: #212529;
  text-transform: uppercase;
}
.reset-password .action-button button:hover:enabled {
  background-color: #505050;
  border-color: #505050;
}
.reset-password .action-button button[disabled] {
  opacity: .7;
  cursor: unset;
}
