/* --------------------------------------------
	INSERT CSS FOR YOUR CHILD THEME HERE
-------------------------------------------- */
#nf-form-title-1 h3 {
	font-size:21px;
	font-weight:normal!important;
}
.nf-form-fields-required{
	font-size:12px!important;
	display:none!important;
}
.nf-error-required-error{
	font-size:12px!important;
}
.nf-error-field-errors{
	font-size:12px!important;
}
#nf-form-title-1 {
    text-align: center;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#nf-form-title-1_1 {
    text-align: center;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.nf-field-label label{
	font-size:18px!important;
	font-weight:normal!important;
}
.nf-field-element input {
	border-radius:4px!Important;
}
.nf-form-content {
    max-width: 500px!Important;
}
.entry table,.entry td {
	border:none!Important;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}