body .gform_wrapper h2.gform_title {
display: none !important;
}
.gform_wrapper .top_label .gfield_label {
display: none !important;
}
.gform-theme--foundation .gform_fields {
grid-row-gap: 13px !important;
}
/*==========================================
TOM LOGIN FORM
==========================================*/
/* Field Gap */
.tom-login-form .gfield{
margin-bottom:0px !important;
}
/* Label */
.tom-login-form .gfield_label{
font-family:Tahoma, Helvetica, sans-serif !important;
font-size:15px !important;
font-weight:700 !important;
color:#495057;
margin-bottom:6px !important;
}
/* Textbox */
.tom-login-form .gform_wrapper.gravity-theme input[type="text"],
.tom-login-form .gform_wrapper.gravity-theme input[type="password"],
.tom-login-form input[type="text"],
.tom-login-form input[type="password"]{
width:100%;
height:48px !important;
border:1px solid #ced4da !important;
border-radius:0 !important;
background:#fff;
box-shadow:none !important;
font-family:Tahoma, Helvetica, sans-serif !important;
font-size:15px !important;
font-weight:400;
color:#495057;
padding:11px !important;
outline:none;
}
/* Placeholder */
.tom-login-form input::placeholder{
font-family:Tahoma, Helvetica, sans-serif !important;
font-size:15px !important;
font-weight:400 !important;
color:#6c757d !important;
opacity:1;
}
/* Focus */
.tom-login-form input:focus{
border:1px solid #ced4da !important;
box-shadow:none !important;
outline:none !important;
}
/* Button */
.tom-login-form .gform_button,
.tom-login-form input[type="submit"]{
width:100%;
height:48px;
padding:11px !important;
background:#000 !important;
border:none !important;
border-radius:5px !important;
color:#fff !important;
font-family:Tahoma, Helvetica, sans-serif !important;
font-size:14px !important;
font-weight:700;
text-transform:uppercase;
cursor:pointer;
transition:.3s;
}
/* Button Hover */
.tom-login-form .gform_button:hover,
.tom-login-form input[type="submit"]:hover{
background:#222 !important;
}select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
--gf-local-border-color: #dbdbdb;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
inline-size: 100%;
font-family: "Roboto Condensed", Sans-serif;
font-size: 16px;
color: #858585;
}
p {
margin-top: 1em;
margin-bottom: 0;
}
.formSection h2 {
color: #000;
position: relative;
margin-bottom: 30px;
font-weight: 400;
line-height: 1.2;
font-size: 28px;
font-family: inherit;
text-align: center !important;
}
.formSection h2:before {
left: 0;
}
.formSection h2:before, .formSection h2:after {
content: "";
height: 1px;
position: absolute;
top: 23px;
width: 20%;
background: #000;
}
.formSection h2:after {
right: 0;
}
#blinking-text {
animation: blink 2s linear infinite;
}