#carousel-banner {
    background-color: whitesmoke;
}

#carousel-bannerdetail {
    background-color: teal;
}

#serverResponseDemo {
    text-align: center;
    animation: fadeOut 2s forwards;
    animation-delay: 10s;
}

#serverResponseContact {
    text-align: center;
    animation: fadeOut 2s forwards;
    animation-delay: 10s;
}

#serverResponseNewsletter {
    text-align: center;
    animation: fadeOut 2s forwards;
    animation-delay: 10s;
}

#sucess {
    color: green;
    font-size: larger;
}

#warning {
    color: orange;
    font-size: larger;
}

#error {
    color: red;
    font-size: larger;
}


/*
.grecaptcha-badge { visibility: hidden; }
*/