.entitytype-volunteer_form-form #edit-field-email {
    width: 47%!Important;
    float:left!important;
    margin-right: 12px!important;
    color: white;
}
.entitytype-volunteer_form-form #edit-field-full-name {
    width: 47%!important;
    color: white;
}
.entitytype-volunteer_form-form #edit-field-phone {
    width: 50%!important;
     float:left!important;
    color: white;
}
.entitytype-volunteer_form-form div#edit-actions {
    float:left;
}
.entitytype-volunteer_form-form div#edit-actions button#edit-submit {
    padding: 0;
}
.entitytype-volunteer_form-form button#edit-submit {
    background: none;
    border: none;
    font-size:26px;
}
.volunteer-header-image {
    min-height: 52em;
}
/*Conference Form*/
.conference-bottom-first-column {
    padding-top: 1em;
    padding-bottom: 1em;
}
.conference-bottom-second-column {
    padding-top: 1em;
    padding-bottom: 1em;
}
.conference-bottom-third-column {
    padding-top: 1em;
    padding-bottom: 1em;
}
@media screen and (max-width: 768px){
.entitytype-volunteer_form-form #edit-field-full-name {
    width: 100%!important;
}
.entitytype-volunteer_form-form #edit-field-email {
    width: 100%!important;
    color: white;
}
.entitytype-volunteer_form-form #edit-field-phone {
    width: 100%!important;
}
}
