body {
    color: #888;
	background-color: #DA162E;
	/*background-image: url("/images/outback/back.jpg");*/
    background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment:fixed;
}
button.btn {
    background: rgba(249, 248, 234, 0.9);
    /*background: rgba(184, 59, 38, 0.7);*/
	color: #DA162E;
	font-weight:500;
}
button.btn:hover { opacity: 0.9; color: #DA162E; font-weight:500; }

button.btn:active { outline: 0; opacity: 0.9; color: #f9f8ea; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.9; background: #DA162E; color: #f9f8ea; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.9; background: #DA162E; color: #f9f8ea; font-weight:500; }
.form-top-right {
	float: left;
	width: 50%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 1;
}
.form-top-left {
	float: left;
	width: 50%;
	padding-top: 25px;
}
.form-bottom {
	background: rgba(0, 0, 0, 0.35);
}
.form-top {
	background: rgba(0, 0, 0, 0.40);
}
@media (min-width: 768px) {
	.logo {
		display:none;
	}
}
@media (max-width: 767px) {
	.form-top-right {
		display:none;
	}
	.form-top-left {
		width:100%;
	}
}
