.customer_password_recovery {
    height: 100%;
    padding-top: 3%;
    width: 40%;
    margin: 0 auto;
    align-content: center;
    margin-top: 12%;
}


.password_recovery_submit {
    background-color:#2d8566;
    color: white !important;
    border: none !important;
}

.password_recovery_submit:hover {
    background-color: #036341  !important;
}

.password_recovery{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}



@media (max-width: 1000px) {
  .customer_password_recovery {
    width: 500px;
    margin-top: 20%;
  }
}


@media (max-width: 700px) {
  .customer_password_recovery {
    width: 350px;
    margin-top: 25%;
  }
}

@media (max-width: 500px) {
  .customer_password_recovery {
    width: 300px;
    margin-top: 35%;
  }
}

@media (max-width: 350px) {
  .customer_password_recovery {
    width: 200px;
    margin-top: 60%;
  }
}