html, body {
    background-color: #304152;
/*     background-image: url("../img/twitter_bg_new22.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
	height: 100%;
	color: white;
	
	background: url("../img/twitter_bg_new22.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.top_form {
	margin-top:50px;
}
.top_form h1 {
    background-image: url("../img/autoxloo_icon.png");
    background-repeat: no-repeat;
    background-size: 55px auto;
    font-size: 2.8em;
    font-weight: bold;
    padding-left: 55px;
    text-transform: uppercase;
}
.top_form input,
.top_form textarea {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
.top_form button[type="submit"] {
    border: 0 none;
    width: 220px;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
	background: none repeat scroll 0 0 #709db4;
    color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
}
.top_form button[type="submit"]:hover {
    background: none repeat scroll 0 0 #336077;
    color: #ffffff;
}
.dnone {display:none;}
.center {text-align:center;}
.alert-error {border: 1px solid red !important;}

