* {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

th, 
td {
    vertical-align: middle !important;
}

body {
    background-image: url(bg.jpg);
    background-color: #093E67;
    background-size: cover;
}

div.card-principal {
    max-width: 1200px;
    margin-top: 2em;
    align-items: center;
}

button.btn, 
div.btn-salvar {
    background-color: #001D3F;
}

button.btn:hover, 
div.btn-salvar:hover {
    background-color: #073763;
    border-color: #073763;
}

div.card-header {
    background-color:#3e5f7b;
}

.titulo {
    text-align: center; 
    color : #093C64;
    font-weight: bold;
    font-size: 3.0em
}

.aviso {
    margin: 25px 0 25px;
}

.btn-inscricao {
    padding: 2rem;
}

a.btn {
    background-color: #001D3F;
}

a.btn:hover {
    background-color: #073763;
    border-color: #073763;
}

.possui-erro-validacao {
    border-color: #f73859 !important;
}
  
.erro-validacao {
    margin-top: 3px;
    color: #f73859;
    font-size: 14px;
}

span.obg{
    font-size: 10px;
    color: gray;
}

.separador {
    color: #093C64;
    margin: 2rem 0 2rem 0;
}

.alerta {
    color: #f73859;
    font-weight: bold;
}

.ano_btn {
    color: #cfd700 !important;
    font-weight: bold;
}

th {
    background-color: #001D3F !important;
    color: white;
}