* {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

body{
  background-color: #f5f5f5;
}


a {
  text-decoration: none;
  color: inherit;
}

.img {
  height: 100%;
  -webkit-height: 100%;
  -moz-height: 100%;
  -ms-height: 100%;
  display: flex;
 
}

.alingLogin {

  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.divLogo {
  height: 8rem;
  width: 8rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -4rem;
  padding: 0.5rem;
  background-color: #f5f5f5;
  border-radius: 100px;
  box-shadow: 0px -10px 20px -18px rgba(0, 0, 0, 0.5);

}


.Allinputs_div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  position: relative;
  flex-direction: column;
  width: 100%;

}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 30%;
  background-color: #f5f5f5;
  padding: 5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
}



.form-title {
  font-size: 1.1rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.input-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.input-container2 {
  position: relative;
}

.input-container input,
.form button {
  outline: none;
  border: 1px solid #e5e7eb;
  margin: 0.25rem 0;
}

.input-container input {
  background-color: #fff;
  padding: 0.7rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.input-container input:hover {
  border: #6B7280 solid 2px;
}

.submit {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #3aa320;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  width: 70%;
  border-radius: 0.5rem;
  transition: 0.3s;
  text-transform: uppercase;
}


.submit:hover {
  background-color: #004b06;
}


/* #addToHomeScreen{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #e38935;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  width: 80%;
  height: 4rem;
  border-radius: 0.5rem;
  transition: 0.3s;
  
  text-transform: uppercase;

}

.boxBody{
  width: 100%;
 
  padding: 2rem;
 
  display: flex;
  justify-content: center;
} */

@media only screen and (max-width: 900px) {
  .form {
    width: 70%;
  }

  #div_atualizar{
    display: flex;
  }
  
  .submit {
    width: 100%;
  }
}