input#edit-actions-submit {
    background: #00372b;
}
.custom-webform .form-item__dropdown select.form-item__select {
    color: #00372b;
}
@media (min-width: 1024px) {
.custom-webform.referral-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 90%;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.custom-webform.referral-form {
    padding: 0 3rem;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.custom-webform.referral-form {
    padding: 0 2rem;
}
}
.custom-webform .form-item .form-item__textfield, .custom-webform .form-item__dropdown select.form-item__select {
    border: 2px solid #D3D3D3;
}
.custom-webform .form-wrapper {
    display: flex;
}

.custom-webform .form-wrapper input[value=Submit] {
    margin: 1rem auto;
}