html,body,div{
	padding: 0;
	margin: 0;
	font-family: 'Thasadith', sans-serif !important;
}

body{
	background: url(../img/bg.png) no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-right{
	width: 40%;
	display: block;
	float: left;
	margin: auto 60%;
}

.cuadrado{
	width: 100%; 
	background-size: contain;
	height: 100%;

	display: table;
	height:500px; 
	text-align: center; 
				  }
.texto-principal{
	margin: auto;
	background: url(../img/formulario.png) no-repeat center; 
	background-size: contain;

	width:200px;
	height: 80px;

	display: table-cell;
	vertical-align: middle;
}
.text-description{
	font-size: 0.8em; 
	font-weight: 400; 
}

@media only screen and (max-width: 1024px) {
	
	.content-right{
		width: 100%;
		margin: auto ;
	}
	.text-description{
		font-size: 11px; 
	}
  

  
  
}