
/*---------------ninja forms-----------------*/
.nf-form-content label {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
    background: #47b8c4 !important;
    border: 0;
    color: #fff !important;
    transition: all .5s;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #c4c4c4;
    color: #787878;
    transition: all .5s;
}