.password-reset{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 40px;
}

.rest-email{
    text-align: center;
    margin: 40px;
    font-size: 25px;
    font-weight: bold;
}

.reset-email{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.reset-email-send{
    text-align: center;
    margin-bottom: 50px;
}

.label-center{
   text-align: center;
    margin-bottom: 30px;
}

.reset-email-input{
    background-color: #f2f4f5;
    text-align: center;
    width: 400px;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 16px;
    color: #20204e;
    flex-grow:1;
}

.form-errors,
.form-success {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}