/* Styles definition here */

#fbuilder .fform h1 {
	font-size: 2rem!important;
    margin: 5px 0px;
    padding: 0px;
}

.pbSubmit {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5.3em;
    padding: 0.9em 1.6em;
    background: linear-gradient(180deg, #eb0e0e, #8f0303)!important;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0px 3px 3px 1px rgba(122, 122, 122, 0.5);
}