* {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  min-height: 100vh;
}

header {
  /* background-color: yellow; */
  height: 5.2em;
  margin: 0 auto;
  max-width: 1223px;
}

#logo {
  height: 5.2em;
  display: flex;
  align-items: center;
}

#logo a img {
  height: 78px;
  /* width: 124px; */
  margin-left: 0.3em;
  margin-top: 0.45em;
}

main {
  /* background-color: blue; */
  font-family: "Nunito Sans", sans-serif;
  /* padding-top: 2em; */
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 7em;
}

main div {
  /* background-color: red; */
  max-width: 90%;
}

#back-div {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
}

#back-div img {
  max-width: 90%;
  max-height: 90%;
}

#form-div {
  /* background-color: yellow; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#form-div h1 {
  text-align: center;
  font-size: 1.9em;
  font-weight: 400;
  width: 550px;
  display: flex;
  align-self: center;
  max-width: 100% !important;
}

#form-div input {
  margin-top: 15px;
  width: 400px !important;
  max-width: 100% !important;
  display: flex;
  align-self: center;
}

#form-div small {
  color: red !important;
  width: 400px !important;
  max-width: 100% !important;
  display: flex;
  align-self: center;
}

#form-div button {
  margin-top: 20px;
  width: 400px !important;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-self: center;
}

.spinner-border {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-top: 2px;
}

#reenviar {
  background-color: rgb(0, 185, 179);
  border: 1px solid rgb(0, 185, 179);
}

#reenviar:hover {
  background-color: rgb(0, 160, 140);
}

footer {
  background-color: rgb(44, 44, 44);
  height: 70px;
  display: flex;
  flex-direction: column;
  /* align-content: space-between; */
  /* justify-content: space-evenly; */
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer img {
  height: 55px;
  object-fit: contain;
  margin-top: -2px;
  /* background-color: red; */
}

footer p {
  margin-top: -10px;
  /* height: 20px; */
  color: white;
  text-align: center;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  /* background-color: blue; */
}

@media only screen and (max-width: 767px) {
  #back-div {
    margin-top: 1.5em;
    /* margin-bottom: 6em; */
  }

  #logo a img {
    /* width: 85px; */
    /* width: 22.5vw; */
    width: 26%;
    height: 46.8%;
    /* width: 200px; */
    /* width: 79px; */
    /* height: 46px; */
    margin-top: -0.5em;
  }

  header {
    /* background-color: yellow; */
    max-width: 353px;
  }

  main {
    padding-top: 3em;
  }
}
