*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: #dfdfdf !important;
}


#container{
  display: flex;
  justify-content: center;
  align-items: center;
   height: 100vh;   

}

.box-info{
  background-color: #fff;
  width: 27rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
}

.img{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0 1.8rem 0;
}

.img img{
  width:5rem;
}
.box-input{
  margin-left:2rem ;
  margin-right:2rem ;
  margin-bottom: 2rem;
}
.input-div{
  margin-bottom: .4rem;

}
input{
  width: 100%;
  padding: .6rem 0;
  padding-left: .3rem;
  border: 1px solid #dfdfdf;
  outline: none; /* Remove o contorno padrão do navegador */
  background-color: #e8f0fe;

}
input:focus {
  border: 1px solid #157a49;
  

}
::placeholder {
  color: #999;
  font-style: italic;
}
.recover{
  float: right;
  margin-bottom: .4rem;
}
.recover a{
  float: right;
  font-size: 11px;
  font-weight: 600;
  color: #157a49;
}
button{
  width: 100%;
  background-color: #157a49;
  border: 0;
  padding: .6rem 0;

}
button:hover{
  width: 100%;
  background-color: #188450;
  border: 0;
  padding: .6rem 0;

}
button b{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.copyright{
  display: flex;
  font-size: 13px;
  margin-bottom: .9rem;
  justify-content: center;
  align-items: center;
}

.copyright a{
  color: #157a49;
}

.btn-input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
#btns{
  width: 30%;
  padding: .2rem 0;

}
#btns1{
  width: 30%;
  padding: .2rem 0;
  background-color: #101010;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.recoTxt{
  color: #157a49;
  font-weight: 700;
  font-size: 18px;
}
.recoTxt1{
  color: #a8a7a7;
  font-size: 14px;
  font-weight: 400;
  
}