span.help-block{
	color: #93b1d3;
	padding-top: 10px;
}
.user_form_actions{
	background-color: #e0e8ec;
	color: #1e88b6;
}
.welcome_message{
	text-align: center;
	font-family: 'allerregular';
	font-size: 20px;
	line-height: 110px
}
label.checkbox{	
	padding-left: 40px;
	font-size: 12px;
	font-family: 'Arial';
	color: #555555;
}
label.checkbox a{
	color: #B0CB3D;
	text-decoration: underline;
}
label.checkbox a:hover{
	text-decoration: none;
}

.logo_section .title{
	margin-left: 0px;
	font-family: 'allerregular';
	padding-top: 15px;
}
.logo_section .logo{
	width: 160px;
}

/**
 * PAGO DE CUOTA
 */
.row.payment_methods > div{
	min-height: 300px;
	position: relative;
}
.row.payment_methods > div:first-child{
	width: 538px;
}
.row_payment_method{}
.row.payment_method .span1{
	padding-left: 20px;
	margin-top: 14px;
	text-align: center;
	width:20px;
}
.row.payment_method .span2{
	width: 64px;
}
.row.payment_method .span3{
	font-family: 'allerregular';
	padding-top: 15px;
}
.payment_method_disclaimer{
	position: absolute;
	bottom: 0px;
	font-family: 'Arial';
	font-size: 12px;
	color: #777777;
}
.payment_method_submit{
	position: absolute;
	bottom: 0px;
	margin-left: 67px;
}
.payment_resume{
	width: 170px;
	border: 4px solid #E2E7EB;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	height: 170px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
}
.payment_resume > div{
	color: #444444;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin-top: 48px;
}