.nf-before-form-content {
    display: none;
}

.nf-form-content {
    max-width: 100% !important;
    width: 100%;
    padding: 0 !important;
}

.nf-form-content label {
    color: #fff !important;
}

.nf-form-content label span {
    display: none !important;
}

.nf-form-content hr {
    border-top: solid 1px transparent !important;
}

.nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content .list-select-wrap .nf-field-element>div {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 20px rgba(17,17,17, 0.2) !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    font-family: 'Lato' !important;
}

.nf-form-content select {
    font-size: 17px !important;
    font-weight: 300 !important;
    font-family: 'Lato' !important;
}

.recaptcha-wrap .nf-field-label {
    display: none;
}

/* SUBMIT BUTTON */
.nf-form-content input[type=button], .nf-form-content input[type=button]:hover {
    background: none !important;
    transition: none !important;
}

.blue-to-white-button input[type=button].nf-element {
    border: solid 2px #0A246A !important;
    background-color: #0A246A !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 15px !important;
    line-height: 50px !important;
}

.nf-form-content .blue-to-white-button .nf-element {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.nf-form-content .blue-to-white-button .nf-element:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nf-form-content .blue-to-white-button .nf-element:hover, .nf-form-content .blue-to-white-button .nf-element:focus, .nf-form-content .blue-to-white-button .nf-element:active {
    color: #0A246A !important;
    background-color: #fff !important;
}

.nf-form-content .blue-to-white-button .nf-element:hover:before, .nf-form-content .blue-to-white-button .nf-element:focus:before, .nf-form-content .blue-to-white-button .nf-element:active:before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}


.white-to-blue-button input[type=button].nf-element {
    border: solid 2px #fff !important;
    background-color: #fff !important;
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 15px !important;
    line-height: 50px !important;
}

.nf-form-content .white-to-blue-button .nf-element {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.nf-form-content .white-to-blue-button .nf-element:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nf-form-content .white-to-blue-button .nf-element:hover, .nf-form-content .white-to-blue-button .nf-element:focus, .nf-form-content .white-to-blue-button .nf-element:active {
    color: #fff !important;
    background-color: transparent !important;
}

.nf-form-content .white-to-blue-button .nf-element:hover:before, .nf-form-content .white-to-blue-button .nf-element:focus:before, .nf-form-content .white-to-blue-button .nf-element:active:before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}