/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#gd_form input[type=text],
#gd_form select{
    margin-bottom: 10px;
}
#gd_form button{
    width: 100%;
    border: none;
    background-color: #FFE200;
    color: #000000;
    font-weight: 600;
}
#gd_form button:hover{
    background-color: #219F1BDB;
    color: #ffffff;
}
#gd_form select{
    font-weight: 600;
}