#edit-step3-title {
    padding: 2rem;
    color: white;
    font-size: 1.8rem;
}
.campaigns-wrapper .webform-button--next, .campaigns-wrapper .webform-button--submit {
    color: #1c4b9c !important;
    background-color: white !important
}
#edit-documents--description {
    font-size: 1.3rem;
}
form.campaigns-wrapper label.error {
    color: red !important;
}
.campaigns-wrapper a {
    color: white !important;
    text-decoration: underline !important;
}
.text-count-message {
    display: none !important;
}
.campaigns-wrapper .prizedraw{
margin-top: 0rem !important;
padding-top: 3rem !important;
}
.campaigns-wrapper {
    padding: 0 0 1rem !important;
}
.globalPrivacy .error {
    margin: -1rem !important;
    padding-top: 4rem !important;
    position: unset !important;
    outline: none !important;
}
input#edit-tc-value {
    margin-top: .5rem;
    height: 20px;
}
@media screen and (min-width: 767px) { 
input#edit-tc-value {
 margin-left: -1.5rem;
}
}