#auth-left{
    border-right: solid 1px #00480C;
}

.auth-right{
    
}
.auth-right img{
    width: 98%;    
    vertical-align: middle;
    margin: top 20%;
}

.auth-logo {
    text-align: center;
    margin-bottom: 15px !important;
}
.auth-logo img{
    width: 80%;
    height: auto !important;
}

.logo{
    text-align: center;
    width: 100%;
}
.logo img {
    width: 70%;
    height: auto !important;
}

.datepicker table{
    width: 100%;
}

.datepicker-dropdown{
    border: 1px solid #c2c2c2;
}

#spinnerLoading {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
#spinnerLoading div {
    position: absolute;
    top: 50%; left: 50%;
}

/* (C) SHOW & HIDE */
#spinnerLoading {
    visibility: hidden;
    opacity: 0;
}
#spinnerLoading.show {
    visibility: visible;
    opacity: 1;
}

.table tbody{
    color: #000;
}


body{
    background: #F7F6DA !important;
}

.auth-title{
    font-size: 20px !important;
}