/*
Theme Name: Blocksy CODESTRU Child
Template: blocksy
Version: 1.0
*/

/* Screen 3: Login Restyle Final */

body.page-id-9.mepr-guest-layout {
    background: #020817;
}

body.page-id-9.mepr-guest-layout .site-header {
    display: none !important;
}

body.page-id-9.mepr-guest-layout #primary {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgba(37,99,235,.18), transparent 34%),
        radial-gradient(circle at 78% 32%, rgba(212,166,90,.05), transparent 28%),
        #020817;
    padding: 50px 34px 34px;
}

/* Shield */

body.page-id-9.mepr-guest-layout #primary::after {
    content: "";
    position: absolute;
    top: 205px;
    right: calc(50% - 345px);
    width: 88px;
    height: 104px;
    opacity: .09;
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='140' viewBox='0 0 120 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 6L106 26V60C106 94 86 122 60 134C34 122 14 94 14 60V26L60 6Z' stroke='%232563EB' stroke-width='5'/%3E%3Crect x='42' y='60' width='36' height='31' rx='5' stroke='%232563EB' stroke-width='5'/%3E%3Cpath d='M50 60V49C50 39 56 33 60 33C64 33 70 39 70 49V60' stroke='%232563EB' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='60' cy='75' r='4' fill='%232563EB'/%3E%3C/svg%3E");
}

body.page-id-9.mepr-guest-layout .login-brand,
body.page-id-9.mepr-guest-layout .login-intro,
body.page-id-9.mepr-guest-layout #mepro-login-hero {
    position: relative;
    z-index: 1;
}

/* Logo */

body.page-id-9.mepr-guest-layout .login-brand {
    width: min(300px, 80vw);
    margin: 0 auto 16px;
    text-align: center;
}

body.page-id-9.mepr-guest-layout .login-brand img {
    display: block;
    width: 100%;
    height: auto;
}

/* Intro */

body.page-id-9.mepr-guest-layout .login-intro {
    width: min(600px, 94vw);
    margin: 0 auto 10px;
    text-align: center;
}

body.page-id-9.mepr-guest-layout .login-intro h2 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: clamp(24px, 1.75vw, 30px);
    font-weight: 700;
    line-height: 1.16;
    text-shadow: 0 10px 30px rgba(0,0,0,.42);
}

body.page-id-9.mepr-guest-layout .login-intro p {
    margin: 0;
    color: #dbe4f3;
    font-size: clamp(14px, .92vw, 16px);
    font-weight: 600;
    line-height: 1.45;
}

/* Card */

body.page-id-9.mepr-guest-layout #mepro-login-hero {
    width: min(590px, 94vw);
    margin: 0 auto;
    color: #F8FAFC;
}

body.page-id-9.mepr-guest-layout #mepro-login-hero .mepro-boxed {
    width: 100%;
    padding: 38px 52px;
    border: 1px solid rgba(148,163,184,.24);
    border-radius: 16px;
    background: rgba(2,8,23,.68);
    box-shadow:
        0 24px 80px rgba(0,0,0,.44),
        inset 0 1px 0 rgba(255,255,255,.04);
}

body.page-id-9.mepr-guest-layout #mepro-login-hero .mepro-login-contents {
    text-align: center;
}

/* Forms */

body.page-id-9.mepr-guest-layout #mepr-template-login,
body.page-id-9.mepr-guest-layout #mepr_loginform,
body.page-id-9.mepr-guest-layout #mepr_forgot_password_form {
    width: 100%;
}

/* Hide unwanted titles */

body.page-id-9.mepr-guest-layout #mepr_loginform h1,
body.page-id-9.mepr-guest-layout #mepr-template-login h1,
body.page-id-9.mepr-guest-layout #mepr-template-login h2,
body.page-id-9.mepr-guest-layout #mepr-template-login h3,
body.page-id-9.mepr-guest-layout #mepr-template-login > p {
    display: none !important;
}

/* Fields */

body.page-id-9.mepr-guest-layout #mepr_loginform .mp-form-row,
body.page-id-9.mepr-guest-layout #mepr_forgot_password_form .mp-form-row {
    width: min(360px, 100%);
    margin: 0 auto 14px;
    text-align: right;
}

body.page-id-9.mepr-guest-layout label {
    display: block;
    margin-bottom: 6px;
    color: #dbe4f3;
    font-size: 14px;
    font-weight: 600;
}

body.page-id-9.mepr-guest-layout input[type="text"],
body.page-id-9.mepr-guest-layout input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(148,163,184,.28);
    border-radius: 10px;
    background: rgba(15,23,42,.82);
    color: #F8FAFC;
    opacity: 1;
    font-size: 16px;
    text-align: right;
    outline: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04),
        0 10px 28px rgba(0,0,0,.18);
}

body.page-id-9.mepr-guest-layout input::placeholder {
    color: #cbd5e1;
    opacity: .72;
}

body.page-id-9.mepr-guest-layout input:focus {
    border-color: rgba(37,99,235,.78);
    box-shadow:
        0 0 0 3px rgba(37,99,235,.16),
        inset 0 1px 0 rgba(255,255,255,.05);
}

/* Hide password eye */

body.page-id-9.mepr-guest-layout .mp-hide-pw button {
    display: none !important;
}

/* Remember me */

body.page-id-9.mepr-guest-layout .mepr_remember_me {
    width: min(360px,100%);
    margin: 4px auto 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

body.page-id-9.mepr-guest-layout .mepr_remember_me input {
    accent-color: #2563EB;
    width: 15px;
    height: 15px;
}

body.page-id-9.mepr-guest-layout .mepr_remember_me label {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
}

/* Remove spacer */

body.page-id-9.mepr-guest-layout .mp-spacer {
    display: none;
}

/* Button */

body.page-id-9.mepr-guest-layout .submit {
    margin-top: 4px;
    text-align: center;
}

body.page-id-9.mepr-guest-layout #wp-submit {
    width: min(360px,100%);
    height: 46px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #2563EB 0%, #1D4ED8 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow:
        0 6px 16px rgba(37,99,235,.18),
        inset 0 1px 0 rgba(255,255,255,.16);
}

/* Forgot password */

body.page-id-9.mepr-guest-layout .mepr-login-actions {
    margin-top: 10px;
    text-align: center;
}

body.page-id-9.mepr-guest-layout .mepr-login-actions a {
    color: #94A3B8;
    font-size: 14px;
    text-decoration: none;
}

body.page-id-9.mepr-guest-layout .mepr-login-actions a:hover {
    color: #ffffff;
}

/* Mobile */

@media (max-width: 900px) {

    body.page-id-9.mepr-guest-layout #primary {
        padding: 42px 16px 24px;
    }

    body.page-id-9.mepr-guest-layout #primary::after {
        display: none;
    }

    body.page-id-9.mepr-guest-layout #mepro-login-hero .mepro-boxed {
        padding: 28px 22px;
    }

    body.page-id-9.mepr-guest-layout #mepr_loginform .mp-form-row,
    body.page-id-9.mepr-guest-layout #mepr_forgot_password_form .mp-form-row,
    body.page-id-9.mepr-guest-layout .mepr_remember_me {
        width: 100%;
    }

    body.page-id-9.mepr-guest-layout #wp-submit {
        width: 100%;
    }
}

footer.ct-footer {
    display: none !important;
}


.site-footer {
    display: none !important;
}

#footer {
    display: none !important;
}