
/************************************************************/
/*                        ACCOUNT                           */
/************************************************************/
.section_account {
	background:url('/img/header/2144.jpg') no-repeat top center;
	background-size:100% auto;
	padding-bottom: 50px;
}
@media (max-width:768px) {
	.section_account {
		background-size:auto 100%;
	}
}
.section_account .innerpage {
	margin-bottom:0;
}
.account .fb {
	margin:35px auto;
	width:100%;
}
.account .fb-in {
	margin:auto;
	display:table;
	/* padding-top: 50%; */
	text-align:center;
}
.account form {
	width:80%;
	margin:auto;
	height:auto;
}
.address form {
	width:80%;
	display: table;
	padding-bottom: 15px;
}
.account form h2 {
	text-align: center;
    color: #093f82;
    padding: 20px 0;
}
.account .left {
	box-sizing: border-box;
	margin-top: 20px;
	width: 50%;
	float: left;
	background: linear-gradient(to right, rgba(41, 45, 58, 0.06) 0%, transparent calc(100% - 0.81px),    #888 calc(100% - 0.8px),    transparent calc(100% + 0.8px),    transparent calc(100% + 0.81px),    transparent 100%);
}

.account form h6, .cadastro h6 {
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 3px 0px;
}
	
.account .right {
	width: 50%;
    margin-top: 20px;
    float: right;
	background: linear-gradient(to right, transparent 0%, rgba(41, 45, 58, 0.06) calc(100% - 0.81px),    transparent calc(100% - 0.8px),    transparent calc(100% + 0.8px),    transparent calc(100% + 0.81px),    rgba(41, 45, 58, 0.06) 100%);
	line-height:normal !important;
}
.account .full {
    width: 70%;
    margin: 0 auto;
    float: none;
}
.account .foto{
	width:400px;
	max-width:100%;
	height:50px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
	margin:auto;
}
.account .foto img {
	float:left;
	height:50px;
}
.account .foto a.icon-facebook,.account .foto a.facebook{
	padding:0 0 0 30px;
	float:left;
	margin: 0 0 0 11%;
	height:50px;
	width:auto;
	line-height:50px;
	background-position:left center;
	font-size:12px;
}
.account .foto a.facebook {
	padding:0;
	background:none;
}


.account form label[for="AccountSexM"],.account form label[for="AccountSexF"]{
	clear: none;
	margin: auto;
	line-height: 35px;
	margin-left: 10px;
}
.account form input[type="radio"] {
	height: 13px;
	/* line-height: 13px; */
	/* margin-top: 5px; */
	width: 13px;
	/* padding-left: 0px; */
	/* border: 0px; */
	/* float: left; */
	/* margin: 12px 0px 0px 8px; */
}
.account .submit {
	margin-bottom:20px;
}
.account .left form input[type="submit"]{
	width: 130px;
	height: 36px;
	padding: 0px 0px 0px 14px;
	background: URL('/img/registernow.png') no-repeat top left;
	border: 0px;
	color: #fff;
	text-align: left;
	margin-top: 30px;
	cursor: pointer;
}
.account .left form input[type="submit"]:hover{
	background-position: bottom left;
}

.account .right form input[type="submit"]{
	width: 180px;
	height: 36px;
	padding: 0px 0px 0px 17px;
	background: URL('/img/page-courses.png') no-repeat 0px 1px;
	border: 0px;
	color: #fff;
	text-align: left;
	margin-top: 30px;
	cursor: pointer;
}
.account .right form input[type="submit"]:hover{
	background-position: bottom left;
}
