.elementor-9 .elementor-element.elementor-element-1061d910{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7ae0fc3 *//* Container & Layout */
.custom-auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    background-color: #f8fafc;
}

.custom-auth-card {
    background: #ffffff;
    width: 100%;
    max-width: 440px;
    padding: 40px 30px;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
}

/* Titles */
.custom-auth-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #111827;
    margin: 0 0 8px 0 !important;
}

.custom-auth-title.green-title {
    color: #008710;
}

.custom-auth-subtitle {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Form Inputs */
.custom-auth-card .form-row {
    margin-bottom: 18px !important;
    padding: 0 !important;
}

.custom-auth-card label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}

.custom-auth-card label .required {
    color: #dc2626;
}

.custom-auth-card input[type="text"],
.custom-auth-card input[type="password"],
.custom-auth-card input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s;
    background-color: #ffffff;
    box-shadow: none !important;
}

.custom-auth-card input:focus {
    border-color: #008710 !important;
}

/* Eye Toggle Icon */
.password-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-container input {
    padding-right: 45px !important;
}

.toggle-password-eye {
    position: absolute;
    right: 14px;
    cursor: pointer;
    color: #9ca3af;
    display: flex;
    align-items: center;
}

/* Checkboxes */
.custom-auth-options {
    margin-bottom: 20px;
}

.custom-auth-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.custom-auth-options input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #008710;
}

/* Buttons */
.custom-btn-primary {
    width: 100% !important;
    height: 48px;
    background-color: #008710 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.custom-btn-primary:hover {
    background-color: #006e0d !important;
}

.custom-btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border: 1px solid #008710;
    border-radius: 12px;
    color: #008710 !important;
    font-weight: 700;
    text-decoration: none !important;
}

.custom-btn-outline:hover {
    background-color: #f0fdf4;
}

/* Footer Links */
.lost_password {
    text-align: center;
    margin: 15px 0 !important;
}

.lost_password a {
    color: #6b7280;
    font-size: 13px;
    text-decoration: none;
}

.green-link {
    color: #008710 !important;
    text-decoration: none;
}

.green-link.bold {
    font-weight: 700;
}

.custom-switch-text {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    margin-top: 20px;
}/* End custom CSS */