html, body {
    height: 100% !important;
}
.bg-white {
    background-color: #FFF !important;
}
.satheme {
    min-height: 100vh;
}
.satheme .satheme-cover {   
    background-image: url(../../images/gold/right-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.satheme .satheme-left-cover {   
    background : #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.silver-netra {
    position: absolute;
    top: 5rem;
    left: 4rem;
    display: none;
}
.erp-footer {
    position: absolute;
    bottom: 50px;
    left: 4rem;
    width: 90%;
}
.login-copyright {
    color: #a48994;
}