:root {
    --color-osnova: #F4F4F4;
    --color-red: rgb(235, 50, 53);
    --color-text-osnova: #222835;
    --color-text-svet: #868A95;
    --padding-p15: 15px;
    --padding-p8: 8px;
    --color-border: #cdcdcd;
}


body {
    color: var(--color-text-osnova);
}

a {
    color: var(--color-text-osnova);
    text-decoration: none;
}

.hide {
    display: none;
    opacity: 0;
}


.wrapper_auth {
    width: fit-content;
    float: right;
}


.logo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.vba {
    background-image: url(../img/00000000431.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.container-fluid {
    height: 100vh;
}

.container-fluid .row {
    height: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.req{
    padding-left: 5px;
    color: var(--color-red);
}