/* css sing up form */
#webform-submission-home-signup-add-form,
#webform-submission-home-signup-test-form,
#webform-submission-home-signup-node-1-add-form {
    /* background: #ffb81c; */
    max-width: none;
    /* padding: 85px 20px; */
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: baseline;
}

#webform-submission-home-signup-add-form .name-sign-up-webform-frontpage,
#webform-submission-home-signup-add-form .form-type-email,
#webform-submission-home-signup-node-1-add-form .form-item-civicrm-1-contact-1-contact-nick-name,
#webform-submission-home-signup-node-1-add-form .form-type-email {
    width: 25%
}

#webform-submission-home-signup-add-form .name-sign-up-webform-frontpage,
#webform-submission-home-signup-add-form .email-sign-up-webform-frontpage,
#webform-submission-home-signup-node-1-add-form .form-item-civicrm-1-contact-1-contact-nick-name,
#webform-submission-home-signup-node-1-add-form .email-sign-up-webform-frontpage {
    margin: 10px !important;
    height: 45px;
}

#webform-submission-home-signup-node-1-add-form .form-item-civicrm-1-contact-1-contact-nick-name input,
#webform-submission-home-signup-node-1-add-form .email-sign-up-webform-frontpage input {
    height: 45px;
    border-radius: 5px !important;
    border-color: transparent !important;
}

#webform-submission-home-signup-add-form .name-sign-up-webform-frontpage input:focus,
#webform-submission-home-signup-add-form .email-sign-up-webform-frontpage input:focus,
#webform-submission-home-signup-node-1-add-form .form-item-civicrm-1-contact-1-contact-nick-name input:focus,
#webform-submission-home-signup-node-1-add-form .email-sign-up-webform-frontpage input:focus {
    border: 3px solid black;
    box-shadow: 0;

}

#block-singupform2 {
    background: #ffb81c;
    text-align: center;
    padding: 4% 0%;
}

#block-singupform2 h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

button.webform-button--submit,
button.webform-button--submit:hover{
      background: white;
    border-color: white;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 16px;
    border: 2px solid black;
}

@media only screen and (min-width: 249px) and (max-width: 600px) {
    #webform-submission-home-signup-node-1-add-form .form-item-civicrm-1-contact-1-contact-nick-name, #webform-submission-home-signup-node-1-add-form .form-type-email {
        width: auto;
    }
  
  #webform-submission-home-signup-node-1-add-form {
        padding: 0px 0px;
        display: block;
    }
}