.reset_password_form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 15px;
  background-color: #494373;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset_password_form .content {
  width: 100%;
  max-width: 300px;
}

.reset_password_form .content .login_logo {
  padding: 30px;
  border: 1px solid #fff;
}

.reset_password_form .content .login_logo img {
  max-width: 100%;
}

.reset_password_form .content form {
  background-color: #fff;
  padding: 30px;
}

.reset_password_form .content form button {
  background-color: #bf0426;
  border-color: #bf0426;
  color: #fff;
}

.reset_password_form .content form button:active {
  background-color: #ad0e00 !important;
  border-color: #ad0e00 !important;
  color: #fff !important;
}
