    body {
    margin: 0;
    font-family: 'Montserrat', Helvetica, Arial, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #626262;
    text-align: left;
    background-color: #F8F8F8;
    overflow: hidden;
}html body .content.app-content {
    overflow: hidden;
}html body .content.app-content .content-overlay {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    z-index: -1;
}html body .content {
    padding: 0;
    position: relative;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: calc(100% - 4rem);
    /*margin-left: 260px;*/
}
    html body.bg-full-screen-image {
    background: url(../../login-bg.jpg) no-repeat center center;
    background-size: cover;
}

    html body.blank-page .content-wrapper {
    padding: 0 !important;
    margin-top: 0;
}html body.blank-page .content-wrapper .flexbox-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    height: calc(var(--vh, 1vh)* 100);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}.bg-authentication {
    background-color: #ffffff;
}@media (min-width: 1200px){
.col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}}