body {
    background-color: #212121 !important;
}

#partner_header {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

#join_form {
    margin: 20px;
}

#gender_select, #state_select, #employment_select, #is_citizen, #is_authorized, #has_license, #license_state, #been_convited, #had_accident, #truck_input, #trailer_input, #truck_use, #landscape_description {
    width: 100%;
    height: 48px;
    padding: 10px;
    border: 2px solid #fff;
    background-color: #97C932;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    margin-bottom: 15px;
}

.center_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

#convited_description, #landscape_description {
    min-height: 100px;
}

#instruction ,#resource {
    background-color: black;
    color: #fff;
}