.login-page, .register-page {
    background-image: url("../images/bg-login.jpg");
    background-position: center;
}

.carousel-inner img {
    height: 600px;
    object-fit: cover;
}

[class*="sidebar-dark-"] {
	background-color: #1E1E2D;
}

[class*="sidebar-dark-"] .sidebar a {
	color: #9899ac;
	font-size: 14px;
}
.login-page::before {
    content: '';
    background-color: #1206066b;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.login-logo a, .register-logo a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #9e9e9e;
}

.ovl a {
    color: #4d5053;
}

.login-logo a {
    color: white;
}

.login-logo img {
    width: 200px;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: #1E1E2D;
}