.general-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    min-height: 100vh;
    background: url(/assets/img/background.jpg);
    background-size: cover;
}
.general-container .body{
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 100;
    margin-left: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;        
}


.general-container .footer{
    background: #283136;
    color: #fff;
    padding: 15px 0;
}


.hexa-text-right{
    text-align: right!important;
}

.hexa-text-left{
    text-align: left!important;
}

@media only screen and (max-width : 576px) {
    .hexa-text-left{text-align: center!important}
    .hexa-text-right{text-align: center!important;}
}

.hexa-login h2{
    margin-bottom: 30px;
}

.footer {
    line-height: 1.5;
}

.footer .container{
    height: 100%;
}

.footer .container .text-center{
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
