:root {
	--rec-theme-primary: #a71d31;
}
.rec-body.login {
	background: url("/uploads/sites/117/bg3.jpg") bottom left / cover fixed;
}
.rec-footer section {
	background: rgba(255,255,255,0.5);
	border: 2px #fff solid;
	border-radius: 10px;
	font-size: smaller;
	padding: 10px;
}
.rec-header img {
	max-height: 50px;
}
.rec-main.login .container {
	background: rgba(255,255,255,0.5);
	border: 2px #fff solid;
	border-radius: 10px;
}
.rec-main.login .login-form {
	background: transparent;
	box-shadow: none;
}
.rec-nav {
	--rec-theme-primary: #95999c;
}
