/* Outras regras existentes */
@charset "UTF-8";

/* CSS Document */
.chuchu {
    margin-left: auto;
    margin-right: auto;
}

.meio {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ocupa a altura total da janela */
}

input.parsley-success {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #09F511 !important;
}

input.parsley-error {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #EED3D7 !important;
}

