body {
    color: #888;
	background-color: #99D11E;
	/*background-image: url("/images/ultramar/back.jpg");*/
    background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment:fixed;
}
button.btn {
    background: rgba(38, 54, 140, 0.7);
}
button.btn:hover { opacity: 0.9; }

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

button.btn:focus { outline: 0; opacity: 0.9; background: #26368C; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.9; background: #26368C; font-weight:bolder; }
.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;
}
@media (min-width: 768px) {
	.logo {
		display:none;
	}
}
@media (max-width: 767px) {
	.form-top-right {
		display:none;
	}
	.form-top-left {
		width:100%;
	}
}
