html, body {
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    margin: 0;
}

.bo-login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0B3D91 0%, #1F6FEB 100%);
    padding: 16px;
}
