html[data-show="true"] #root {
    opacity: 1;
    margin-left: 0px;
    margin-bottom: 0px;
}
html[data-placement="horizontal"] .nav-container .logo {
    margin-top: 0;
    margin-bottom: 0;
    text-align: initial;
    padding-right: 2.5rem;
    position: absolute;
    right: 0px;
}
.language-switch-container {
    order: 0;
    height: auto;
    margin-right: 20px;
    padding-left: 0rem;
    position: relative;
    text-align: right;
}
html[data-placement="horizontal"] .nav-container, html[data-placement="vertical"] .nav-container {
    position: static;
   
}
.filled .form-control {
    font-family: 'Poppins-Regular';
    color: #fff !important;
    font-size: 18pt;
    min-height: 44px;
    border: 0px solid #d8d8d8;
    background: #0d4e96;
    border-radius: 0px !important;
    border-bottom: 1pt solid #48c0b6 !important;
    text-align: center;
}
    .filled .form-control:focus {
        font-family: 'Poppins-Regular';
        color: #fff !important;
        font-size: 18pt;
        min-height: 44px;
        border: 0px solid #d8d8d8;
        background: #0d4e96;
        border-radius: 0px !important;
        border-bottom: 1px solid #009097 !important;
        text-align: center;
    }
html[data-footer="true"] #root > footer {
    border-top: 0px solid var(--separator);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0px;
    display: flex;
    background: #174784; padding-left: calc(var(--nav-size) + var(--main-spacing-horizontal));
    padding-right: var(--main-spacing-horizontal);
    margin-bottom:10px;
}
.login-main-box{
    margin-left:auto;
    margin-right:auto;
    width:30%;
    background:#000;
}
.loginbox {
    background: #0d4e96;
    width: 100%;
    padding: 20px 60px 20px 60px;
}
body {
    background: #000;
}
.loginbox .logo {
    margin-top: 105px;
    margin-bottom: 160px;
}
    .loginbox .logo img {
        width: 90%;
    }
.btn-warning, .btn-warning:not(:disabled):not(.disabled).focus, .btn-warning:not(:disabled):not(.disabled):focus {
    background-color: #ffda58;
    color:#000 !important;
}
@media (max-width: 768px) {
    .loginbox .logo {
        margin-top: 140px;
        margin-bottom: 140px;
    }
    .loginbox .logo img {
        width: 100%;
    }
    .loginbox {
        background: #0d4e96;
        width: 100%;
        padding: 20px 20px 20px 20px;
    }
    .login-main-box {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #000;
    }
}