
.selectBtn.selected{
	color:red;
	background-color: #291770;
	border: 1px solid #291770;
}

.form_content {
	margin-top: 30px;
}
.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #a7a3a3;
    padding: 20px;
    margin-top: 30px;
    border-top: 3px solid orange;
}
.application_type h6 {
	margin-top: 20px;
	color: #1a1a1a;
}
.application_type p{
	color: #555;
	font-size: 14px;
}
.line {
	width: 40px;
	border-bottom: 1px solid #999;
    margin: 0 auto;
    margin-bottom: 30px;
}
.customized_button {
	border: 1px solid orange;
	padding: 8px 40px;
	border-radius: 50px;
	background-color: transparent;
	margin-bottom: 30px;

}
.customized_button:hover, .actives {
	background-color: #000754;
	color: #fff;
	border: 1px solid transparent;

}
fieldset {
	margin-left: 4% !important;
	font-size: 13px;
}
.font_color {
	color: #666 !important;
	font-size: 13px !important;
}
