﻿.g-layout-body {
    background-color: #2F4051;
}

.g-layout-html,
.g-layout-login {
    height: 100%;
    overflow: hidden;
}

.g-layout-login {
    margin: 0;
}

#qpulseAuthenticationDiv {
    margin-bottom: 20px;
}

.qp-app-loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: auto;
}

.stop-loader {
    display: none;
}

.g-brand {
    font-size: 4em
}

.enforce-display-inline{
    display: inline !important;
}