body {
    background: url('../img/fundo-login.jpg') no-repeat center center;
    background-size: cover;
}

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
}