/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2025 | 13:16:08 */
/* WRAPPER */
.brightleaf-login-wrapper {
    max-width: 420px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(151, 91, 229, 0.15);
    font-family: "Inter", "Roboto", "Helvetica Neue", sans-serif;
}

/* LABELS */
.brightleaf-login-form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-size: 15px;
}

/* INPUTS */
.brightleaf-login-form input[type="text"],
.brightleaf-login-form input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.25s ease;
    background: #fafafa;
}

.brightleaf-login-form input[type="text"]:focus,
.brightleaf-login-form input[type="password"]:focus {
    outline: none;
    border-color: #975BE5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(151, 91, 229, 0.2);
}

/* REMEMBER ME */
.brightleaf-login-remember {
    margin: 14px 0;
    font-size: 14px;
    color: #444;
}

.brightleaf-login-remember input {
    margin-right: 6px;
}

/* BUTTON */
.brightleaf-login-submit button {
    width: 100%;
    padding: 14px 0;
    margin-top: 10px;
    background: linear-gradient(90deg, #975BE5 0%, #6A2CD8 50%, #A970FF 100%);
    border: none;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 12px rgba(151, 91, 229, 0.3);
}

.brightleaf-login-submit button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(151, 91, 229, 0.45);
}

.brightleaf-login-submit button:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(151, 91, 229, 0.35);
}

/* LOST PASSWORD LINK */
.brightleaf-login-links {
    text-align: center;
    margin-top: 18px;
}

.brightleaf-login-lostpw {
    font-size: 14px;
    color: #975BE5;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.brightleaf-login-lostpw:hover {
    color: #6A2CD8;
}

/* ERROR MESSAGE (optional if you enable it in PHP) */
.brightleaf-login-error {
    background: rgba(255, 8, 0, 0.08);
    color: #b30000;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 14px;
    border-left: 3px solid #ff5252;
}

/* If you want spacing between fields */
.brightleaf-login-field {
    margin-bottom: 20px;
}
