/* ===== Gift aid sign up styles =====*/
/*------------------------------------*/

/* labels */
.signup-form label {
    font-size: 1.1rem;
}

/* inputs */
.signup-form input {
    font-size: 1.1rem;
}

/* signature pad  */
.signup-form .signature-pad {
    max-width:700px;
}

/* info text  */
.signup-info-text {
    font-size: 1.1rem;
    color: #00b1b3;
    padding: 15px;
    background-color: #f8f8f8;
    white-space: pre-wrap;
}

/* agreement text  */
.signup-form .signup-agreement-text {
    font-size: 1.5rem;
    white-space: pre-wrap;
}

/* caption text  */
.signup-fieldset .rz-fieldset-legend-text {
    font-size: 1.3rem;
}

/* ===== End of gift aid sign up styles =====*/
/*-------------------------------------------*/
