body, html{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/login.jpg);
    background-size: 100% 100%;
}
.home{
    position: relative;
    width: 100%;
    height: 100%;
}
.home .formulario{
    position: absolute;
    left: 32px;
    border: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.479);
    top: 64px;
    width: 300px;
    padding: 32px 16px 32px 16px; 
}
.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;
}
