#nf-form-1-cont, .nf-form-cont {
    background: #43516C;
    padding: 20px;
    border-radius: 3px;
    color: #fff;
}

.show_form #nf-field-3_1 {
    height: 75px;
}

.show_form .nf-field-container {
    margin-bottom: 0 !important;
}

.show_form .label-above .nf-field-label {
    margin-bottom: 0;
    line-height: 18px;
}

.nf-before-form-content {
    display: none;
}

.nf-response-msg {
    text-align: center;
}

#nf-field-1, #nf-field-9,#nf-field-2 {
    width: 100%;
    height: 34px !important;
    padding: 6px 12px !important;
    color: #3f3f3f !important;
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#nf-field-4, #nf-field-4_1 {
    text-transform: uppercase;
    padding: 10px 12px;
    border-radius: 2px;
    background: #d85326;
   color: #ffffff !important;
    Float: Right;
    border: none;
    font-weight: 800;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    transition: box-shadow .5s ease-in-out;
}