.is-link .rg-form h1,
.is-link .rg-form h2,
.is-link .rg-form h3,
.is-link .rg-form h4,
.is-link .rg-form label.checkbox {
    color: #1d72aa;
    font-size: 1.2rem;
}

.is-primary .rg-form h1,
.is-primary .rg-form h2,
.is-primary .rg-form h3,
.is-primary .rg-form h4,
.is-primary .rg-form label.checkbox {
    color: #099c86;
    font-size: 1.2rem;
}

.is-danger .rg-form h1,
.is-danger .rg-form h2,
.is-danger .rg-form h3,
.is-danger .rg-form h4,
.is-danger .rg-form label.checkbox {
    color: #9a2e44;
    font-size: 1.2rem;
}

.is-warning .rg-form h1,
.is-warning .rg-form h2,
.is-warning .rg-form h3,
.is-warning .rg-form h4,
.is-warning .rg-form label.checkbox {
    color: #c79f00;
    font-size: 1.2rem;
}

.rg-form .form-errors {
    font-size: 1.2rem;
}

.rg-form .select select::placeholder, 
.rg-form .textarea::placeholder, 
.rg-form .input::placeholder {
    color: rgba(54, 54, 54, 0.6);
}

.box-app-form {
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.30), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

@media screen and (max-width: 768px) {
    .section.form-section {
        padding: 0rem 1.5rem;
    }
}
            
.form.is-link .rg-form-header {
    color: #1d72aa !important;
}
.form.is-primary .rg-form-header {
    color: #099c86 !important;
}
.form.is-danger .rg-form-header {
    color: #9a2e44 !important;
}
.form.is-warning .rg-form-header {
    color: #c79f00 !important;
}