.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2cc07ef:#051C43;--e-global-color-9136004:#FBFCFE;--e-global-color-e082160:#EEF2F5;--e-global-color-0876570:#1E3356;--e-global-color-c5c43c4:#ECF1F4;--e-global-color-9609856:#8989A5;--e-global-color-6c472f8:#ECF1F4;--e-global-color-95b63a7:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2ce501e-font-family:"Raleway";--e-global-typography-2ce501e-font-size:60px;--e-global-typography-2ce501e-font-weight:600;--e-global-typography-ce93056-font-family:"Raleway";--e-global-typography-ce93056-font-size:15px;--e-global-typography-ce93056-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Hide default browser password reveal buttons using high specificity */
#alps-login .elementor-field-group input::-ms-reveal,
#alps-login .elementor-field-group input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* 2. Remove default browser appearance for consistency */
#alps-login .elementor-field-group input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 3. Standardize layout for text-based inputs */
#alps-login .elementor-field-group input:not([type="checkbox"]) {
    width: 100%;
    box-sizing: border-box;
    padding-right: 45px;
}

/* 4. Ensure Remember Me checkbox stays properly aligned */
#alps-login .elementor-field-group input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

/* 5. Styling for the custom eye toggle wrapper */
#alps-login .password-toggle-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

/* 6. Appearance and Positioning of the custom eye icon */
#alps-login .custom-eye-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    z-index: 10;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}/* End custom CSS */