.pbSubmit {
	background-color: #60A8FF !important; 
	color: white !important;
     border: 2px;
    border-radius: 20px;
	 padding: 20px 100px !important;
}
.pbSubmit:hover { background-color: #3D496A !important; color: white !important; }
#fbuilder, #fbuilder label, #fbuilder span { color: #000; }
#fbuilder input, #fbuilder textarea, #fbuilder select { 
 

  outline: 0;
  font-size: 1.3rem;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
	border:0;
 border-bottom: 2px solid black !important;

}