/* Enter Your Custom CSS Here */
#body-wrap .gform_wrapper {
    margin: auto;
    max-width: 80%;
}
#body-wrap .gform_wrapper li, #body-wrap .gform_wrapper form li {
    list-style: none;
    margin: 0 !important;
    padding: 0.5px 6px !important;
}
.gform_wrapper select option {
    padding: 2px;
    display: block;
    background-color: #03AC48;
    color: #0a377f;
    border-bottom: 4px solid black;
}
label {
    color: #0a377f;
}
input {
    border-color: #03AC48 !important;
}
select {
    border-color: #03AC48 !important;
}
textarea {
    border-color: #03AC48 !important;
}
.gform_wrapper input {
    font-size: 18px !important;
    color: black !important;
}