html {
    position: relative;
    min-height: 100%;
}
body.login{
    background-color: #f0ebde;
}
.h1, .h2, h1, h2 {
    font-family: 'EB Garamond';
}
.font-weight-light {
    font-weight: 200!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.text-dark-muted {
    color: rgba(255,255,255,.7)!important;
}
.login-logo {
    padding: 30px 0;
    text-align: center;
}
.login-logo img {
    max-width: 80px;
}
.login-section {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 2em;
}
.login-section .login-box {
    border-radius: 4px;
    overflow: hidden;
}
a{
    text-decoration: none !important;
}
.mian_logo {
    text-align: center;
    padding: 30px 0px 20px 0px;
}
.mian_logo img{
    width: 70px;
}
section.sec_login {
    width: 51%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.login-box .login-left-col {
    background: #fff;
    padding: 40px 50px 50px 50px;
}
.login-left-col h3 {
    font-size: 25px;
    font-weight: 200;
}
.login-left-col ul {
    padding: 0;
    margin: 0;
}
.login-left-col ul li {
    list-style: none;
    display: inline;
}
.login-left-col ul li a{
    text-transform: uppercase;
    color: #000;
}
.faq_btn{
    font-size: 13px;
    color: #000;
}
.form_main {
    padding-top: 50%;
    color: #000000;
}
.login-btn {
    width: 160px;
    text-transform: uppercase;
}
.form_main input:focus-visible {
    outline: 0;
}
/*.form_main button {
    background: #0071BCA6;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
}*/
.login-right-col {
    background: url(../images/sanctum-login-image.jpg) no-repeat top center;
    background-size: cover;
    padding: 3rem!important;
    color: #fff;
}

.left_col_content {
    padding-top: 12%;
    padding-right: 10%;
}
.header {
    height: 140px;
    background-color: #080808;
    position: sticky;
    z-index: 100;
}
.header .wrapper, .content .wrapper {
    max-width: 1440px;
    margin: 0px auto;
}
.header-col-1 {
    flex-basis: 250px;
    flex-grow: 0;
}
.header-area {
    display: flex;
    justify-content: flex-end;
}
.header-area .header-title {
    position: absolute;
    bottom: 0;
    left: 0;
}
.header-area .header-title h1 {
    font-size: 1.7rem;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.header-area .account-info {
    line-height: 1.2;
}
.header-area .account-info > div {
    border-right: 1px solid rgba(255,255,255,0.5);
}
.header-account .header-right {
    display: flex;
    justify-content: flex-end;
}
.navigation-wrapper {
    position: fixed;
    top: 0;
    z-index: 1001;
    flex: 0 0 auto;
    flex-basis: 250px;
    width: 250px;
}
.rb-sidebar-area {
    margin: 20px;
}
.nav-logo img {
    max-width: 80px;
    height: auto;
}
.logo-wrapper {
    height: 119px;
    border-bottom: 1px solid #e5e5e5!important;
}
.navcol .nav a {
    display: block;
    padding: 0.5rem 0.9rem;
    position: relative;
    overflow: hidden;
    color: #000;
}
.navcol .nav a span {
    position: absolute;
}
.navcol .nav li.active {
    background-color: #f5f5f5;
}
.navcol .nav li.active > a {
     color: #0071bc!important;
 }
.navcol .nav li ul {
    list-style: none;
    padding-left: 10px;
}
.navcol .nav li ul a {
    padding: 4px 8px;
}
.right-side-content {
    width: calc(100vw - ((100vw - 100%) + 265px));
    margin-left: 250px;
}
div#datatable-buttons-by-me_filter, div#datatable-buttons_filter {
    float: right;
}
.coloricon {
    display: inline-block;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    margin: 2px;
}
.dt-bootstrap5 {
    overflow-x: auto;
}
.banner-bottom img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1024px){
    section.sec_login {
        width: 70%;
    }
}
@media (max-width: 768px){
    section.sec_login {
        width: 90%;
    }
}
@media (max-width: 575px){
    .form_main {
        padding-top: 20%;
    }
    section.sec_login {
        width: 85%;
    }
}