.al-cendyn-form input[type="checkbox"] {
    margin-right: 5px;
}
.al-js-cendyn-form input[type="text"], .al-js-cendyn-form select, .al-js-cendyn-form input[type="email"] {
    margin-bottom:30px;
}

.al-cendyn-form.gform_wrapper label:not(.al-chkbx-label) {
    font-size:16px;
    margin-bottom:10px;
} 

.al-cendyn-form .al-chkbx-label {
    display: inline-block;
    margin-right: 0;
    white-space: pre-wrap;
    width:48%;
}

.al-cendyn-form .al-submit {
    float:none;
    margin-top: 20px;
}

.al-cendyn-form .al-label {
    margin-bottom: 10px;
    font-size:16px;
}
.al-cendyn-form select {
    width: 100%;
}
.al-cendyn-form .al-third {
    width: 33%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.al-cendyn-form .al-third,
.al-cendyn-form .al-gdpr-agreement {
    position: relative;
}

#al-state-wrap {
    display:none;
}

.al-cendyn-form.gform_wrapper label.error {
    position:absolute;
    left:0;
    bottom:-40px;
    color:red;
    font-size:14px !important;
    font-style: italic;
}

.al-cendyn-form.gform_wrapper .al-checkboxes label.error { 
    bottom:-40px;
}

@media screen and (max-width:768px) {
    .al-cendyn-form .al-third {
        width: 49%;
    }
}
@media screen and (max-width:600px) {
    .al-cendyn-form .al-third {
        width: 100%;
    }
}