.login-bg{
    background: url("../img/wall3.jpg") no-repeat center center fixed;
    background-size: cover;
}

.bg-login-image{
    background: url("../img/recluta.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.bg-login-image::after{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.25);
}
