body {
	margin: 0 auto;
}
.izq {
	padding-top: 50px;
	float: left;
	width: 50%;
	text-align: center;
}
.der {
	float: right;
	display: table;
	width: 50%;
	background-color: #f8f8f8;
	text-align: center;
}
.dercontent {
	margin-top: 230px;
}
.izqcontent {
	text-align: left;
	width: 64%;
	margin: auto;
	padding-left: 18%;
	padding-right: 18%;
}
h1 {
	font-family: 'Azeret mono';
	font-size: 40px;
	font-weight: 600;
	line-height: 64px;
	margin-top: 40px;
}
h2 {
	font-family: 'Azeret mono';
	font-size: 38px;
	font-weight: 600;
	line-height: 37.8px;
	margin-top: 47px;
}
label {
	font-family: 'Azeret mono';
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
}

label a {
	text-decoration: underline;
}

input {
	border: 1px solid #cfcfcf;
	height: 58px;
	width: 100%;
	padding-left: 16px;
	border-radius: 4px;
	font-size: 16px;
	font-family: 'Azeret mono';
	margin-top: 8px;
	margin-bottom: 24px;
}
input[type='submit']{
	margin-left: 8px;
	background-color: #111;
	height: 48px;
	border-radius: 64px;
	padding: 0px;
	color: #fff;
	border: none;
}

#footer {
	float: left;
}
textarea {
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	width: 100%;
	height: 180px;
	margin-bottom: 24px;
	padding-left: 16px;
}

.monto {
	background-image: url('../img/usa.svg');
	background-position: right 5% top 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.usdt {
	background-image: url('../img/usdt.svg');
	background-position: right 5% top 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}