@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');

body{
    margin: 0 auto !important;

}

.principal{
    color: white;
    font-family: poppinslight;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


.principal .formulario {
    flex: 1;
}

#fundo_header_pc, #fundo_header_tablet, #fundo_header_cel{
    width: 100%;
    height: 100%;
}

#fundo_header_tablet, #fundo_header_cel{
    display: none;
}

#fundo_rodape_pc, #fundo_rodape_tablet, #fundo_rodape_cel{
    width: 100%;
    height: 100%;
}

#fundo_rodape_tablet, #fundo_rodape_cel{
    display: none;
}

.image-top{
    width: 100%;
    height: 100%;
    background-size: cover;

}

.formulario{
    background-image: url('../img/fundo_cinza.jpg');
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;

}

.image-base{
    width: 100%;
    height: 100%;
    background-size: cover;

}


.card{
    width: 400px;
    background-color: #faf7f7 !important;
    border-radius: 20px !important;
    margin-top: 30px;
    margin-bottom: 30px;

}


p{
    margin-top: 0;
}

.texto{
    margin-right: 10px;
    width: 480px;

}

input{
    margin-top: 15px !important;
    border-color: #000000 !important;
    font-family: 'Lilita One', cursive !important;
    color: #1f1f1f !important;
}

h2{
    color: #d3a611 !important;
    font-family: 'Lilita One', cursive;
}

h1{
    color: #052e6b !important;
    font-family: 'Lilita One', cursive;
}

button{
    background-color: #122b4d !important;
    border-color:  #122b4d !important;
    font-weight: bold;
    margin-top: 15px !important;
    width: 100%;
    height: 50px;
    font-family: 'Carter One', cursive !important;

}

button:hover{
    background-color: #041125 !important;
    border-color: #041125 !important;

}

.seguranca-div{
    text-align: center;
    padding-top: 15px;
}

.seguranca{
    color: #000000;
    font-size: 11px;
    font-family: 'Lilita One', cursive;

}

.mensagem{
    text-align: center;
}

