.btn-primary{
       padding: 5px 17px !important;
       border-color: #8CC63C !important;
       border-width: 0px !important;
       -moz-border-radius: 5px !important;
       -webkit-border-radius: 5px !important;
       border-radius: 5px !important;
       background: #8CC63C !important;
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8CC63C), color-stop(100%, #8CC63C)) !important;
       background: -webkit-linear-gradient(top, #8CC63C 0%, #8CC63C 100%) !important;
       background: -moz-linear-gradient(top, #8CC63C 0%, #8CC63C 100%) !important;
       background: -ms-linear-gradient(top, #8CC63C 0%, #8CC63C 100%) !important;
       background: -o-linear-gradient(top, #8CC63C 0%, #8CC63C 100%) !important;
       background: linear-gradient(to bottom, #8CC63C 0%, #8CC63C 100%) !important;
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8CC63C, endColorstr=#8CC63C, GradientType=0) !important;
       
       font-size: 15px;
       color: #ffffff;
       padding: 22px;
}

fieldset.has-legend{
	margin-bottom: 10px;
}
legend {
line-height: 40px;
width: auto;
padding: 0 10px;
border-bottom: none;
color: rgb(50, 108, 166) !important;
margin: 0;
}

legend h4{
	font-size: 21px!important;
}

a{
	cursor: pointer !important;
}
