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

a.nav-link:not(.active) {
    color: #fff!important;
}