.bg_soea {
    width: 100%;
    height: 100%;
    background-image: url(../../Assets/img/bg_eng1.jpg);
}


.big-input {
    height: 50px !important;
    padding: 1px 12px !important;
    border-width: 1px !important;
    font-size: 30px !important;
    color: #404056 !important;
}


.big_label {
    border-radius: 0 !important;
    font-size: 150% !important;
    text-align: left !important;
    white-space: normal !important;
    color: inherit !important;
    display: block !important;
    margin-bottom: 6px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    padding: 0.2em 0 0.3em !important;
}
/*div.parent-container {
    height: 900px;
}

    div.parent-container div.child-containers {
        height: 100%;
    } */



#imagem-fixada {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; /* Garante que a imagem tenha a largura total da página */
    z-index: -1; /* Define a profundidade para que a imagem fique atrás do conteúdo */
}


#imagem-topo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; /* Garante que a imagem tenha a largura total da página */
    height:50%;
    
}
