/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .rcb-mini {
 	background: #74bf4b;
 	border-radius: 25px;
 }

 #rcb-mini p{
    line-height: 21px !important; 
 	color:#fff !important;
 }	
 
#rcb-mini form {
    padding: 16px 25px !important;
}

 #rcb-mini .form-control {
	height: 33px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    margin-bottom: 9px !important;
 }
 
 #rcb-mini label {
 	color: #fff !important
 }

 #rcb-mini select{
    height: 31px !important;
    padding: 1px 4px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
}