#loginCoverBox{
	background: #3a52a7;
}

#loginCoverBox form.login-form{
	position: relative;
}

#loginCoverBox form.login-form::before{
	content: '';
	position: absolute;
	left: 1rem;
	top: 1rem;
	height: 3rem;
	width: 3rem;
	z-index: 1;
	background-image: url('/images/thumbnail_medback.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}

#loginCoverBox form.login-form button[type="submit"]{
	background-color: rgb(58, 82, 167) !important;
}