body {
    background-color: #f5f7fa;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    width: 100%;
    max-width: 420px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

.logo {
    max-height: 70px;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #6c757d;
    margin: 1.25rem 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dee2e6;
}

.divider:not(:empty)::before {
    margin-right: .75rem;
}

.divider:not(:empty)::after {
    margin-left: .75rem;
}

.azure-btn {
    background: #2f2f2f;
    color: white;
    border: none;
}

.azure-btn:hover {
    background: #1f1f1f;
}