.login-page, .register-page{
    background-image: url('../image/login/fondo.jpg');
    background-repeat: no-repeat;
    background-color: #999999;
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}

.login-logo a{
    color: #999999;
    font-weight: 300;
}

.login-logo b{
    color: #424242;
    font-weight: 900;
}

.btn-primary{
    background: #31657b !important;

}