﻿/*@keyframes AnimacioFondo {

    100% {
        background-position: 15% 20%;
    }
}
*/




body {
/*    background-image: url(/Resources/asistencia.jpg);
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    background-size: contain;
    animation: AnimacioFondo 1s infinite alternate linear;*/
    background: url(/Resources/asistencia2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}






.Iniciosesion {
    position: unset;
    margin-top: 13%;
    background-color: rgb(255,255,255, 0.2);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0, 0.5);
    backdrop-filter: blur(4px);
    color: #FFF;
}
