﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mensajeError {
    color: red;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 23px;
}

#lblTxt{
    color:red;
}


body {
    font-family: Arial, sans-serif;
    background: url('../img/uat_vacaciones-focus-0-0-1479-828.jfif') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}


.login-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
}

    .login-container img {
        width: 80%;
        margin-bottom: 20px;
    }

.input-group {
    margin-bottom: 15px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

    .input-group label {
        display: block;
        text-align: left;
        font-weight: bold;
    }

    .input-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }

.login-btn {
    width: 100%;
    padding: 10px;
    background: #004b87;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.login-container a {
    display: block;
    margin-top: 10px;
    color: #004b87;
    text-decoration: none;
    font-size: 14px;
}

.footer-text {
    margin-top: 15px;
    font-size: 12px;
    color: #555;
}
.source-sans-3-<uniquifier {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    
    font-style: normal;
}


