*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    text-decoration: none;
    background-color: white;
    background-color:  rgba(59, 121, 177);
}

.g-recaptcha{

    background-color: white;
    padding: 0;
    float: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
}

.obrigatorio{

    color: red;
    background-color: white;
}
.descricao{
    font-size: 13px;
    text-align: center;
    float: center;
    margin: 0 auto;
    margin-left: 5%;
    width: 90%;
    padding: 0;
    height: 8px;
    background-color: white;

}

a{
    background-color: white;
    color: blue;
    text-decoration-line: underline;
}

.texto{
    width: 80%;
    float: center;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    background-color: white;    
    box-shadow: 2px 2px 2px #cccccc;
}

.areabotao{
    width: 10%;
    float: center;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    background-color: white;    
    
}

button{
    float: center;
    margin: 0 auto;

}


img{

    float: center;
    margin: 0 auto;
    
    display: block;   
}

.campo{

    width: 90%;
    float: center;
    margin: 0 auto;
    padding: 10px;
    background-color: white;    
}

label{
    background-color: white;
    height: 30px;
    font-size: 20px; 

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"]{
    background-color: white; 
    width: 90%;
    height: 50px;
    padding: 0.2em 0.6em;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 20px; 
}

textarea{
    background-color: white; 
    width: 90%;
    padding: 0.2em 0.6em;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 20px; 

}

input[type="datetime-local"], input[type="date"],input[type="time"], input[type="number"],select,
option{

    background-color: white; 
    height: 50px;
    padding: 0.2em 0.6em;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 20px; 

}

p{
    background-color: white;
}

form{
    width: 80%;
    float: center;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 2px 2px 2px #cccccc;
    padding: 10px;
    background-color: white;
    margin-bottom: 20px;


    
}

.tablestatus{
    width: 80%;
    float: center;
    margin: 0 auto;

}

.formbotao{
   
    border: none;
    box-shadow: none;

}

h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 20px;
    background-color: white;
}

strong{
    background-color: white;
}

table{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 13px;
    float: center;
    margin: 0 auto;
    width: 100%;
    
}

td{

    
    height: 50px;
    font-size: 15px;
    padding: 5px;
}

.botao {
    font-size: 1.5em;
    text-decoration: none;
    background: #F90;
    border: 0;
    margin-bottom: 1em;
    color: #FFF;
    padding: 0.2em 0.6em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.botaoverde {
    font-size: 1.5em;
    text-decoration: none;
    background: rgba(0,235,0);
    border: 0;
    margin-bottom: 1em;
    color: #FFF;
    padding: 0.2em 0.6em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0
    .2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.61);
}

.botaoamarelo {
    font-size: 1.5em;
    text-decoration: none;
    background: yellow;
    border: 0;
    margin-bottom: 1em;
    color: #FFF;
    padding: 0.2em 0.6em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0
    .2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.61);
}

.botaovermelho {
    font-size: 1.5em;
    text-decoration: none;
    background: red;
    border: 0;
    margin-bottom: 1em;
    color: #FFF;
    padding: 0.2em 0.6em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.botao:hover, .botaoverde:hover, .botaoamarelo:hover, .botaovermelho:hover {
    background: #666;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}

