#mensaje-fichaje {
    display: none;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    border-radius: 4px;
}

.mensaje-bienvenida {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    color: #333;
}

.imagen-despues-titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.imagen-despues-titulo img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fichaje-form {
    text-align: center;
    margin: 30px auto;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#reloj-aviso {
    margin: 20px 0;
    font-size: 18px;
    color: #666;
}

#reloj {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

#fecha-hora {
    font-size: 18px;
    color: #999;
}

button {
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #163020;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 91, 187, 0.4);
}

button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
#boton-cerrar-sesion {
    margin-top: 20px;
    background-color: #f44336; /* Rojo para cerrar sesión */
    transition: background-color 0.3s, box-shadow 0.3s;
}

#boton-cerrar-sesion:hover {
    background-color: #d32f2f; /* Rojo más oscuro */
    box-shadow: 0 4px 8px rgba(211, 47, 47, 0.4);
}
