.twpr_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
}

.twpr_modal .twpr_modal-content {
    position: absolute;
    top: 10%;
    background: #fff;
    width: 500px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -72px;
}

.gform-field-label, .gform_wrapper.gravity-theme .gfield_label {
    color: #003a6a!important;
}

.gform_title {
    display: none;
}

.twpr_modal .twpr_modal-content .twpr_modal-body {
    padding: 20px;
}

.twpr_form-group {
    margin-bottom: 20px;
}

.twpr_form-group label {
    font-weight: 700;
}

.twpr_form-control {
    display: block;
    width: 100%;
}

#form_status {
    display: none;
}

.twpr_popup_modal h3 {
    text-align: center;
    font-weight: 600;
}

.twpr_popup_modal a.smooth-scroll-c {
    background: #005976;
    display: block;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
}

.twpr_popup_modal a.twpr_modal_close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    padding: 5px 10px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #005976;
}

.twpr_form-group label {
    color: #003a6a;

}

.twpr_btn {
    border-style: none;
    text-transform: uppercase;
    padding: 12px 30px;
    color: #fff;
    background: #f68026;
    border-radius: 40px;
    text-align: center;
    transition: all .3s ease-in;
}

.twpr_btn:hover {
    opacity: .7;
    transform: scale(1.03);
}