.elementor-4644 .elementor-element.elementor-element-ab79336{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4644 .elementor-element.elementor-element-ab79336:not(.elementor-motion-effects-element-type-background), .elementor-4644 .elementor-element.elementor-element-ab79336 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F4;}.elementor-4644 .elementor-element.elementor-element-da420dd > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4644 .elementor-element.elementor-element-9600d52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-4644 .elementor-element.elementor-element-09d96c2{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-da420dd */.custom-breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    word-spacing: 10px;
}

.custom-breadcrumbs a {
    color: black; /* Default text color, change as needed */
    text-decoration: none;
}

.custom-breadcrumbs a:hover,
.custom-breadcrumbs a:active {
    color: #AD3630; /* Color changes when hovered or active */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1369deb */.login-error {
        background-color: #ffe6e6;
        color: #d8000c;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #d8000c;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        box-sizing: border-box;
    }
/* Form container */
.custom-signin-form {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    max-width: 1000px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Form row */
.form-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

/* Label styling */
.form-row label {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

/* Input and icon container */
.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon input[type="text"],
.input-with-icon input[type="password"] {
    width: 100%;
    padding: 12px 40px 12px 10px;
    background-color: #f6f6f6;
    border: 1px solid #bebebe;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}
.input-with-icon input[type="password"] {
    margin-left: 32px !important;
    max-width: 802px !important;;
}

.input-with-icon input[type="text"]:focus,
.input-with-icon input[type="password"]:focus {
    border-color: #a52a2a;

}

/* Right-side icon for email */
.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.6;
}

/* Right-side icon for password (toggle) */
.password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.password-toggle-icon:hover {
    opacity: 1;
}

/* Sign-In Button */
.custom-signin-form button {
    margin-left:116px;
    background-color: #A52A2A;
    color: #ffffff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 400px;
    text-align: center;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-signin-form button:hover {
    background-color: #8B0000;
}

/* Icon inside the button */
.button-icon {
    width: 20px;
    height: 20px;
}

/* Form Links */
.form-links {
    text-align: left;
    margin-top: 20px;
}

.form-links a {
        margin-left:120px;

    display: block;
    color: #A52A2A;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 5px;
}

.form-links a:hover {
    text-decoration: underline;/* End custom CSS */