strong.formRequired {
    color: red !important;}

.uk-button-primary {
    background-color: #509269;
    border-radius: 60px;
}

.uk-form-label {
    color: #333;
    font-size: 1.275rem;
    /* font-family: cursive; */
    font-weight: 600;
}

.formError {
    color: red !important;
    /* font-weight: bold; */
    font-size: 12px;
    font-style: italic !important;
}