.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);
}

.label_reset{
    font-weight: bold;
    margin-bottom: 5px;
    text-align: start;
    }

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

.reset-button{
    width: 200px;
    height: 40px;
    padding: 7px;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    align-items: center;
    background-color: #37769e;
    color: white;
}

.reset-button:hover{
    background-color: #1b426b;
}

.reset-button:active{
    background-color: #122d4a;
}