#b_login {
	background-image: url("bg-cloudia.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#b_login_topbar {
	background: none;
}
#b_login_form_logo {
	background-image:url("bepixeld-mailarchiv.png");
	width: 86%;
	margin: 20px 7%;
}
#header_logo {
	width: 100px;
	height: 20px;
	margin: 17px 10px 10px;
}

.form_button_big {
	color: #fafafa;
	background: #7b1619;
}
.no-touchevents .form_button_big:hover {
	background: #991b1d;
}

.input_button,
a.mail_content_button {
	background: #7b1619;
}

.no-touchevents .input_button:hover,
.no-touchevents a.mail_content_button:hover {
	background: #991b1d;
}
