body {
    font-size: 14px;
    transition: background 1s;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    padding: 3em !important;
    margin: 0 !important;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
    background-image: url('../images/login_q4_2022.jpg?foo=1232121');
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    background-color: #000;
    width: 100%;
    background-position: bottom;
}

form {
    background-color: rgb(38, 44, 52);
    position: relative;
    padding: 2em 2em 1.5em;
    width: 100%;
    display: inline-block;
    min-width: 320px;
    border: 2px solid #888;
}

h1 {
    color: #fff !important;
    font-size: 20px;
    border: medium none;
    line-height: 0px !important;
}

h1 span {
    font-size: 12px;
    color: #f08e39;
    margin-left: -3px;
}

#do_login {
    width: 200px;
    margin: 0px;
    padding: 0.8em;
    background-color: #128370;
    font-weight: bold;
    text-shadow: 0 0 1px #555;
    border-radius: 0;
    border: 1px solid #ccc;
}
#do_login:hover {
    text-shadow: none;
    opacity: 0.8;
}

.loginSupport {
    width: 450px;
    margin: 5px auto 0px;
    text-align: left;
    font-size: 11px;
}

.loginSupport a {
    color: #eee;
    text-shadow: 0 0 1px #333;
}

.loginSupport a:hover {
    color: #35ae85;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
}

.container {
    margin-top: 4%;
    max-width: 450px;
    padding: 0px !important;
    color: #444;
    background: #fff;
    opacity: 0.92;
    box-shadow: 0 0 54px #333;
}
#loginform, .container, .loginSupport {
    border-radius: 3px;
}
li.break {
    clear: left;
}
#appLogo{
    width:250px;
    margin-left:-15px;
    margin-bottom: -20px;
}

#loading_overlay {
    color: #fff;
}

#loading_overlay_data {
    text-align: center;
    color: #fff;
    margin-top: 10%;
    display: block !important;
}

.slogan {
    margin-top: -24px;
    color: #fff;
    padding-bottom: 7px;
    font-size: 12px;
}

#log_status {
    font-size: 11px;
    height: 10px;
    margin-top: 9px;
    padding-bottom: 10px;
    visibility: visible;
    width: 100%;
}

#log_status span {
    display: block;
    padding: 4px 7px;
    text-align: center;
    width: 100%;
}

#log_status span.info {
    background-color: #fff;
    font-weight: bold;
}

#log_status span.error {
    background-color: #E48585;
    color: #FFFFFF;
}

input.error {
    background-color: #ffd3d3 !important;
}

#do_login:hover {
    color: #000;
}

#twofa-container{
    width: 300px;
    height: 200px;
    background: #1a1a1a;
    color: #fff;
    border: 1px solid;
    position: absolute;
    left: 50%;
    top: 240px;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 10px;
}
#twofa-container #twofacode{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 22px;
    margin-bottom: 15px;
    border: 1px solid #000;
    border-radius: 2px;
}
#twofa-container button{
    width: 42%;
    margin: 0px;
    padding: 0.8em;
    background-color: #128370;
    font-weight: bold;
    text-shadow: 0 0 1px #555;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #fff;
}
#twofa-container span{
    display: block;
    margin-top:10px;
    font-weight: bold;
}
.page-screen-info {
    display: none;
}

.page-screen-info h1, .page-screen-info div {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 15%;
}

.page-screen-info div, .page-screen-info h2 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    text-align: center;
}

#statetext {
    margin: 0px auto;
    color: #fff;
    text-align: center;
    display: block;
    background-color: rgb(203, 56, 56);
    padding: .25em;
    font-weight: bold;
    font-size: 12px;
}

.input-with-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
    border: none;
    border-radius: 0;
    width: 100%;
}

.input-with-icon.right input:focus,
.input-with-icon.right input:active {
    color: #000;
}
#loginform{
    padding-top: 10px;
}
#sso{
    display: none;
    background-color:#333;
    color:#fff;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    width: 300px;
    margin: 0 auto;
    height: 100px;
    padding: 45px;
    border: 1px solid #fff;
    position: absolute;
}
#sso_login_option{
    text-align: center;
    background: #000;
    padding: 20px;
    border: 1px solid #ccc;
    width: 50%;
    margin: 0 auto;
    max-width: 450px;
}
#sso_login_option a{
    color:#128370;
    font-weight: bold;
}
@media (max-width: 991px) {
    #loginform, .container, .loginSupport {
        display: none !important;
    }
    .page-screen-info {
        display: block;
        background: rgba(0,0,0,0.8);
        padding: 2em;
    }
}