/* _content/LocMexWeb/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root[b-et81ikotc9] {
    --locmex-blue: #2a3a5d; /* Approximate color from image */
    --locmex-red: #e52222; /* Approximate color from image */
}





html[b-et81ikotc9], body[b-et81ikotc9] {
    height: 100%;
    margin: 0;
}

body[b-et81ikotc9] {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    justify-content: center;
    background-color: var(--locmex-blue);
    background-image: url('/images/earth-background.jpg'); /* TODO: Replace with your actual earth image URL */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain; /* Or cover, depending on desired effect */
    font-family: sans-serif;
    padding-top: 5vh; /* Add some padding from the top */
}

.login-container[b-et81ikotc9] {
    background-color: var(--locmex-blue); /* Ensure container background matches top */
    padding: 30px;
    margin: 10px;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); Remove or keep shadow as needed */
    /*width: 95%;*/
    max-width: 400px;
    text-align: center;
    color: white;

}

.logo-container img[b-et81ikotc9] {
    /* If using an image for the logo */
    /* max-width: 200px; */
    /* margin-bottom: 10px; */
}

.logo-text-main[b-et81ikotc9] {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
}

    .logo-text-main .x[b-et81ikotc9] {
        color: var(--locmex-red);
    }

.logo-text-sub[b-et81ikotc9] {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 30px;
}

    .logo-text-sub .gps[b-et81ikotc9] {
        color: var(--locmex-red);
        font-weight: bold;
    }


.form-control[b-et81ikotc9] {
    height: 45px; /* Adjust height */
}

.input-group-text[b-et81ikotc9] {
    background-color: white; /* Match input background */
    border-right: none; /* Remove border between icon and input */
    color: var(--locmex-red); /* Icon color */
}

.input-group .form-control[b-et81ikotc9] {
    border-left: none; /* Remove border between icon and input */
}

/* Style for the eye icon */
.input-group .btn-eye[b-et81ikotc9] {
    background-color: white;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: var(--locmex-red); /* Icon color */
    cursor: pointer;
    border: 1px solid #ced4da; /* Match form control border */
    border-left: 0; /* Remove left border */
}

    .input-group .btn-eye:hover[b-et81ikotc9], .input-group .btn-eye:focus[b-et81ikotc9] {
        background-color: #f8f9fa; /* Slight hover effect */
        box-shadow: none;
    }

.btn-login[b-et81ikotc9] {
    background-color: var(--locmex-red);
    border-color: var(--locmex-red);
    color: white;
    font-weight: bold;
    padding: 10px 0; /* Adjust padding */
    width: 100%; /* Make button full width */
    margin-top: 15px; /* Space above button */
}

    .btn-login:hover[b-et81ikotc9] {
        background-color: #c81e1e; /* Darker red on hover */
        border-color: #c81e1e;
        color: white;
    }

.privacy-link[b-et81ikotc9] {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .privacy-link a[b-et81ikotc9] {
        color: white;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .privacy-link a:hover[b-et81ikotc9] {
            text-decoration: underline;
        }

.copyright[b-et81ikotc9] {
    font-size: 0.8rem;
    color: #a0a0a0; /* Lighter grey color */
    margin-top: 10px;
    position: absolute; /* Position relative to body */
    bottom: 10px; /* Place it near the bottom */
    left: 0;
    right: 0;
    text-align: center;
}
/* _content/LocMexWeb/Pages/Shared/_LayoutDetails.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root[b-b811nlclbs] {
    --locmex-blue: #2a3a5d; /* Approximate color from image */
    --locmex-red: #e52222; /* Approximate color from image */
}





html[b-b811nlclbs], body[b-b811nlclbs] {
    height: 100%;
    margin: 0;
}

body[b-b811nlclbs] {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    justify-content: center;
    background-color: var(--locmex-blue);
    background-image: url('/images/earth-background.jpg'); /* TODO: Replace with your actual earth image URL */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain; /* Or cover, depending on desired effect */
    font-family: sans-serif;
    padding-top: 5vh; /* Add some padding from the top */
}

.login-container[b-b811nlclbs] {
    background-color: var(--locmex-blue); /* Ensure container background matches top */
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); Remove or keep shadow as needed */
    width: 100%;
    max-width: 400px;
    text-align: center;
    color: white;
}

.logo-container img[b-b811nlclbs] {
    /* If using an image for the logo */
    /* max-width: 200px; */
    /* margin-bottom: 10px; */
}

.logo-text-main[b-b811nlclbs] {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
}

    .logo-text-main .x[b-b811nlclbs] {
        color: var(--locmex-red);
    }

.logo-text-sub[b-b811nlclbs] {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 30px;
}

    .logo-text-sub .gps[b-b811nlclbs] {
        color: var(--locmex-red);
        font-weight: bold;
    }


.form-control[b-b811nlclbs] {
    height: 45px; /* Adjust height */
}

.input-group-text[b-b811nlclbs] {
    background-color: white; /* Match input background */
    border-right: none; /* Remove border between icon and input */
    color: var(--locmex-red); /* Icon color */
}

.input-group .form-control[b-b811nlclbs] {
    border-left: none; /* Remove border between icon and input */
}

/* Style for the eye icon */
.input-group .btn-eye[b-b811nlclbs] {
    background-color: white;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: var(--locmex-red); /* Icon color */
    cursor: pointer;
    border: 1px solid #ced4da; /* Match form control border */
    border-left: 0; /* Remove left border */
}

    .input-group .btn-eye:hover[b-b811nlclbs], .input-group .btn-eye:focus[b-b811nlclbs] {
        background-color: #f8f9fa; /* Slight hover effect */
        box-shadow: none;
    }

.btn-login[b-b811nlclbs] {
    background-color: var(--locmex-red);
    border-color: var(--locmex-red);
    color: white;
    font-weight: bold;
    padding: 10px 0; /* Adjust padding */
    width: 100%; /* Make button full width */
    margin-top: 15px; /* Space above button */
}

    .btn-login:hover[b-b811nlclbs] {
        background-color: #c81e1e; /* Darker red on hover */
        border-color: #c81e1e;
        color: white;
    }

.privacy-link[b-b811nlclbs] {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .privacy-link a[b-b811nlclbs] {
        color: white;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .privacy-link a:hover[b-b811nlclbs] {
            text-decoration: underline;
        }

.copyright[b-b811nlclbs] {
    font-size: 0.8rem;
    color: #a0a0a0; /* Lighter grey color */
    margin-top: 10px;
    position: absolute; /* Position relative to body */
    bottom: 10px; /* Place it near the bottom */
    left: 0;
    right: 0;
    text-align: center;
}
