@media (max-width: 991px) {
    .container-login {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: #f5f8fc;
    }

    .container-login > .login-window {
        width: min(100%, 360px);
        padding: 24px 20px 20px;
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 24px 48px rgba(19, 33, 55, 0.12);
        border: 1px solid rgba(27, 111, 216, 0.08);
        overflow: visible;
    }

    .login-window-brand {
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
    }

    .topcar-monitor-logo {
        width: 150px;
        height: auto;
        display: block;
    }

    .login-window-header {
        text-align: center;
        margin-bottom: 18px;
    }

    .login-card-kicker {
        display: inline-block;
        margin-bottom: 8px;
        font-size: 11px;
        font-weight: 700;
        color: #6d7fc4;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .login-window-header h1 {
        margin: 0;
        font-size: 28px;
        line-height: 1;
        font-weight: 800;
        color: #20365d;
    }

    .login-window-header p {
        margin: 8px 0 0;
        color: #71819a;
        font-size: 13px;
    }

    .login-field {
        margin-bottom: 14px;
    }

    .login-window form {
        display: block;
        width: 100%;
    }

    .login-field label {
        display: block;
        margin-bottom: 6px;
        font-size: 12px;
        font-weight: 700;
        color: #536684;
    }

    .login-input-wrap {
        position: relative;
    }

    .login-input-wrap input {
        width: 100%;
        height: 44px;
        padding: 0 42px 0 14px;
        border-radius: 14px;
        border: 1px solid rgba(27, 111, 216, 0.12);
        background: #f9fbfe;
        color: #20365d;
        outline: none;
    }

    .login-input-wrap i {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #90a1c3;
    }

    .login-window #btn-form {
        display: block;
        width: 100%;
        height: 44px;
        margin-top: 10px;
        border: none;
        border-radius: 14px;
        background: linear-gradient(135deg, #1b6fd8 0%, #4a9cff 100%);
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.04em;
        box-shadow: 0 16px 28px rgba(27, 111, 216, 0.20);
        appearance: none;
        -webkit-appearance: none;
    }

    .forgot-password-container {
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    .forgot-password-container a {
        color: #1b6fd8;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .container-login {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 36px;
        background: #f5f8fc;
    }

    .container-login > .login-window {
        width: 380px;
        padding: 28px 24px 22px;
        border-radius: 26px;
        background: #ffffff;
        box-shadow: 0 28px 56px rgba(19, 33, 55, 0.12);
        border: 1px solid rgba(27, 111, 216, 0.08);
        overflow: visible;
    }

    .login-window-brand {
        display: flex;
        justify-content: center;
        margin-bottom: 22px;
    }

    .topcar-monitor-logo {
        width: 180px;
        height: auto;
        display: block;
    }

    .login-window-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .login-card-kicker {
        display: inline-block;
        margin-bottom: 8px;
        font-size: 11px;
        font-weight: 700;
        color: #6d7fc4;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .login-window-header h1 {
        margin: 0;
        font-size: 30px;
        line-height: 1;
        font-weight: 800;
        color: #20365d;
    }

    .login-window-header p {
        margin: 8px 0 0;
        color: #71819a;
        font-size: 13px;
    }

    .login-field {
        margin-bottom: 14px;
    }

    .login-window form {
        display: block;
        width: 100%;
    }

    .login-field label {
        display: block;
        margin-bottom: 6px;
        font-size: 12px;
        font-weight: 700;
        color: #536684;
    }

    .login-input-wrap {
        position: relative;
    }

    .login-input-wrap input {
        width: 100%;
        height: 46px;
        padding: 0 42px 0 14px;
        border-radius: 14px;
        border: 1px solid rgba(27, 111, 216, 0.12);
        background: #f9fbfe;
        color: #20365d;
        outline: none;
    }

    .login-input-wrap i {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #90a1c3;
    }

    .login-window #btn-form {
        display: block;
        width: 100%;
        height: 46px;
        margin-top: 10px;
        border: none;
        border-radius: 14px;
        background: linear-gradient(135deg, #1b6fd8 0%, #4a9cff 100%);
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.04em;
        box-shadow: 0 16px 28px rgba(27, 111, 216, 0.20);
        appearance: none;
        -webkit-appearance: none;
    }

    .forgot-password-container {
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    .forgot-password-container a {
        color: #1b6fd8;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
    }
}

