* {
  font-family: 'Albert Sans', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #e9ede8;
  margin: 0 5%;
  background-position: center;
  background-size: 90%;

}

nav {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  
}


#logo {
  display: flex;
    
}

.logo-text {
  align-self: center;
  margin-right: 5px;
  font-weight: 600;
  color:#13472e;
    
}

#logo-img {
  width: 30px;
  height: 30px;
  
  
}



.index {
  text-decoration: none;
 
}

.link:hover {
  cursor: pointer;
  scale: 1.1;
}

.wrapper {
  background-color: #e9ede8;
  width: 100%;
  height: 100vh;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container{
  width: 500px;
  background-color: #869b80;
  padding: 40px;
  border-radius: 15px;
  background-color: rgba(0,0,0,0.08) 0px 4px 12px;
}

.secao-titulo{
  margin-bottom: 50px;
}

.titulo{
  color: #032213;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;

}

.paragrafo{
  color: #032213;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: -20px;
  text-transform: capitalize;
  text-align: center;
  }

  .input-group{
    position: relative;
  }


.input-group input{
  width: 100%;
  background: white;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #000503;
  border-radius: 5px;
  padding: 9px 18px 9px 52px;
  margin-bottom: 20px;
} 

.input-group .icone{
  position: absolute;
  color:black;
  left: 13px;
  top: calc(50% - 25px);
  text-align: center;
  font-size: 23px;
}

.submit-btn{
  width: 50%;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  margin-left: 25%;
 
  
  
}



/* Recuperar Senha */


@media screen and (max-width: 500px) {

  div#nav-right-box{
    display: flex;
           
  }

  #logo-img {
width: 50px;
height: 50px;

 
      
  }

}