@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');
* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'inter', sans-serif;
}

body {
  background: #faf3df;
  height: 100%;
  background-image: url('../Assets/img/paginaDeDenuncia/florFundo.png');
  background-repeat: no-repeat;
  background-position: right -30px bottom -250px;
}

header {
  display: flex;
  justify-content: space-between;
  max-width: 1308px;
  margin: auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  & img {
    width: 30px;
    height: 30px;
  }
}

main {
  display: flex;
  max-width: fit-content;
  height: 500px;
  margin: 0 auto;
  gap: 80px;
  & .container {
    & form {
      background-color: #414e32;
      border-radius: 24px;
      padding: 40px 40px;
      margin-right: 10px;
      display: flex;
      flex-direction: column;
      width: 458px;
      height: 100%;
      & .input-user {
        display: flex;
        font-family: 'SN Pro';
        flex-direction: column;
        gap: 12px;
        margin-bottom: 35px;
        & label {
          font-size: 24px;
          color: #fff;
          position: relative;
        }
        & input {
          border-radius: 20.5px;
          padding: 10px;
          border: none;
        }
        & a {
          color: #fff;
          font-size: 14px;
        }
      }
      & .separador {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
      }
    }

    /*& h1{
            font-size: 48px;
            color: #414E32;
            margin-bottom: 12px;
            
        }*/
  }
}

.lado-direito {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 330px;
}

.lado-direito h1 {
  
  
  color: #414e32;
  font-size: 45px;
  font-family: 'SN Pro';
}

.google {
  width: 92px;
  height: 41px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  cursor: pointer;
  transition: 0.3s;
}

.google:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.login {
  width: 197px;
  height: 44px;
  background: #d15385;
  border: 1px solid #798a65;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.login:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.box-login {
  display: flex;
  justify-content: center;
}

.Cadastre-se {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.Cadastre-se p {
  font-size: 14px;
  color: #ffffff;
}

.Cadastre-se a {
  color: #ffffff;
  text-decoration: underline;
}
.Cadastre-se a:hover {
  color: #d15385;
  text-decoration: underline;
}

.span {
  color: #798a65;
}

.container {
  padding-left: 60px;
  position: relative;
}

.container::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -80px;
  bottom: -30px;
  width: 2px;
  background: #414e32;
}

.input-user {
  position: relative;
}

.input-user input {
  width: 100%;
  padding-right: 40px;
}

#olho {
  position: absolute;
  right: 12px;
  top: 52px;
  width: 22px;
  cursor: pointer;
}

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

    
    header {
        padding: 0 30px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        gap: 30px;
        padding: 0 30px;
    }

    .img-login {
        display: none;
    }

    .container {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: center;
        padding-top: 70px;
    }

    .container::before {
        display: none;
    }

    main .container form {
        width: 700px;
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    .lado-direito {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lado-direito h1 {
        font-size: 40px;
        text-align: center;
        margin: 0;
    }
}



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

    body {
        background-image: none;
    }

    header {
        padding: 0 20px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    header img {
        width: 30px;
        height: 30px;
    }

    main {
        width: 100%;
        padding: 0 20px;
        gap: 20px;
    }

    .lado-direito {
        width: 100%;
        margin: 0;
    }

    .lado-direito h1 {
        font-size: 32px;
        text-align: center;
        margin: 0;
    }

    .container {
        width: 100%;
        padding-top: 70px;
    }

    .container::before {
        display: none;
    }

    .container form {
        width: 100%;
        max-width: 600px;
        height: auto;
        padding: 30px 25px;
        margin: 0;
        border-radius: 24px;
    }

    .input-user {
        width: 100%;
        margin-bottom: 25px;
    }

    .input-user label {
        font-size: 20px;
    }

    .input-user input {
        width: 100%;
        height: 40px;
    }

    

    .separador {
        font-size: 12px;
    }

    .google {
        margin: 15px auto;
    }

    .login {
        width: 180px;
        height: 42px;
        font-size: 18px;
    }

    .Cadastre-se {
        text-align: center;
        flex-wrap: wrap;
    }

    .Cadastre-se p {
        font-size: 13px;
    }
}