.reset_title{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
}

.reset_description{
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.reset_password_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
}

.fields-reset{
    width: 300px;
    height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    align-items: center;
}

