.formAccount .wrapAccount{
	max-width: 370px;
	margin: 0 auto;
}
.formAccount label{
	min-height: 22px;
	display: block;
}
.formAccount label span{
	color:#ee3024;
}
.formAccount input[type="text"],
.formAccount input[type="password"],
.formAccount select{
	width: 100%;
	height: 45px;
	padding-left: 10px;
	border:solid 1px #dddddd;
}
.formAccount .grid{
	margin: 0 -5px;
}
.formAccount .grid:after{
	content: "";
	display: block;
	clear: both;
}
.formAccount .grid .col{
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.formAccount .checkbox label{
	font-weight: normal;
}
.formAccount .checkbox label a{
	font-weight: bold;
	text-decoration: underline;
}
.formAccount .txtAttend{
	font-style: italic;
}
.formAccount .txtAttend span{
	color:#ee3024;
}
.formAccount button{
	width: 100%;
	height: 45px;
	background: #231f20;
	text-transform: uppercase;
	color:#ffffff;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: solid 1px #231f20;
}
.formAccount button:hover{
	background: #ffffff;
	color: #231f20;
}
.formAccount .txtSocial{
	margin-bottom: 10px;
}
.formAccount .linkSocial a{
	display: inline-block;
	margin-bottom: 10px;
}
.formAccount .linkRegis .title{
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	position: relative;
	margin-bottom: 15px;
}
.formAccount .linkRegis .title:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: solid 1px #231f20;
}
.formAccount .linkRegis .title span{
	display: inline-block;
	background: #ffffff;
	padding: 0 20px;
	position: relative;
}
.formAccount .linkRegis .link{
	display: block;
	border:solid 1px #231f20;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 8px 10px;
}
.formAccount .linkRegis .link:hover{
	background: #231f20;
	color: #ffffff;
}
/*==================================================*/
.titleAccount{
	padding-top: 50px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}
.titleAccount:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	border-bottom: solid 1px #231f20;
}
.titleAccount h2{
	font-family: 'Vollkorn', serif;
	font-size: 35px;
	line-height: 43px;
	font-weight: normal;
}
.boxAccount{
	padding: 40px 20px;
	background: #f6f6f6;
}
.boxAccount .formAccount .linkRegis .title span{
	background: #f6f6f6;
}