#login {
    font-family: Calibri !important;
}


/*.img-bg {
    background: url(../images/bg2.png), url(../images/bg.jpg);
    background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, center;
    background-position-y: -345px, 0;
    background-attachment: scroll, fixed;
    background-color: #0f212d;
}*/

/*LOGIN PORTAL*/
.img-bg {
    background: url(../images/banner-home-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    background-attachment: fixed;
    background-color: #fff;
}

.img-bgquali {
    /*background: url(../images/bg_.jpg);*/
    background: url(../images/bg2.png), url(../images/bg_.jpg);
    background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, center;
    background-position-y: -345px, 0;
    background-attachment: scroll, fixed;
    background-color: #0f212d;
}

.card-size {
    height:370px;
}

.card-size.login-portal {
    height: inherit;
    background-color: rgba(255, 255, 255, 0.75);
}

.button-size {
    width:100%;
}

footer.footer .navbar {
    padding: 1rem 1rem;
}

.login-potal .card-body{
    background-color: #ff6a00;
}

.centralizar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.central {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}