/* Custom Login Builder – kirjautumissivu (yleinen layout) */

body.login {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    box-sizing: border-box;
    min-height: 100vh;
}

body.login #login {
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
}

body.login #login h1 {
    text-align: center;
}

body.login .clb-headline {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

body.login .clb-message {
    margin: 8px 0 16px;
    text-align: center;
}

body.login .clb-footer-text {
    margin-top: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
}

body.login .clb-login-form-wrapper {
    max-width: 420px;
    margin: 0 auto;
}
