body {
  /*margin: 0;*/
  /*padding: 0;*/
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  min-height: max-content;
}

.logo {
  padding-left: 30px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #fff;
  padding: 10px 20px;
}

header img {
  height: 40px;
  width: auto;
}

.buttons {
  display: flex;
  gap: 10px;
}

.button {
  padding: 10px 20px;
  font-family: "Helvetica Neue";
  background-color: #266eff;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-weight: 200;
  cursor: pointer;
}

/* .button:hover {
    background-color: ;
} */

.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-top: 3%;
}

.text-content {
  text-align: center;
  max-width: 600px;
}

.text-content h1 {
  font-family: Helvetica Neue;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.8px;
}

.text-content p {
  color: #696969;
  max-width: 87%;
  font-family: Helvetica Neue;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.9px;
}

/* h1 {
  font-size: 36px;
  margin-bottom: 20px;
} */

p {
  font-size: 18px;
  line-height: 1.5;
}

.main-illus img {
  top: 100;
  /*max-width: 100%;*/
  height: auto;
  width: 100%;
  /* margin-top: 60%; */
}

.footer {
  width: 100%;
  padding: 50px;
}

.team {
  color: var(--black, #121215);
  font-family: Helvetica Neue;
  font-size: 13.538px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.406px;
}
.rights {
  color: #aeaeae;
  font-family: Helvetica Neue;
  font-size: 13.538px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .main-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }

  .text-content {
    flex: 1;
    text-align: left;
  }

  .image {
    flex: 1;
    text-align: right;
  }
}

/* LOGIN */

.login {
  display: flex;
  min-height: 100%;
}

.left {
  flex: 1;
  background-color: #fff;
  padding: 20px;
}

.right {
  flex: 1;
  background-image: url("images/login-img.svg");
  background-size: cover;
}


.form {
  padding: 20px;
  margin-top: 3%;
}

.form h2 {
  font-family: Helvetica Neue;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.8px;
  margin: 0;
}

.form p {
  color: #696969;
  font-family: Helvetica Neue;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.66px;
}

.form input[type="text"],
.form input[type="password"] {
  width: 305.6px;
  padding: 10px;
  margin-top: 20px;
  border-radius: var(--16, 16px);
  border: 1.28px solid #000;
}

.form button {
  background-color: #266eff;
  color: #fff;
  border: none;
  border-radius: var(--16, 16px);
  width: 53%;
  padding: 10px 20px;
  margin-top: 30px;
  cursor: pointer;
}

/* .form button:hover {
  background-color: #f44336;
} */

.go-back {
  margin-top: 20px;
  text-align: left;
}

.right {
  background-color: #266eff;
  padding-top: 5%;
}

.right img {
  object-fit: fill;
}
