.form{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cabinet-block {
    justify-content: start;
    align-items: normal;
    background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%)!important;
}

.cabinet-block .card {
    background: #fff!important;
    border-radius: 1.25rem;
}

.cabinet-block .card:hover {
    background: linear-gradient(to right, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%)!important;
}

.form-control {
    background: white!important;
}

label {
    color: #ffffff !important;
}

.btn-white {
    background: white!important;
    color: #3f414d !important;
}

.head-auth {
    margin-bottom: 10px!important;
}

.forgot-password {
    margin-top: 30px;
}