.auth-relative {
    position: relative;
}

.language-switcher {
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 3;
    display: flex;
    align-items: stretch;
    gap: 5px;
}

.language-switcher a {
    width: 38px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    color: #555;
    border: 1px solid #c4c4c4;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.language-switcher a.selected {
    color: #fff;
    background: #ec971f;
    border-color: #d58512;
}

.auth-links {
    min-height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding-bottom: 4px;
}

.auth-links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 0;
}

.auth-submit-cell {
    padding: 15px;
}

.auth-submit-cell .btn {
    height: 46px;
    min-height: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

.form-control.input-lg[type='password'] {
    letter-spacing: .03em;
}

@media (max-width: 767px) {
    .language-switcher {
        top: 8px;
        right: 8px;
    }

    .auth-links {
        flex-direction: column;
        justify-content: center;
        gap: 2px;
    }

    .auth-links a {
        justify-content: center;
        width: 100%;
    }
}
