html{	height: 100%;}body{	margin: 0!important;}a, a:visited { color:#fff;}a:hover { text-decoration:none;}.bg-fundo{	background: url(../images/bg.jpg) no-repeat center center fixed;	-webkit-background-size: cover;	-moz-background-size: cover;	-o-background-size: cover;	background-size: cover;}.conteudo-center{	width: 292px;	margin: 0 auto;	text-align: center;	color: #fff;	font-size: 12px;    font-family: Verdana, Geneva, sans-serif;    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);	-ms-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);	line-height:15px;}.input{	width: 295px;	background: transparent;	border: 0;	border-bottom: 1px solid #fff;	padding: 5px;	text-align: center;	color: #fff;	display: block;	margin: 0 auto;	margin-bottom: 15px;}.input::-webkit-input-placeholder{	color: #fff;	font-size: 12px;    font-family: Verdana, Geneva, sans-serif;}.botao-enviar{	margin-top: 20px;}.informacoes{	margin-top: 32px;	margin-left: -62px;}#cadastro{	margin-top: 14px;}.bot_cadastrar{	background:#f16a22;	color:#fff;	font-weight:bold;	text-transform:uppercase;	width: 137px;	height: 41px;	margin-top: 10px;	border: 0;	cursor: pointer;	border-radius:5px;}.mc-field-group input{	border:none;	border-bottom:1px solid #fff;	margin-bottom:15px;	padding:5px;	background:transparent;	text-align:center;	color:#fff;	}	::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #fff;}::-moz-placeholder { /* Firefox 19+ */  color: #fff;}:-ms-input-placeholder { /* IE 10+ */  color: #fff;}:-moz-placeholder { /* Firefox 18- */  color: #fff;}@media screen and (max-width: 560px) {	.conteudo-center{		width: 100%;	}	.informacoes{		width: 100%;	}	.endereco{		padding-left: 0;	}	.informacoes{		margin-left: 0;	}}