
/**************************************************/
/************** CSS FORM-CHOICE-BOX ***************/
/**************************************************/
#form-select-title{
	height: 100%;
	font-size: 30px;
	padding-top: 35%;
	text-align: center;
}

#form-select-title i{
	font-size: 21px;
}

#form-select-role{
	padding: 30px;
	border-left: 1px solid #ddd;	
}

.select-role{
	padding: 12px;
	border-bottom: 1px solid #ddd;
}

.select-role label, .select-role input{
	font-size: 21px;
	cursor: pointer;
	color:  #ff7500;
}

.select-role input:select{
	color: #ff7500;
}

.select-role h6{
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

/************************************************/
/************** CSS FORM-ROLE-BOX ***************/
/************************************************/
#form-role-title{
	padding-top: 20%;
	text-align: center;
}

#form-role-title > h4{
	height: 100%;
	font-size: 25px;
}

#form-role-title > p{
	font-size: 16px;
}





