@media print {
    .noprint {
        visibility: hidden;
    }
}

.main_login {
    background : #231f20;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    overflow: hidden;
}