* {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

body {
    background-image: url(bg.png);
    background-color: #093E67;
    background-size: cover;

}
div.card-principal {
    max-width:1200px;                
    margin-top: 2rem;
    align-items: center;

}
button.btn {
    background-color: #001D3F;
}

button.btn:hover {
    background-color: #073763;
    border-color: #073763;
}

div.card-header {
    background-color:#3e5f7b;
}
.titulo {
    text-align: center; 
    color : #093C64;
    font-weight: bold;
    font-size: 3rem
}
.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;
}
.separador {
    color: #093C64;
    margin: 2rem 0 2rem 0;
}
.alerta {
    color: #f73859;
    font-weight: bold;
}
.ano_btn {
    color: #cfd700 !important;
    font-weight: bold;
}