body{
    /* background-image: url('../imagens/fundoCadastro.png');     */
    background-color: #f7f7f7;
}

a, a:hover{
    text-decoration: none;
}


/*TELA DE LOGIN*/
.telaLogin{
    margin-top: 15%;
}
.tituloLogin{
    text-align: center;
    color: #f9cc00;
    font-weight: bold;
}

.subTituloLogin{
    text-align: center;
    color: #592175;    
}

.telaLogin .form-control{
    padding: 10px;
    margin: 10px;
    border: 1px solid #f9cc00;    
}
.botaoLogin{
    padding: 5px 10px;
    background-color: #592175;
    color: #f7f7f7;
    font-weight: bold;
    margin-left: 10px;
}

.linkCadastro{
    color: #592175;
    float: right;
}
.linkCadastro:hover{
    color: #592175;
}



/*FIM TELA DE LOGIN*/

.telaLogin label{
    background-color: #592175;
    min-width: 100%;
    text-align: center;
    font-size: 16px;
    height: 34px;
    padding: 5px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #f7f7f7;
}

/* h4{
    background-color: #592175;
    min-width: 100%;
    text-align: center;  
    color: #f7f7f7; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #f7f7f7; 
} */

.form-control{
    /* background: transparent; */
    border: 1px solid #592175;
    /* color: #ffffff; */
    font-size: 16px;
    font-weight: bold;
}

.baixarBotao{
    margin-top: 20px;
}

.users{    
    margin-left: 3%;
}
.sala{
    border: 1px solid #592175;
    margin-top: 10px;
}
option{
    color: #000000;
}

.top20{
    margin-top: 20px;
}

.informaResultado{
    height: 50px;
    font-size: 20px;
    font-weight: bold;
}