/*#account-creation_form fieldset, fieldset.account_creation {
	padding: 0 0 15px 0;
	border: 1px solid #DDD;
	background: #f8f8f8;
	border-radius: 3px;
}*/
#account-creation_form h3 {
	margin: 0 0 15px 0;
	padding: 8px;
	font-size: 12pt;
	color: #fff;
	text-transform: uppercase;
	background: #00A6E2;
	border-radius: 3px 3px 0px 0px;
	font-weight: normal;
	text-align: center;
}

#center_column #account-creation_form p {margin:0; padding: 0 0 20px 0;}
/*#center_column #account-creation_form p {*/
/*	margin:0; padding: 0 0 20px 0;*/
/*	position: relative;*/
/*}*/
#center_column #account-creation_form p.password > label {
	display: flex;
	/*align-items: center;*/
	align-items: baseline
}

/*#center_column #account-creation_form p.password > label > svg{*/
/*	margin-left: 5px;*/
/*	color: #666;*/
/*	cursor: pointer;*/
/*}*/

/*.password-info-hover{*/
/*	position: absolute;*/
/*	border: 1px solid lightgray;*/
/*	box-shadow: 4px 4px 12px 3px lightgray;*/
/*	border-radius: 5px;*/
/*	left: 0;*/
/*	top: -180px;*/
/*	z-index: 99;*/
/*	background: white;*/
/*	padding: 10px;*/
/*	display: none;*/
/*}*/

/*.password-info-hover span{*/
/*	display: block;*/
/*	margin-bottom: 10px;*/
/*	font-size: 14px;*/
/*	line-height: 18px;*/
/*}*/

/*.password-info-hover .fa-times{*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	right: 10px;*/
/*	font-size: 20px;*/
/*	color: #4e4e4e;*/
/*	cursor: pointer;*/
/*}*/

/*.password-info-hover--active{*/
/*	display: block;*/
/*}*/

/*.password-info-hover span:last-child{*/
/*	margin-bottom: 0;*/
/*}*/

#account-creation_form p.required {color:#222}
#account-creation_form p.required  sup {color:#990000}
#account-creation_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
	font-size:14px;
}
#account-creation_form p.radio input {
	position: relative;
	bottom: -3px;
}
#account-creation_form p.checkbox label {
	float:none;
	width:auto;
	font-size:12px;
}
#account-creation_form p.text input,
#account-creation_form p.password input,
#account-creation_form p.select input {
	width:100%;
	box-sizing: border-box;
}
#account-creation_form span.inline-infos{display:inline-block;}
#account-creation_form p.checkbox input {
	margin-left:260px;
}
#account-creation_form p.select select {
	margin-right:10px;
}
#account-creation_form p.textarea textarea {
	height:80px;
	width:370px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666;
}
#account-creation_form span.form_info{
	color: #666;
	margin-left: 5px;
	font-size: 13px;
}

#account-creation_form p.inline-infos {
	display: block;
	margin: 10px 0;
	color: #666;
	font-size: 12pt;
}
#account-creation_form .id_state, #account-creation_form .dni, #account-creation_form .postcode {
	display: none;
}
#account-creation_form p.select span{
	display: inline-block;
	text-align: left;
	padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	margin-bottom: 0.5rem;
}
.aior_sponsor label{
	font-size: 12pt;
}
.account_creation.customerprivacy p{
	float: left;
	margin: 10px 0 0 0 !important;
}
.account_creation.customerprivacy p input{
	float: none !important;
	margin: 0px !important;
	width: 18px;
	height: 18px;

}
.account_creation.customerprivacy label{
	width: 92%;
	padding-right: 10px;
	text-align: justify;
}
p.submit{
	padding: 0px !important;
}
.required_field_text{
	display: block;
	color: #666;
	font-size: 12pt;
	margin-bottom: 15px;
}
#authentication .btn_submit{
	background: linear-gradient(180deg,#5facc6,#60abcb,#599ec8,#579ac7);
	border: 1px solid #518fb9;
	padding: 15px 10px;
	font-weight: 500;
	filter: saturate(1.4);
	text-transform: none;
	font-size: 16px;
	border-radius: 3px;
	outline: none;
}
#create-account_form p.text input,
#login_form p.text input{
	width: 100%;
	box-sizing: border-box;
}

h1 .outter_num,
h2 .outter_num{
	width: 30px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
h1 .outter_num .fa,
h2 .outter_num .fa{
	color: #00A6E2;
	display: block;
	position: absolute;
	font-size: 30pt;
}
h1 .outter_num .txt,
h2 .outter_num .txt{
	color: #FFF;
	position: relative;
	text-align: center;
	background-color: black;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

.pasos_form{
	margin-top: 40px;
}
.pasos_form .paso{
	margin-bottom: 40px;
}
.pasos_form .paso h2{
	display: block;
}
.pasos_form .paso p{
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
}

#authentication .cont-ventajas-registro{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#authentication .cont-ventajas-registro i{
	margin-right: 5px;
}

.aior_sponsor__bloq{
	padding: 10px 20px 10px 10px;
	background-color: #D5EDF8;
	color: #536C85;
	border-left: 4px solid #3BA3DD;
	border-radius: 5px;
	display: flex;
	align-items: center;
	width: fit-content;
}

.aior_sponsor__bloq__left{
	width: 50px;
	font-size: 50px;
	display: flex;
	justify-content: center;
	color: #0075A2;
}

.aior_sponsor__bloq__right{
	padding-left: 10px;
}

.aior_sponsor__bloq__title{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}

.aior_sponsor__bloq__right .aior_sponsor__bloq__text{
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 0 !important;
}

.paso h2{
	padding-bottom: 0;
}

.cont-ventajas__title{
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 10px;
}

.cont-ventajas__img{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.cont-ventajas__img img{
	max-width: 61px;
}
.cont-ventajas__text{
	font-size: 15px;
	line-height: 21px;
	color: #626262;
	margin-bottom: 10px;
}

.cont-ventajas__text-small{
	font-size: 13px;
	color: #626262;
}

/*.password-info-error{*/
/*	display: none;*/
/*	padding: 10px;*/
/*	margin-top: 10px;*/
/*	border-radius: 4px;*/
/*	font-size: 14px;*/
/*	line-height: 18px;*/
/*}*/

/*.password-info-error span{*/
/*	display: block;*/
/*	margin-bottom: 5px;*/
/*}*/

/*.password-info-error--active{*/
/*	display: block;*/
/*}*/

@media (max-width: 800px) {
	.pasos_form .paso p {
		margin-left: 40px;
	}
}

@media (max-width: 480px) {
	.aior_sponsor__bloq{
		width: 100%;
	}

	/*.password-info-hover{*/
	/*	top: 70px;*/
	/*	padding: 40px 15px 15px;*/
	/*}*/
}
