body.page-id-123 {
    min-height: 100vh;
    background: linear-gradient(135deg, #f4f7fb 0%, #eef7f3 100%) !important;
    overflow-y: auto !important;
}

body.page-id-123 header,
body.page-id-123 footer,
body.page-id-123 .site-header,
body.page-id-123 .site-footer,
body.page-id-123 .wp-site-blocks > header,
body.page-id-123 .wp-site-blocks > footer,
body.page-id-123 .entry-title,
body.page-id-123 h1.entry-title,
body.page-id-123 h1,
body.page-id-123 .um-form h3,
body.page-id-123 .um .um-form-title {
    display: none !important;
}

body.page-id-123 .site-main,
body.page-id-123 main,
body.page-id-123 .wp-site-blocks {
    min-height: 100vh !important;
}

body.page-id-123 main,
body.page-id-123 .site-main,
body.page-id-123 .entry-content,
body.page-id-123 .wp-block-post-content {
    min-height: 100vh !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 15px 18px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

body.page-id-123 .um {
    max-width: 720px !important;
    width: 100% !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border-radius: 26px !important;
    padding: 10px 34px !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12) !important;
    border: 1px solid #dbe5ef !important;
}

body.page-id-123 .um:before {
    content: "";
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 auto 10px;
    background-image: url("https://optimo360.ronytech.net/wp-content/uploads/2026/05/cropped-OPTIMO360.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.page-id-123 .um-field-label label {
    font-weight: 800 !important;
    color: #334155 !important;
    font-size: 14px !important;
}

body.page-id-123 .um input[type="text"],
body.page-id-123 .um input[type="password"],
body.page-id-123 .um input[type="email"] {
    border: 1px solid #cbd5e1 !important;
    border-radius: 14px !important;
    padding: 14px 15px !important;
    background: #ffffff !important;
    font-size: 15px !important;
    min-height: 48px !important;
}

body.page-id-123 .um input[type="text"]:focus,
body.page-id-123 .um input[type="password"]:focus,
body.page-id-123 .um input[type="email"]:focus {
    border-color: #00609f !important;
    box-shadow: 0 0 0 3px rgba(0, 96, 159, 0.12) !important;
}

body.page-id-123 .um input[type="submit"],
body.page-id-123 .um-button {
    width: 100% !important;
    background: #00609f !important;
    color: #ffffff !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    min-height: 48px !important;
}

body.page-id-123 .um input[type="submit"]:hover,
body.page-id-123 .um-button:hover {
    background: #004d80 !important;
}

body.page-id-123 .um-link-alt,
body.page-id-123 .um a {
    color: #00609f !important;
    font-weight: 700 !important;
}

@media (max-width: 900px) {
    body.page-id-123 main,
    body.page-id-123 .site-main,
    body.page-id-123 .entry-content,
    body.page-id-123 .wp-block-post-content {
        padding: 32px 16px 15px !important;
    }
}

@media (max-width: 600px) {
    body.page-id-123 main,
    body.page-id-123 .site-main,
    body.page-id-123 .entry-content,
    body.page-id-123 .wp-block-post-content {
        padding: 28px 14px 10px !important;
    }

    body.page-id-123 .um {
        padding: 26px 22px 10px !important;
        border-radius: 22px !important;
    }

    body.page-id-123 .um:before {
        width: 190px;
        height: 95px;
        margin-bottom: 5px;
    }
}