.login-window__actions {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .entrance-section-1__row_single .entrance-section-1__col-1 {
        width: 100%;
        max-width: 520px;
    }
}

.login-window__actions .login-window__submit {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.login-window__actions .login-window__submit + .login-window__submit {
    margin-top: 16px !important;
}

.site-error-window {
    text-align: center;
}

.site-error-window__code {
    display: inline-block;
    margin-bottom: 16px;
    padding: 4px 12px;
    border: 1px solid #D5D9E2;
    border-radius: 999px;
    font-family: Roboto, Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #7A8195;
}

.site-error-window__headline {
    margin-bottom: 12px !important;
}

.site-error-window__status {
    margin-bottom: 12px !important;
    color: #7A8195 !important;
}

.site-error-window__hint {
    margin-bottom: 24px !important;
}

.site-error-window__action {
    display: inline-block;
    width: auto;
    min-width: 180px;
    text-decoration: none;
}

@media screen and (min-width: 480px) {
    .login-window__actions {
        margin-top: auto;
    }

    .login-window__actions > .login-window__submit:first-child {
        margin-top: 0 !important;
    }
}
