﻿@keyframes AnimacioFondo{

    100%{

        background-position: 15% 20%;

    }


}


body{

    background-image: url(/Resources/FondoPantallaInicioSesion.svg);
    background-repeat: no-repeat;
    align-items: center;
    justify-content:center;
    background-size:cover;
    animation: AnimacioFondo 5s infinite alternate linear;
}






.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.9);
    backdrop-filter:blur(4px);
    color: #FFF;
}