body {
    background: #eef1f6;
    font-family: 'Segoe UI', sans-serif;
}

.login-wrapper {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    width: 530px;
    background: #fff;
    border-radius: 16px;
    padding: 45px 40px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.brand-logo {
    width: 175px;
    height: 30px;
    object-fit: contain;
}
