.fiel__info--basic {
	display: inline-block;
	margin-top: 7px;
	color: #4F4F4F;
	font-size: 1.19em;
}

#hasAccountDiv{
	float:left;
	margin:40px 0;
	width:57%;
}
#hasNotAccountDiv{
	border-left:1px solid #D9D9D9;
	float:right;
	margin:40px 0;
	min-height:120px;
	padding-left:22px;
	width:39%;
}
#hasAccountDiv{
}
#hasAccountDiv > label,
#hasNotAccountDiv > label{
	font-size:14px;
	line-height:20px;
}
#hasAccountDiv input:checked + label,
#hasNotAccountDiv input:checked + label{
	font-weight:bold;
}
#hasAccountDiv .option-detail,
#hasNotAccountDiv .option-detail{
	padding:15px 0 0;
}
#hasNotAccountDiv{padding-bottom:0 !important;}
#hasNotAccountDiv .option-detail{
	color:#4C4C4C;
	font-size:14px;
}

.option-detail.ps-cog-disabled{
	display:block !important;
}

[data-hide="true"].option-detail.ps-cog-disabled{
	display: none !important;
}

.option-detail.ps-cog-disabled input:disabled{
	background-color:#fff;
}

/* JUST EMAIL */
#justEmail{
	position:relative;
	min-height:135px;
}

#justEmail #user{
	
}
#justEmail #turing{
	display:block;
}

#justEmail .mainActionButton{
	margin-left:0;
	margin-right:0;
}

#justEmail input[type=text],
#justEmail input[type=email]{
	width:60%;
	-webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
	-ms-box-sizing : border-box;
	-o-box-sizing : border-box;
	box-sizing : border-box;
}

#justEmailGuide{
	position:absolute;
	top:50px;
	right:0;
	width:40%;
	padding-left:10px;
	background:url(https://stc.pagseguro.uol.com.br/pagseguro/i/checkout-presentation/bg_just_email_guide.png) 0 18px no-repeat;
	-webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
	-ms-box-sizing : border-box;
	-o-box-sizing : border-box;
	box-sizing : border-box;
}

#justEmailGuide div{
	border-radius:4px;
	background-color:#F1F1F1;
	padding:15px 18px;
}
#justEmailGuide dt{
	font-size:1.4em;
	font-weight:bold;
}
#justEmailGuide dd{
	font-size:1.2em;
	margin-top:5px;
}

#justEmailGuide dl+dl{
	margin-top:12px;
}

/* JUST EMAIL */

#hasNotAccountDiv #turing input{
	width:100% !important;
}
#hasNotAccountDiv div#turingButtons {
	float: none;
	margin: 1em 0 0 !important;
	padding:0 !important;
}



/* BRANDS INFO - TEST D */

.brands-info{
	margin:10px 0 35px;
	background-color:#F1F1F1;
	padding:10px;
}

.brands-info p{
	font-size:14px;
	color:#6C6C6C;
	padding-bottom:60px;
	background:url(https://stc.pagseguro.uol.com.br/pagseguro/i/checkout-presentation/brands_login_info.png) 0 bottom no-repeat;
}

/* BRANDS INFO - TEST D */

#emailInsertionGuide{
	display: none;
}