/*---------------------------------------------------------------------------------

 Theme Name:   NuLogx
 Theme URI:    http://northiq.com/divi/
 Description:  NuLogx Divi Child Theme, created by NorthIQ.
 Author:       NorthIQ
 Author URI:   https://northiq.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.nulogx-login a {
    background: #00853f;
    color: #fff!important;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 20px!important;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
}

#blank-footer p {color: #7f7e7e!important;}
#blank-footer a {color: #7f7e7e!important; font-weight:bold}

.bottom-nav {
    text-align: center;
}

.gform_body input, .gform_body textarea {
    width: 100%;
    padding: 16px!important;
    border: none;
    color: #333!important;;
    background-color: #eee!important;
    font-size: 16px!important;
    margin: 0em 0em 0em 0em;
}
.gform_body select {
    height: 71px!important;
    line-height: 1.7em;
    padding: 20px!important;
    border: none;
    color: #333!important;;
    background-color: #eee!important;
    font-size: 16px!important;
    margin: 0em 0em 0em 0em;
    border-radius: 0 0 0 0!important;
    -webkit-border-radius: 0 0 0 0!important;
    -moz-border-radius: 0 0 0 0!important;
}

.gform_button {
    color: #292730;
}
.et_pb_bg_layout_dark .gform_button {
    color: #fff;
}

.gform_button {
    color: #fff;
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    padding: 0.3em 1em;
    border: none !important;
    border-radius: 3px;
    background: #004e24!important;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em !important;
    transition: all 500ms ease-out;
}
.gform_button:hover {
    background: #00853f!important;
}
.gfield.width50 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    clear: none!important;
    margin-bottom: 10px;
}

.gchoice label {
    width: 40%!important;
}

.gchoice input {width: 10%!important;}

.gfield_checkbox button {
    color: #fff;
    margin: 0 0 0 15px;
    background: #00853f!important;
    font-size: 16px!important;
    padding: 0.3em 1em;
    border: none !important;
    border-radius: 3px;	
}