
.dark-blue {
	color:#2667FF;
}
.blue {
	color:#3F8EFC;
}
.light-blue {
	color:#ADD7F6;
}

body {

	font-family: "jaf-domus";
	background-color: #f3f3f3;
	/*color:#ADD7F6;*/
}

h1, h2 {
	font-family: "jaf-domus";
	font-weight: 900;
	color:#6C698D;
	
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 30px;
}

p, li{
	color:#6E6A6F;
	font-size: 18px;
}
label {
	font-size: 1.25rem;
	color:#6E6A6F;
}

.main {

}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	border: none;
	box-shadow: none;
	font-size: 25px;
	border-radius: 3px;
	color:#6E6A6F;
}

[type='email']:focus, [type='text']:focus {
	border: none;
	box-shadow: none;
}

[type='submit'], [type='button'], .continue {
	width: 100%;
	background-color: #BFAFA6;
	font-family: "jaf-domus";
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	padding:15px 60px;
}

[type='submit']:hover, [type='button']:hover, .continue:hover, [type='submit']:active, [type='button']:active, .continue:active,[type='submit']:focus, [type='button']:focus, .continue:focus {
	background-color: #AA968A;

}

