/*.card-header {*/
/*    background-color: #ffffff!important;*/
/*}*/

/*.card-footer {*/
/*    border-top: 1px solid #EEEEEE;*/
/*    background-color: #ffffff!important;*/
/*    padding: 1.5rem 1.5rem!important;*/
/*}*/

/*form .form-group {*/
/*    margin-bottom: 1.5rem!important;*/
/*}*/

html, body {min-height: 100%;}

.bg-img{
    background-image: url(../images/login-image.png);
    -webkit-background-size: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    /*height: 100%;*/

    height: 100vh;
    min-height: auto;
    position: relative;
}

.division {
    text-align: center;
    font-size: 13px;
    margin: 35px 0 38px 0;
}

.inner-logo{
    margin: 40px;
}

.background-fill{
    background-image: url(../images/background-fill.svg);
}