.cont-password{
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.pass{
    color: white;
    background-color: #094739;
    border-radius: 5px 5px 0 0;
    padding-top: 5px;
    padding-bottom: 15px;
    width: 100%;
}
.cont-text{
    padding: 15px;
}
.btn-reset{
    margin-top: 15px;
    margin-bottom: 15px;
}