@charset "utf-8";
/* CSS Document */

body {
    color:#FFF;
    font-family:Arial;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#header {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:50px;
    background-color:#F50003;
    background-color:#4F1F91;
    max-width:100%;
    font-size:14px;
}

#content {
    text-align:center;
    max-width:100%;
}

#footer{
   background-color:#4F1F91;
   font-size:12px;
   text-align:center;
   color: #FFF;
   line-height: 50px; 
}

.panelVinculos{
    cursor:pointer;
}

.formatoTitulo{
    font-family:Georgia;
}
.formatoNormal{
    font-family:Arial;
}

.modal-content{
    padding: 5%;
    box-shadow: 0px 0px 10px #4f1f91;
    box-shadow: 0px 0px 10px #0C223F;

}
.user-img{
    margin: 10px;
    border-radius: 10%;
}

.g-recaptcha {
    display: inline-block;

}
.form-group{
    padding: 3%;
    color: #4f1f91;
    color: #000000;
    font-weight: bold;
}

.form-group h3 {
    color: #4f1f91;
    color: #000000;
    font-weight: bold;
}

.form-group label {
    color: #4f1f91;
    color: #000000;
    font-weight: bold;
}

.bi {
    font-size: 25px;
}

button{
    width: 60%;
    background-color: #4f1f91 !important;
    background-color: #0C223F;

}