@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
  color: white;
  list-style: none;
}

#login-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../fotos/login/login1620.webp);
  width: 100%;
  height: 100vh;
  background-size: cover;
  filter: saturate(50%);
}

#titulo {
  margin: 50px 280px 0px 0px;
}

#titulo h1 {
  background: linear-gradient(to right, #ffffff 50%, #544f51);
  font-family: "Berkshire Swash", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  font-size: 50px;
}
#titulo h1 {
  background: linear-gradient(to right, #ffffff 50%, #544f51);
  font-family: "Berkshire Swash", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  font-size: 50px;
}

#retangulo-login {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-right: 200px;
  width: 350px;
  height: 450px;
  border-radius: 15px;
  background: linear-gradient(to bottom, #2a2829, #000000);
}

#retangulo-login form {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  margin: 30px;
}

#retangulo-login input {
  border-bottom: 1px solid white;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
}

#retangulo-login label {
  opacity: 0;
}

#retangulo-login h2 {
  margin-left: 80px;
}

#privacy-Policy {
  font-size: 13px;
}

#account-Recovery {
  font-size: 13px;
}

#checkbox label {
  font-size: 15px;
  opacity: 1;
}

#button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

#button {
  width: 190px;
  height: 40px;
  font-size: 20px;
  padding: 5px;
  background: linear-gradient(to bottom, #2a2829, #000000);
  border: 1px solid white;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

#button:hover {
  border: none;
  transform: translateY(5px);
}

::placeholder {
  color: white;
  font-size: 15px;
}

#flex-footer {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: white;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(#2a2829, black);
}

#column1 {
  text-align: center;
  margin-left: 30px;
}

#column2 h2 {
  text-align: center;
  width: 250px;
  font-family: "Berkshire Swash", serif;
  background: linear-gradient(to right, #ffffff 50%, #544f51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

#column2 {
  margin-right: 120px;
}

#column3 {
  text-align: center;
  margin-right: 30px;
}

@media (width: 1920px) {
  #login-container {
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
    background-size: cover;
  }

  #titulo {
    margin: 0 300px -170px 0;
  }

  #titulo h1 {
    font-size: 60px;
  }

  #retangulo-login {
    margin-top: 10%;
    width: 420px;
    height: 680px;
  }
  #retangulo-login form {
    height: 600px;
    justify-content: space-between;
  }

  #retangulo-login h2 {
    font-size: 40px;
  }

  #privacy-Policy {
    font-size: 19px;
  }

  #account-Recovery {
    font-size: 19px;
  }

  #checkbox label {
    font-size: 19px;
  }

  ::placeholder {
    font-size: 18px;
  }

  #button {
    width: 250px;
    height: 45px;
    font-size: 20px;
    padding: 5px;
  }
}
