*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: 'Arial Narrow', Arial, sans-serif;
}

.titulo{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #ccc;
    padding: 2px;
}

.div-login{
    width: 300px;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

.resposta{
    margin: 0 auto; 
    margin-top: 1px;
    margin-bottom: 1px;
    width: 400px; 
    min-height: 22px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
}

.resposta-div{
    background: #fffd7d;
    display: flex;
    justify-content: center;
}

.form-usuario{
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 400px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;;
}

.form-membro{
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 600px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;;
}

.centro{  /* usada no js listar-membros */
    text-align: center;
    display: flex;
    justify-content: center;
}

.form-pesquisar-membros{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 50px;
    margin-right: 50px;   
    padding: 4px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.campo {
    padding: 4px 8px 4px 8px;
    font-size: 14px;
    outline: 0;
    border: solid 1px #cccc;
    border-radius: 4px;
    height: 26px;
	margin-bottom: 4px;
}

.campo:focus{
    border: solid 1px #437bbf;
}

label{
    color: #16214a;
    font-weight: bold;
}

.bt{
    border: none;
    padding: 5px 8px 5px 8px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    height: 36px;
}

.bt-azul{
    background: #277de6;
}

.bt-azul:hover{
    background: #4c8cd9;
}

.bt-azul:active{
    background: #14519c;
}

td{
    font-size: 13px;
}

th{
    font-size: 13px;
}