﻿
/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    font-size: 18px;
}

h2 {
    font-weight:bold;
}


h3 {
    text-align: initial;
    font-weight: bold;
    font-size: 16px;
}

p {
    text-align: justify;
    font-size: 14px;
}

.cabecalho {
    height: 100px;
    background-color: rgba(245, 246, 250,1);
    display: flex;
    justify-content: center
}

.imagemCabecalho {
    display: block;
    margin: auto
}


.formContent {
    background: #fff;
    position: relative;
    padding: 0px;
    text-align: center;
}

.formFooter {
    background-color: #62af31;
    padding: 4px;
    text-align: center;
}


/* CORES */

.CorVerdeLiberaAi {
    color: #62af31;
}

.CinzaFundo {
    color: #f5f6fa;
}

