*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    text-decoration: none;
    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;
    float: right;
    text-decoration-line: underline;
    padding-right: 10px;
    font-size: 16px;
}


button{
    float: center;
    margin: 0 auto;

}


img{
    float: center;
    margin: 0 auto;
    display: block; 
    margin-top:5px; 
}

.menu{
    
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    background-color: white;  
}

.campo{
    margin-top: 10px;
    width: 100%;
    float: center;
    background-color: white;    
}

.container{
    margin-top: 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    background-color: white;    
}

.label1{
    padding-left: 10px;
    background-color: white;
    font-size: 20px;
}

.container1{
    margin-top: 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-color: white;    
}

.item1{
    flex-grow: 1;
    background-color: white; 

}
.item2{
    flex-grow: 1;
    background-color: white; 
    text-align: right;
}

label{
    margin-top: 20px;
    background-color: white;
    height: 25px;
}

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

select option{
    background-color: white;

}

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

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

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

strong{
    background-color: white;
}

.botao {
    width: 100%;
    height: 60px;
    padding: 10px;
    text-decoration: none;
    background: #F90;
    border: 0;
    margin-bottom: 1em;
    color: #FFF;
    
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

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

.botao2 {
    width: 100%;
    height: 60px;
    padding: 10px;
    text-decoration: none;
    background: #F90;
    border: 0;
    margin-bottom: 1em;
    color: #FFF;
    
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.container3{
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: white;    
}

@media (Orientation: Portrait){

    *{
        font-size: 30px;
    }
    form{
        width: 80%;
        margin-top:10px;
    }

    a{
        font-size: 18px;
    }

}

