* {
	font-family: 'Montserrat', sans-serif;
}

#tit{
	font-size: 24px;
}

#message {
	height: 120px;
}

#name {
	color: #333;
}

#apellidos {
	color: #333;
}

#email {
	color: #333;
}

#lbl-terms {
	cursor: pointer;
}

#submit {
	font-size: 20px;
}

#terms {
	cursor: pointer;
}