﻿.loginColumns {
    max-width: 960px !important;
}

.leftContentContainer {
    text-align: center;
    display: flex;
    min-height: 360px;
}

.leftContent {
    align-self: center;
}

    .leftContent h2 {
        margin-top: 0px;
    }

.companyLogo {
    max-height: 280px;
    display: inline-block;
    max-width: 90%;
}

.companyIcon {
    margin-left: 25px;
    font-size: 20em;
}

.rightContentContainer .ibox-content {
    padding-top: 25px !important;
    min-height: 255px;
}

#divLoader {
    text-align: center;
}

    #divLoader i {
        color: #87CEFA;
        font-size: 50px;
    }

.mt-div {
    padding-bottom: 5px;
    font-size: 12px;
}

    .mt-div a {
        line-height: 18px !important;
        margin-right: 5px;
    }

.footer {
    position: absolute !important;
    background: #ffffff85 !important;
    color: black;
}

body {
    background-color: #fffff7 !important;
}