body{
    background-color: white;
}
.capa-formulario{
    background-color: #2C2656;
    padding-top: 60px;
    padding-bottom: 30px;
}
.capa-titulo{
    display: flex;
    justify-content: space-between;
    color: white;
    text-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.capa-formulario .desc{
    font-size: 0.9rem;
    width: 100%;
    color: white;
    text-align: center;
    line-height: 1.3rem;
}
.titulo-formulario{
   max-width: 700px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #2C2656;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.9rem;
    color: #2C2656;
}
.formulario{
    text-align: center;
    
}
.centralizado{
    text-align: center;
    height: 100%;
    margin-top: 10%;
}


