#Area_Login {
	font-family: 'Ibarra Real Nova';
	font-size:1.5rem;
	height: 10px;
	margin: auto;
	margin-bottom: 50rem;
	text-align: center;
	width: 55rem;
}



/****************************************OTIMIZAR COM CLASS E ID******************************************/
.estilizacao-input-label {
	display: flex;
	flex-direction: column;
	font-family:'Ibarra Real Nova';
	height: auto;
	margin:auto;
	text-align: left;
}


.estilizacao-input-label input{
    background-color: #33323d16;
	border: none;
	padding: 1.2rem 1.5rem;
}

.estilizacao-input-label input::placeholder{
	color: #33323D;
	opacity: 0.3;
}

#Area_Login form {
	border-color:#00524C;
    border-radius: 1rem;
    border-style: double;
	font-size:1.5rem;
	height: auto;
    margin:auto;
	margin-bottom: 5rem;
	padding: 2rem;
	text-align: center;
	width: 51rem;
}



.area-cadastro{
    font-family: 'Ibarra Real Nova';
	height: auto;
	margin: auto;
	margin-bottom: 2rem;
	text-align: center;
	width: 55rem;
}

#Area_Cadastro form {
    border-color:#00524C;
    border-radius: 1rem;
    border-style: double;
	color: #33323D;
	font-size:1.5rem;
	height: auto;
	margin: auto;
	text-align: center;
	width: 55rem;
}

#Area_Cadastro form fieldset legend {
    color: #00524C;
	font-family: 'Ibarra Real Nova';
	font-size: 2rem;
	text-align: center;
	padding: 0 3%;
	text-transform: uppercase;
}



#Area_Cadastro fieldset {
	border: none;
	font-family: 'Ibarra Real Nova';
	height: auto;
	margin: auto;
	margin-bottom: 3rem;
	padding:2rem;
	text-align: center;
	width: 50rem;
}


.endereco-unidade{
    font-family:'Ibarra Real Nova';
    height: auto;
    margin:auto;
    padding:0%;
    text-align: center;
    width: 50rem;
}

.num-prod{
    margin-top:2rem;
    padding:2rem;
    width: 50rem;
}


.Botões {
    background-color: #00524C;
    border: 0.1rem solid;
    color: white;
    filter: drop-shadow(0rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
	font-family: 'Ibarra Real Nova';
	font-size: 1.2rem;
	height: 4.8rem;
	width: 20rem;
}

.Botões:hover {
    cursor: pointer;
	font-family: 'Ibarra Real Nova';
}


@media only screen and (max-width:980px){
    
    #Area_Login{
        width:46rem;
    }
    
   #Area_Login form{
      width:43rem; 
      
   }
   
   .area-cadastro{
       width:45rem;
   }
   
   #Area_Cadastro form{
       width:45rem;
   }
   
   #Area_Cadastro form fieldset legend{
       width:45rem;
   }
   
   #Area_Cadastro fieldset{
       width:45rem;
   }
   
   .endereco-unidade{
        width:45rem;
   }
   
   .estilizacao-input-label input{
       width:38rem;
   }
   
   select{
       width:40rem;
   }
   
   .num-prod{
       width:40rem;
   }
   
}