body, html{

    background-image: url(../img/login.jpg);
    background-size: 100%;
}
.home{
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    height: 100%;
}
.home .formulario{
    border: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.801);
    width: 300px;
    padding: 32px 16px 32px 16px; 
}
.home .formulario img{
    width: 240px;
    margin-left: 30px;
}
.home .formulario .enviar{
    background-color: #1C365E;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    width: 80%;
    margin-left: 10%;
    margin-top: 16px;
    padding: 8px 0;
    border: 0;
}
.home .formulario .enviar:hover{
    background-color: #89C54B;
}
