.bevoice-auth {
    min-height: 100vh;
    background: #ffffff;
}

.bevoice-auth .row {
    min-height: 100vh;
}

.bevoice-auth__visual {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 56px 72px;
    overflow: hidden;
    background: linear-gradient(145deg, #0f2f64 0%, #1157a8 58%, #1887d8 100%);
    color: #ffffff;
}

.bevoice-auth__visual::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.bevoice-auth__copy {
    position: relative;
    z-index: 1;
    max-width: 520px;
}

.bevoice-auth__copy h1 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.22;
}

.bevoice-auth__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.bevoice-auth__graphic {
    display: block;
    width: min(420px, 100%);
    margin-top: 42px;
}

.bevoice-auth__panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 48px 24px;
    background: #ffffff;
}

.bevoice-auth__form {
    width: 100%;
    max-width: 430px;
}

.bevoice-auth__logo {
    display: inline-flex;
    margin-bottom: 32px;
}

.bevoice-auth__logo img {
    width: 140px;
    max-width: 100%;
    height: auto;
}

.bevoice-auth__tabs {
    display: flex;
    gap: 28px;
    margin-bottom: 30px;
}

.bevoice-auth__tabs a {
    color: #8b95a7;
    font-size: 20px;
    font-weight: 700;
}

.bevoice-auth__tabs a.active,
.bevoice-auth__tabs a:hover {
    color: #1766d1;
    text-decoration: none;
}

.bevoice-auth__title {
    margin-bottom: 12px;
    color: #172033;
    font-size: 26px;
    font-weight: 800;
}

.bevoice-auth__text {
    margin-bottom: 28px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.bevoice-auth .form-control,
.bevoice-auth select.form-control {
    min-height: 48px;
    margin-bottom: 16px;
    border: 1px solid #dce3ee;
    border-radius: 4px;
    color: #172033;
    font-size: 14px;
}

.bevoice-auth .form-control:focus {
    border-color: #1766d1;
    box-shadow: 0 0 0 3px rgba(23, 102, 209, 0.12);
}

.bevoice-auth__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 2px 0 22px;
}

.bevoice-auth__check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #5c6678;
    font-size: 13px;
}

.bevoice-auth__check input {
    margin: 0;
}

.bevoice-auth__link {
    color: #1766d1;
    font-size: 13px;
    font-weight: 600;
}

.bevoice-auth__button {
    min-width: 128px;
    min-height: 46px;
    border: 0;
    border-radius: 4px;
    background: #1766d1;
    color: #ffffff;
    font-weight: 700;
}

.bevoice-auth__button:hover {
    background: #0f55b5;
}

.bevoice-auth__submit {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.bevoice-auth__divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 8px 0 18px;
    color: #7a8495;
    font-size: 13px;
}

.bevoice-auth__divider::before,
.bevoice-auth__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e4e9f1;
}

.bevoice-auth__google img {
    width: 175px;
    height: auto;
}

.bevoice-auth__footer {
    margin-top: 30px;
    color: #8b95a7;
    font-size: 12px;
}

.bevoice-auth__footer a {
    color: #1766d1;
}

.bevoice-auth .alert {
    border-radius: 4px;
    font-size: 13px;
}

@media (max-width: 991px) {
    .bevoice-auth__visual {
        min-height: auto;
        padding: 40px 28px;
    }

    .bevoice-auth__copy h1 {
        font-size: 30px;
    }

    .bevoice-auth__copy p {
        font-size: 16px;
    }

    .bevoice-auth__graphic {
        width: min(320px, 100%);
        margin-top: 28px;
    }

    .bevoice-auth__panel {
        min-height: auto;
        padding: 38px 20px;
    }
}

@media (max-width: 575px) {
    .bevoice-auth__visual {
        display: none;
    }

    .bevoice-auth__panel {
        min-height: 100vh;
    }

    .bevoice-auth__row,
    .bevoice-auth__submit {
        align-items: flex-start;
        flex-direction: column;
    }
}
