
html{
    height: 100% !important;
}
body{
    height: 100vh;
}
body.login{
    background: url(../img/login_banner.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto 100%;
    height: 100%;
    -webkit-background-size: cover;
    padding: 0px;
}
body.login > .container.text-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.marginCenter{
    margin: 0 auto !important;
}
.section_signin{
    background: transparent;
    padding: 10px;
    border: 1px solid transparent;
}
.mTop15{
    margin-top: 15px !important;
}
#formFooter{
    padding: 25px;
    padding-top: 0;
}
#formFooter a {
    color: #FFF;
}
#formFooter a.btn {
    color: #FFF;
    margin-bottom: 20px;
}
.H-log{
    color: #fff;
}
.btn-log{
    background-color: #BF002C;
    color: #fff;
}
.btn-log:hover{
    color: #fff;
    background-color: #990023;
    border-color: #8c0020;
}
.HR-log{
    background-color: rgba(0,0,0,0.1);
}
.div-log-cadastro{
    margin-bottom: 30px;
    margin-top: -30px;
}
.span-icon-log{
    background-color:#BF002C;
    color: #fff;
    border: 1px solid #BF002C;
}
.logo_ib_login{
    max-height: 110px;
    margin-top: 20px;
    margin-bottom: 15px;
}
