.sbid-button:focus,
.sbid-button:hover {
    background-color: #21a038;
    border-color: #21a038;
}

#sberid_button .sbid-button__logo {
    display: inline-flex;
    width: 1.6vw;
    height: 1.8vw;
    margin-right: 0.3vw;
}

#sberid_button .sbid-button__text {
    letter-spacing: 0.5px;
    font-family: "proximanova", sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.sbid-button__logo + .sbid-button__text {
    margin-left: 0px;
}

.sbid-button.sbid-button--default {
    width: 14.5vw;
    height: 2.9vw;
}

@media only screen and (max-width: 1499px) {
    #sberid_button .sbid-button__text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    #sberid_button .sbid-button__text {
        font-size: 16px;
    }

    #sberid_button .sbid-button__logo {
        width: 31px;
        height: 34px;
        margin-right: 6px;
    }
}

@media only screen and (max-width: 1199px) {
    .login-access .entry {
        width: 280px;
        height: 56px;
    }

    .sbid-button.sbid-button--default {
        display: inline-flex;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 399px) {
    .login-access .entry {
        width: 100%;
    }
}
