.title-concursos {
    color: white;
    font-size: 22px;
    margin: 0;
    font-weight: 600

}

/**
 * INDEX
 * ===========================================================
 */

/* nav bar */
#nav-bar {
    background-color: #fff;
}

.nav-link {
    font-size: 25px
}


/* content-wrapper index */
.content-wrapper {
    background-color: #fefefe;
}

#content-index .card-header {
    background-color: #0e3a23;
    opacity: 100
}


.item-list-concurso :hover {
    background-color: aliceblue;
    transition: .5s
}

.title-list-concurso {
    padding: 10px;
    display: block;
    transition: .5s;
    font-size: 20px
}

.icon-list-concursos {
    margin-right: 100px;
    font-size: 24px
}

.data-pub-list-concurso {
    float: right;
    font-size: 13px;
}

/* carrossel */

.carousel-item {
    height: 50vh;
    min-height: 500px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item#c1 {
    background-image: url('../img/oficce-reuniao.png');
}

.carousel-item#c2 {
    background-image: url('../img/estudando.png');
}


#footer{

}



/**
 * LOGIN
 * ===========================================================
 */

.login-box {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.login-card-body {
    width: 360px;
}

#recaptcha_login div{
    margin:auto;
}

#recaptcha_login label{
    width: 100%; text-align: center
}

#reset_senha{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#login-box-container{
    width: 100%;
}



.title-form {
    background-color: #0e3a23;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
}

.btn_form_continue {
    width: 200px;
    margin: auto;
    margin-bottom: 40px;
}

.error {
    color: red;
    background-color: transparent;
}




