*{
 margin: 0px;
 padding: 0px;  
}
body{
    
    background-image: linear-gradient(to bottom right,
    #135bc7,
    #3e89fa,
    #33c8f5,
    #c9e9ff 
    );
    background-size: auto;
    background-attachment:fixed;
    font-family: 'Poppins', sans-serif;
    color:white;
    animation: animacion  5s infinite;    

}
/*@keyframes animacion{    
    0%{ 
        background-position: 0% 50%;  
    }
    50%{
        background-position: 100% 50%;  
    }
    100%{
        background-position: 0% 50%;  
    }
}*/
form{
    margin:auto;
    width: 450px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 200px;
    border-radius: 5px;
}

.mensaje{
    margin:auto;
    width: 450px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 200px;
    border-radius: 5px;
}

h2 {
    font-size: 30px;
    text-align: center;
    text-decoration: aliceblue;
    color:white;
    margin: 0 px;
    margin-bottom: 20px;


}
input,textarea, select{
    width: 100%;
    padding: 7px;
    margin-bottom:15px;
    font-size: 15px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    
}
textarea{
    resize: none;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
#boton{
    background-color: azure(0, 159, 227, 01);
    color:whitesmoke;
    padding: 20px;
    color:black

}
#boton:hover{
    background-color: rgb(0, 159, 227);
    color:white
}
.contenedor{
    position: sticky;
    display: flex;
    justify-content:center;
    
    
}


.img {
    width: 350px;
    height: 250px;
    max-width: 350px;
    max-height: 250px;
    position:absolute;
    top: 0px;
    
}

.error {
    color: red;
    margin-bottom: 10px;
}

.success {
    color: green;
    margin-bottom: 10px;
}




#WindowLoad
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=65);
   -moz-opacity:65;
    opacity:0.65;
    background:#999;
}
