body {

}
body.sb-nav-fixed {
    background-color: #f8f9fc;
}
#rvbapp,
main.main-content,
.login-wrapper,
.login-wrapper .row {
	height: 100%;
}
.main-content {
	padding-left: 0;
}
.c-auth-banner {
	height: 100vh;
	/*background: #212529;*/
	background: #1d2b42;
	overflow: hidden;
}
.c-auth-content {
	height: 100vh;
}
.c-auth-banner img {
	width: -webkit-fill-available;
}

.login-wrapper .card {
/*	background: transparent;*/
/*    box-shadow: 10px 8px 10px 5px #25409066;*/
	border: none;
	background-color: #f8f9fc;
}
.login-wrapper .card-header {
	font-size: 18px;
    text-align: center; 
    border: none;
    background: none;
}
.login-wrapper .card-header img {
    margin-bottom: 50px;
}
.login-wrapper button.btn-primary {
	background: #343a40;
    border-color: #343a40;
}
.login-wrapper .btn-link {
/*	color: #ffff;*/
}
.login-wrapper .invalid-feedback {
/*    color: #ff5c6c;*/
}
.login-wrapper label,
.login-wrapper input,
.login-wrapper button,
.login-wrapper .btn-link {
	font-size: 12.5px;
}
.login-wrapper input#remember {
	font-size: 18px;
}
.c-auth-text {
	color: #ffff;
	height: 100%;
	text-align: center;
}
.c-author {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
}
img.anon-img-banner {
    position: absolute;
    bottom: 0px;
    right: 12px;
    width: 70%;
}
.password .input-group-text {
	font-size: 12.5px;
}

@media (max-width: 575.98px) { 
	.main-content {
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
	.login-wrapper .card {
	    box-shadow: none;
	    border: none;
	}
	.c-author {
	    left: unset;
	    right: 10px;
	}
}