
body {
	background: url('../images/bg-squeeze.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h3 {
	margin-top:-5px;
}

.img {
    display: none;
}

.line {
	margin-top: 5%;
}

.texto {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	margin: 25px 0 25px 0;
	width: 80%;
	margin-left:10%;
}

.texto-left {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	margin: 25px 0 25px 0;
	width: 84%;
	margin-left:8%;
	text-align:left;
}

.caixa {
	width: 90%;
	margin-left: 5%;
	padding: 20px;
	border-radius: 10px;
	text-align:center;
	background: #fff;
    background: rgba(255,255,255,0.5);
}

.caixa1 {
	width: 90%;
	margin-left: 5%;
	padding: 10px;
	border-radius: 10px;
	text-align:center;
}

.input{
	width:294px;
	height:40px;
	font-size:16px;
	color: #666666;
	border-radius: 5px;
	margin-bottom:10px;
	text-align:center;
}

@media screen and (min-width:992px) {
    .img {
        display: inherit;
		text-align:center;
		padding-top: 5%;
    }
