:root {
	--rec-theme-on-primary: #2990ea;
	--rec-theme-primary: rgb(179, 8, 56);
}
.rec-body.login {
	background: url("/uploads/sites/95/photo2.jpg") center / cover fixed;
}
.rec-footer {
	background: #fff;
	bottom: 0;
	margin: 0;
	min-width: 100%;
	padding: 30px 15px;
	position: fixed;
}
.rec-main.index {
	margin-bottom: 95px /* footer height + 15px margin */;
}
.rec-main.login .container {
	background: transparent;
	margin-top: 30px;
	padding: 0;
}
.rec-main.login .login-form {
	background: rgba(255,255,255,0.9);
}
.rec-nav {
	--rec-theme-primary: #fff;
	--rec-theme-text-on-primary: #000;
	padding: 0;
}
