.btn-primary {
    color: #fff;
    background-color:#007bff!important;
    border-color:#007bff!important;
}

@media only screen and (max-height: 600px) {
    .hidden-banner {
        display: none;
    }
}


.login-page {

    background-repeat: no-repeat;
    /* background: url({{asset('vendor/estilo/dist/img/cicpc2.jpg')}})no-repeat center center; */
    background: url('../img/cicpc-seeklogo.com.svg')no-repeat center center fixed;
    background-size: 120% 110%;
    /* background: url({{url('images/php_mysql.jpg')}})no-repeat center center fixed; */
}