#page-contatos-grupo-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    background: #8b8b55;
    padding: 30px 0;
}
#page-contatos-grupo-whatsapp .image-logo { text-align: center; }
#page-contatos-grupo-whatsapp .image-logo img { width: 300px; }
#page-contatos-grupo-whatsapp .formulario-contato {
    width: 100%;
    background: #adad7a;
    padding: 30px 40px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #7c7f45;
    box-shadow: 10px 10px 25px 1px #6d6d37;
}
#page-contatos-grupo-whatsapp .formulario-contato h4 { text-align: center; color: #EFEF00; }
#page-contatos-grupo-whatsapp .formulario-contato h6 { text-align: center; color: #FEFEFE; }
#page-contatos-grupo-whatsapp .formulario-contato form { margin-top: 15px; }
#page-contatos-grupo-whatsapp .formulario-contato .button-submit { text-align: center; }
#page-contatos-grupo-whatsapp .formulario-contato .button-submit button {
    font-weight: 600;
    color: #fff;
    background: #838e20;
    border: 1px solid #626b15;
}
#page-contatos-grupo-whatsapp .formulario-contato .button-submit button:hover { background: #626b15; }
#page-contatos-grupo-whatsapp .grupo-wpp-button { text-align: center; margin: 40px 0; }
#page-contatos-grupo-whatsapp .grupo-wpp-button a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(45deg, #2eb72e, #5aef71);
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 5px 5px 12px 2px #59592e;
}
#page-contatos-grupo-whatsapp .grupo-wpp-button a:hover {
    background: linear-gradient(45deg, #1b801b, #35a145);
}

.form-label {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.alert { padding: 5px 10px; }
.required { color: #ff0000; }