:root{--page-title-display:none;}body.elementor-page-12{margin:150px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* 1. Put the whole form in a neat, centered box */
.mepr-password-reset {
    max-width: 450px !important;
    margin: 60px auto !important; /* Centers it and adds top/bottom spacing */
    padding: 30px !important;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05); /* Soft modern shadow */
}

/* 2. Style the input field so it doesn't stretch across the screen */
.mepr-form input[type="text"], 
.mepr-form input[type="email"], 
.mepr-form input[type="password"] {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
}

/* 3. Style the Submit Button to look modern */
.mepr-form input[type="submit"] {
    background-color: #0071C2 !important; /* Your brand blue */
    color: #ffffff !important;
    width: 100% !important;
    padding: 14px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.3s ease;
}

/* Optional: Button hover state */
.mepr-form input[type="submit"]:hover {
    background-color: #005A9C !important;
}/* End custom CSS */