:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6d68d1e *//* Scholarship Login/Registration Page Styles */
.scholarship-login-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.scholarship-login-wrapper {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px 20px;
}
.scholarship-login-wrapper .login-container {
    background: #e7e2cc;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}
.scholarship-login-wrapper .login-header {
    text-align: center;
    margin-bottom: 30px;
}
.scholarship-login-wrapper .login-header h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.scholarship-login-wrapper .login-header p {
    color: #666;
    font-size: 14px;
}
.scholarship-login-wrapper .form-group {
    margin-bottom: 20px;
}
.scholarship-login-wrapper .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.scholarship-login-wrapper .form-group input {
    width: 100%;
    padding: 12px;
    background: #daccac !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
}
.scholarship-login-wrapper .form-group input:focus {
    outline: none;
    border-color: #1d88b4;
    background: #daccac !important;
}
.scholarship-login-wrapper .login-button {
    width: 100%;
    padding: 12px;
    background: rgb(29, 136, 180);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}
.scholarship-login-wrapper .login-button:hover {
    background: rgb(255, 242, 0);
    color: rgb(0, 0, 0);
    transform: translateY(-2px);
}
.scholarship-login-wrapper .login-button:active {
    transform: translateY(0);
}

/* Hide pagination links */
.scholarship-login-wrapper ~ .nav-links,
.scholarship-login-wrapper ~ nav.navigation,
body .nav-links {
    display: none !important;
}

/* ============================================ */
/* Formidable Forms Styling */
/* ============================================ */

.scholarship-login-wrapper .frm_forms {
    width: 100%;
    margin: 0;
}

.scholarship-login-wrapper .frm_form_fields {
    margin: 0;
    padding: 0;
}

.scholarship-login-wrapper .frm_form_fields fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.scholarship-login-wrapper .frm_form_field {
    margin-bottom: 20px;
    clear: both;
}

.scholarship-login-wrapper .frm_form_field label,
.scholarship-login-wrapper .frm_primary_label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

/* Style text, email and password inputs */
.scholarship-login-wrapper .frm_form_field input[type="text"],
.scholarship-login-wrapper .frm_form_field input[type="email"],
.scholarship-login-wrapper .frm_form_field input[type="password"],
.scholarship-login-wrapper input[type="text"],
.scholarship-login-wrapper input[type="email"],
.scholarship-login-wrapper input[type="password"] {
    width: 100%;
    padding: 12px;
    background: #daccac !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.scholarship-login-wrapper .frm_form_field input[type="text"]:focus,
.scholarship-login-wrapper .frm_form_field input[type="email"]:focus,
.scholarship-login-wrapper .frm_form_field input[type="password"]:focus,
.scholarship-login-wrapper input[type="text"]:focus,
.scholarship-login-wrapper input[type="email"]:focus,
.scholarship-login-wrapper input[type="password"]:focus {
    outline: none;
    border-color: #1d88b4;
    background: #daccac !important;
}

/* Hide Remember Me checkbox */
.scholarship-login-wrapper .frm_login_remembered_field,
.scholarship-login-wrapper .frm_checkbox,
.scholarship-login-wrapper input[name="rememberme"],
.scholarship-login-wrapper label[for="rememberme"],
.scholarship-login-wrapper .remember-me {
    display: none !important;
}

/* Style submit button */
.scholarship-login-wrapper .frm_submit,
.scholarship-login-wrapper .frm_final_submit {
    margin: 0;
    padding: 0;
    text-align: center;
}

.scholarship-login-wrapper .frm_submit button,
.scholarship-login-wrapper .frm_button_submit,
.scholarship-login-wrapper button.frm_button_submit {
    width: 100%;
    padding: 12px;
    background: rgb(29, 136, 180);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.scholarship-login-wrapper .frm_submit button:hover,
.scholarship-login-wrapper .frm_button_submit:hover,
.scholarship-login-wrapper button.frm_button_submit:hover {
    background: rgb(255, 242, 0);
    color: rgb(0, 0, 0);
    transform: translateY(-2px);
}

.scholarship-login-wrapper .frm_submit button:active,
.scholarship-login-wrapper .frm_button_submit:active,
.scholarship-login-wrapper button.frm_button_submit:active {
    transform: translateY(0);
}

/* Error and success messages */
.scholarship-login-wrapper .frm_error,
.scholarship-login-wrapper .frm_error_style {
    color: #d32f2f;
    font-size: 13px;
    margin-top: 5px;
}

.scholarship-login-wrapper .frm_message {
    padding: 10px;
    background: #4caf50;
    color: white;
    border-radius: 5px;
    margin-bottom: 20px;
}

.scholarship-login-wrapper .with_frm_style .frm_submit input[type=submit],
.scholarship-login-wrapper .with_frm_style .frm_submit button {
    width: 100%;
}

.scholarship-login-wrapper .frm_style_formidable-style.with_frm_style .frm_submit input[type=submit],
.scholarship-login-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button {
    width: 100%;
    background: rgb(29, 136, 180);
    color: rgb(0, 0, 0);
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
}

.scholarship-login-wrapper .frm_style_formidable-style.with_frm_style .frm_submit input[type=submit]:hover,
.scholarship-login-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: rgb(255, 242, 0);
    color: rgb(0, 0, 0);
}

/* ============================================ */
/* Forgot Password & Registration Links */
/* ============================================ */

.scholarship-login-wrapper .forgot-password-link,
.scholarship-login-wrapper .register-link,
.scholarship-login-wrapper .login-link {
    text-align: center;
    margin-top: 15px;
}

.scholarship-login-wrapper .forgot-password-link a,
.scholarship-login-wrapper .register-link a,
.scholarship-login-wrapper .login-link a {
    color: #1d88b4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.scholarship-login-wrapper .forgot-password-link a:hover,
.scholarship-login-wrapper .register-link a:hover,
.scholarship-login-wrapper .login-link a:hover {
    text-decoration: underline;
}

.scholarship-login-wrapper .register-link p,
.scholarship-login-wrapper .login-link p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Formidable's built-in forgot password link */
.scholarship-login-wrapper .frm_login_forgot_pass {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.scholarship-login-wrapper .frm_login_forgot_pass a {
    color: #1d88b4;
    text-decoration: none;
    font-size: 14px;
}

.scholarship-login-wrapper .frm_login_forgot_pass a:hover {
    text-decoration: underline;
}

/* Center logout link */
.scholarship-login-wrapper .frm_login_link,
.scholarship-login-wrapper .frm_logout_link {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.scholarship-login-wrapper .frm_login_link a,
.scholarship-login-wrapper .frm_logout_link a {
    color: #1d88b4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.scholarship-login-wrapper .frm_login_link a:hover,
.scholarship-login-wrapper .frm_logout_link a:hover {
    text-decoration: underline;
}/* End custom CSS */