.auth_login {
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.block_but {
    display: flex;
}
.btn_auth {
    width: 150px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    margin: 5px;
    box-shadow: 0px 2px 6px 0px #30303033;
}
.btn_auth:hover {
    color: #ffffff;
    background-color: #8c6ead;
}
.name_full span {
    font-family: 'SFBold';
    font-size: 32px;
}
.name_half {
    color: #bb2649;
}
.auth_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.ok_auth {
    background-image: url(https://bazasadovod.ru/images/ok_txt.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
.vk_auth {
    background-image: url(https://bazasadovod.ru/images/vk_txt.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
.btn_auth:hover .vk_auth {
    background-image: url(https://bazasadovod.ru/images/vk_wh.png);
}
.btn_auth:hover .ok_auth {
    background-image: url(https://bazasadovod.ru/images/ok_wh.png);
}
.btn_auth a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-flow: column;
}