﻿body.be-auth-body {
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(180deg, #3a4458, #364154);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.be-auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.be-auth-stack {
    width: 100%;
    max-width: 420px;
    text-align: center;
    transform: translateY(-20px);
}

.be-auth-logo {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
}

    .be-auth-logo img {
        width: 105px;
        max-width: 100%;
        object-fit: contain;
        background: #fff;
        padding: 8px 10px;
        border-radius: 4px;
        box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }

.be-auth-card {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    padding: 26px 28px 22px;
    text-align: left;
}

.be-auth-title {
    text-align: center;
    color: #68bdd6;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 22px;
}

.be-auth-input {
    height: 46px;
    border-radius: 2px;
    border: 1px solid #dfe5ee;
    background: #eef3fb;
    box-shadow: none;
}

    .be-auth-input:focus {
        border-color: #68bdd6;
        box-shadow: 0 0 0 0.15rem rgba(104, 189, 214, 0.18);
        background: #f5f9ff;
    }

.be-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.be-auth-btn {
    background: #68bdd6;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    padding: 10px 20px;
    min-width: 92px;
}

    .be-auth-btn:hover {
        background: #57afc9;
        color: #fff;
    }

.be-auth-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7c8797;
    font-size: 0.92rem;
}

.be-auth-link {
    color: #5f7fb7;
    text-decoration: none;
    font-size: 0.92rem;
}

    .be-auth-link:hover {
        text-decoration: underline;
    }

.be-auth-footer {
    margin-top: 16px;
    text-align: center;
    color: #8fa1bf;
    font-size: 0.85rem;
}

.validation-summary-errors ul,
.text-danger {
    margin: 0;
    padding-left: 18px;
    font-size: 0.9rem;
}
