.elementor-65 .elementor-element.elementor-element-46d54d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10%;--margin-bottom:-1%;--margin-left:0%;--margin-right:0%;}.elementor-65 .elementor-element.elementor-element-54984ed img{width:350px;}.elementor-65 .elementor-element.elementor-element-aa11313{text-align:center;}.elementor-65 .elementor-element.elementor-element-aa11313 .elementor-heading-title{font-family:var( --e-global-typography-4582633-font-family ), Sans-serif;font-size:var( --e-global-typography-4582633-font-size );font-weight:var( --e-global-typography-4582633-font-weight );line-height:var( --e-global-typography-4582633-line-height );color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-65 .elementor-element.elementor-element-aa11313 .elementor-heading-title{font-size:var( --e-global-typography-4582633-font-size );line-height:var( --e-global-typography-4582633-line-height );}}@media(max-width:1024px){.elementor-65 .elementor-element.elementor-element-aa11313 .elementor-heading-title{font-size:var( --e-global-typography-4582633-font-size );line-height:var( --e-global-typography-4582633-line-height );}}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-46d54d3{--margin-top:30%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-65 .elementor-element.elementor-element-54984ed img{width:250px;}.elementor-65 .elementor-element.elementor-element-aa11313 .elementor-heading-title{font-size:var( --e-global-typography-4582633-font-size );line-height:var( --e-global-typography-4582633-line-height );}}/* Start custom CSS *//* Hide MemberPress unauthorized messages and system notices */
.mepr-unauthorized-message,
.mepr-unauthorized-message *,
.mepr_authorization_failed,
.mepr-login-error,
.mepr_message,
.mepr_updated,
.mepr_error {
    display: none !important;
}

/* Show forgot password (mepr-login-actions) and restyle it */
.mepr-login-actions {
    display: block !important;
    margin-top: 24px;
    text-align: center;
}

.mepr-login-actions a {
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #003f5f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mepr-login-actions a:hover {
    color: #F06B22;
}

/* Hide old forgot password block inside the form */
#mepr_loginform .mp-form-links {
    display: none !important;
}

/* Login form container styling and position */
#mepr_loginform {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px !important;
    padding: 32px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e6e6e6;
    font-family: "Manrope", sans-serif;
}

/* Heading */
#mepr_loginform h2,
#mepr_loginform .mp-form-heading {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #003f5f;
    margin-bottom: 20px;
}

/* Labels */
#mepr_loginform .mp-form-label {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #003f5f;
    margin-bottom: 6px;
    display: block;
}

/* Inputs */
#mepr_loginform input[type="text"],
#mepr_loginform input[type="email"],
#mepr_loginform input[type="password"] {
    width: 100%;
    padding: 14px 16px;
    font-size: 1.2rem;
    font-weight: 400;
    background: #f8faf9;
    border: 1px solid #d7e4d6;
    border-radius: 10px;
    outline: none;
    font-family: "Manrope", sans-serif;
    transition: all 0.2s ease;
}

#mepr_loginform input[type="text"]:focus,
#mepr_loginform input[type="email"]:focus,
#mepr_loginform input[type="password"]:focus {
    border-color: #a5c985;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(165, 201, 133, 0.25);
}

/* Login button */
#mepr_loginform input[type="submit"] {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: #003f5f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    transition: all 0.2s ease;
}

/* Hover color */
#mepr_loginform input[type="submit"]:hover {
    background: #F06B22 !important;
}

/* Remember me text */
#mepr_loginform .mepr-login-remember label {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #003f5f;
}/* End custom CSS */