body{
    background-color: rgb(107, 178, 180);
    margin: 0;
    padding: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container{
    margin: 0 auto;
    max-width: 1400px;
}

#divlogin {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
}

.base{
    background-color: white;
    width:25%;
    padding: 50px;
    border-radius: 10px;
}

.b-header img{
    align-items: center;
    padding: 0 2px;
    justify-content: space-around;
}

.b-header h2{
    padding-top: 15px;
}

.gma{
    filter: invert(100%);
}
.b-header{
    text-align: center;
    align-items: center;
    justify-content: space-around;
    color: rgb(41, 37, 37);
}

.base-content{
    padding: 25px;
    display: block;
}

.b-content-area{
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 20px;
    flex-direction: column;
    font-size: 19px;
}

.b-content-area label{
    text-align: start;
}

.b-content-area input{
    padding: 7px 10px;
    background-color: white;
    border-color: black;
    border: bottom 5px;
    border-top: none;
    border-right: none;
    border-left: none;
    outline: none;
}

.b-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b-footer input{
    padding: 15px 30px;
    border-radius: 5px;
    align-self: center;
    background-color:  rgb(107, 178, 180);
    text-transform: uppercase;
    border-width: 0.5px;
    
}

.b-footer a{
    padding-top: 20px;
    color: black;
}
.invisivel
{
	visibility: hidden;
	display: none;
}
#erro
{
	color: red;
}