.login-body.loginbg {
    background-image: url(../images/login-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.04);
}

.login-body {
    width: 100%;
    height: 100vh;
}
.login-body .auth-header-box {
    background-color: #0c213a;
}
.bg-light-alt {
    background-color: #fbfbfb !important;
}
.text-muted {
    color: #a4abc5 !important;
    font-size: 13px;
}
