/* FORM COLUMNS */
.form-row{
	margin:0 -0;
	padding:0 0;
	min-height:30px;	
}
.form-row .col-1,
.form-row .col-2,
.form-row .col-3,
.form-row .col-4,
.form-row .col-4-3{
	box-sizing:border-box;
	line-height:28px;
}

.form
{
	margin-bottom: 2.0em;
	display:  inline-block;
	width: 100%; 
}
@media (min-width: 800px) {
	.form
	{
		max-width:  80%;
	}
}

/* FORM FIELDS */
.form-input,
select, 
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea
{
	width:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	min-height:40px;
	resize:vertical;
	padding:0 15px;
    -webkit-font-smoothing: antialiased;
	color:#6a6a6a;
	margin-bottom:1.0em;
	border-radius: 0;
}
.form-row label
{
	line-height: 40px;
}
select
{
	 -webkit-appearance: menulist;
    -webkit-border-radius: 2px;
}
select.day,
select.month,
select.year
{
	width: 31.5%;
	margin-right: 1%;
}
select.year
{
	margin-right: 0;
}

textarea{
	min-height:90px !important;
	padding-top: 10px;
}

/* OTHER */
.form-arterisk{
	color:red;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:12px
}

/* THANKYOU */
.thanks
{
	border: 4px solid #9aca74;
	display:inline-block;
	width:100%;
	margin:1.5em 0;
	box-sizing: border-box;
	padding: 1% 2% 1% 2%;
}
.thanks_l
{
	float: left;
	width:20%;
}
.thanks_r
{
	float:left;
	width: 75%;
	padding-top:2%;
}
.thanks h2
{
	font-size: 1.5em;
	margin-bottom:0.2em;
}
.thanks p
{
	font-size:16px;
	margin-bottom:0.5em;
}
.thanks .fa
{
	color: #9aca74;
	font-size:4em;
}
