@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-one {
  display: auto;
}

.background-top {
  width: 100%;
  height: auto;
  background-color: rgb(0, 0, 0);
}

.write-soon {
  color: white;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: start;
  font-size: 50px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.container-two {
  display: flex;
}

.background-line {
  width: 100%;
  height: 2px;
  background-color: white;
}

.container-three {
  display: flex;
}

.background-AboutUs {
  width: 100%;
  height: 100vh;
  padding-top: 10px;
  background-color: black;
}

.AboutUs {
  font-size: 70px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 2%;
  padding-left: 2%;
}

.Description {
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: white;
  text-align: center;
  justify-content: left;
}

img {
  margin: 0%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5%;
  width: 45%;
  height: 450px;
}

.ImgAboutUs {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

.ImgAboutUs2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

@media screen and (max-width: 416px) {
  .write-soon {
    font-size: 35px;
  }

  .Description {
    padding-left: 10px;
    padding-right: 10px;
  }

  img {
    height: 80%;
    width: 80%;
  }
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #000000;
}

.formLogin {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 7px;
  padding: 40px;
  box-shadow: 10px 10px 40px rgb(0, 0, 0);
  gap: 5px;
}

.areaLogin img {
  width: 420px;
}

.formLogin h1 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 2.3em;
}

.formLogin p {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  margin-bottom: 25px;
}

.formLogin input {
  padding: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 5px;
  border-radius: 4px;
  transition: all linear 160ms;
  outline: none;
}

.formLogin input:focus {
  border: 1px solid #000000;
}

.formLogin label {
  font-size: 14px;
  font-weight: 600;
}

.formLogin a {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  color: #555;
  transition: all linear 160ms;
}

.formLogin a:hover {
  color: #000000;
}

.btn {
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  transition: all linear 160ms;
  cursor: pointer;
  margin: 0 !important;
}

.btn:hover {
  transform: scale(1.05);
  background-color: #000000;
}
