body.login-fondo {
    background-color: #1A1C4D;
    /*#744d90*/ 
    
    background-image: url('../../images/fondo_L2.jpg');
    background-attachment: fixed;
    height: 100%;
    max-height: 100%;
    min-height: 99%;
    overflow: hidden;
    width: 100%;
}

.title_login{
    color: #D2C101;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}