@font-face{
	font-family: 'normal';
	src: url(Helvetica.ttf);
}
*{
	font-family: 'normal';
}
body,html{
	height: 100%;
}
body{
	background: rgb(252, 245, 235);
}
.border{
	border-color: #000!important;
}
main{
	max-width: 872px;
	margin:auto;
}
.download > div ,.login > form{
	border-radius:25px;
	background: #FFF!important;
	padding:24px 48px ;
}
.fs-18{
	font-size: 18px;
}
.btn-success{
	background: rgb(37, 211, 102)!important;
	border-color: #000!important;
	color: #000!important;
	padding: 10px 24px !important;
}
.fs-32{
	font-size: 32px;
}
.field{
	max-width: 320px;margin: auto;
}
.select,.form-control{
	height: 52px;
	border:1px solid #000!important;
}
.pais{
	left:16px;
	bottom:13px;
}
.form-control{
	padding-left: 48px;
}
.verder{
	color: rgb(37, 211, 102)!important;
	fill: rgb(37, 211, 102)!important;
}
.spinnerwpp{
	height: 40px;
	width: 40px;
	border:5px solid #333;
	border-left-color: transparent!important;
	border-radius: 40px;
	margin: auto;
	animation: spinner 1s linear infinite;
}
@keyframes spinner{
	from{
		transform: rotate(0deg);
	}to{
		transform: rotate(360deg);
	}
}
::placeholder{
	font-weight: 900;
	font-size: 23px;
	position: relative;
	top: 0px;
	letter-spacing: 15px;
}
@media (max-width: 590px){
	.fs-32{
		font-size: 22px;
	}
	.fs-16{
		font-size: 13px !important;
	}
	.login > form{
		padding: 24px !important;
	}
	.fs--fsaf{
		font-size: 18px;
	}
}