.reset-password {
  max-width: 640px;
  text-align: left;
  margin: 0 auto;
  padding: 40px 20px;
}


.account-button, .agreement-text {
  width: 70%;
}

.form-group input {
  width: 100%;
}

.reset-password-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


/* mall devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .reset-password {
    padding: 60px 40px;
  }
  .agreement-text  {
    text-align: center;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .reset-password {
    padding: 80px 50px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }
