@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.background-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

* {
  margin: 0%;
  padding: 0%;
  font-family: "Montserrat", sans-serif;
}

.background-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/IMG/vaca-no-pasto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: 0;
  opacity: 0.7;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; /* Impede scroll se não for necessário */
}

main {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#logologin {
  width: 80px;
  margin-top: 5%;
  margin-bottom: 7%;
}

.main {
  background-color: #fff8e6;
  width: 20%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: solid 2px #5e7153;
  flex-direction: column;
  box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  z-index: 1;
}
.area {
  position: relative;
  height: 65px;
}
.campoCadastro {
  height: 35px;
  padding-left: 5px;
  background-color: #fcfbf7;
  color: #5e7153;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}

.input:hover {
  box-shadow: 1px 1px 5px #5e7153;
}

.labelline {
  font-size: 14px;
  position: absolute;
  padding: 9px;
  transition: 0.2s ease;
  color: #ebddba;
  font-weight: bold;
}

.input:focus + .labelline,
.input:valid + .labelline {
  background-color: #5e7153;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  font-weight: bold;
  font-size: small;
  z-index: 1111;
  transform: translate(2px, -45.5px) scale(0.88);
}

.titulo {
  margin-bottom: 5%;
}

#formCadastro {
  width: 70%;
}
.input {
  display: flex;
  flex-direction: column;
  width: 95%;
  border: 1px solid #5e7153;
}
.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8%;
}

.entrar {
  width: 100px;
  height: 30px;
  border-radius: 5px;
  border: solid #5e7153 2px;
  color: #5e7153;
  font-weight: 600;
}
a {
  color: #5e7153;
  font-size: small;
}
.bem-vindo {
  margin-top: 10%;
  color: #5e7153;
  font-weight: 600;
}
.login {
  font-weight: 550;
  margin-left: 10%;
  color: #5e7153;
  font-size: 25px;
  padding: 2px;
  border: solid 2px #5e7153;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  padding-right: 15px;
}
.login-text {
  color: #5e7153;
  font-size: 18px;
  margin-left: 10%;
  margin-top: 15px;
}

.img {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.facebook {
  background-color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  box-shadow: rgb(82, 82, 82) 2px 4px 6px;
}
.instagram {
  background-color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  box-shadow: rgb(82, 82, 82) 2px 4px 6px;
}
.whatsaap {
  background-color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  box-shadow: rgb(82, 82, 82) 2px 4px 6px;
}
.linkedin {
  background-color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  box-shadow: rgb(82, 82, 82) 2px 4px 6px;
}
.logo-rede {
  display: flex;
  justify-content: space-between;
  width: 150px;
}
.divis {
  display: flex;
  justify-content: center;
}
.divisao {
  width: 95%;
}
.footer-sub {
  display: flex;
  justify-content: space-between;
}
.footer-children {
  display: flex;
  flex-direction: column;
  margin-left: 2%;
}
.img-gado {
  margin-right: 2%;
}
.entre-em-contato {
  padding-top: 5%;
  padding-bottom: 5%;
}
.container {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.input1 {
  position: absolute;
  outline: none;
  font-size: 0.8em;
  padding: 0 20px;
  width: 83%;
  line-height: 38px;
  background: transparent;
  border-radius: 5px;
  border: solid #5e7153 2px;
  transition: 0.1s ease;
  z-index: 1111;
}
.input1:focus,
.input1:valid {
  color: #5e7153;
  border: 2px solid #5e7153;
}

.input1:focus + .label,
.input1:valid + .label {
  color: #5e7153;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  transform: translate(0px, -14px) scale(0.88);
  z-index: 1111;
}

.label {
  position: absolute;
  font-size: 0.8em;
  color: #5e7153;
  background-color: #ebddba;
  padding: 0 15px;
  margin: 0 4px;
  transition: 0.2s ease;
  pointer-events: none;
}
.esqueciSenha {
  margin-top: 3px;
  width: 97%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1652px) and (min-width: 1364px) {
  .main {
    background-color: #ebddba;
    width: 23%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #5e7153;
    flex-direction: column;
    box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  }
}
@media (max-width: 1364px) and (min-width: 1184px) {
  .main {
    background-color: #ebddba;
    width: 26%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #5e7153;
    flex-direction: column;
    box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  }
}
@media (max-width: 1184px) and (min-width: 1070px) {
  .main {
    background-color: #ebddba;
    width: 31%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #5e7153;
    flex-direction: column;
    box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  }
}

@media (max-width: 1070px) and (min-width: 800px) {
  .main {
    background-color: #ebddba;
    width: 35%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #5e7153;
    flex-direction: column;
    box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  }
}
@media (max-width: 800px) and (min-width: 690px) {
  .main {
    background-color: #ebddba;
    width: 45%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #5e7153;
    flex-direction: column;
    box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  }
}
@media (max-width: 690px) and (min-width: 500px) {
  .main {
    background-color: #ebddba;
    width: 55%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #5e7153;
    flex-direction: column;
    box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  }
}
@media (max-width: 550px) and (min-width: 320px) {
  .main {
    background-color: #ebddba;
    width: 80%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px #5e7153;
    flex-direction: column;
    box-shadow: rgb(54, 54, 54) 5px 4px 10px;
  }
}
.voltar {
  width: 70%;
  display: flex;
  justify-content: left;
  margin-bottom: 5%;
}
