.main-content {
  /* width: 100vw; */
  height: 90vh;
}

body {
  /* background-image: linear-gradient(45deg, "#7878b4", "#f0508c"); */
  background-image: linear-gradient(45deg, #aac850, #14b4dc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 90vh;
  font-family: "Poppins SemiBold";
  font-size: 18px;
  color: #fff;
}

.image-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resize the image to cover the available space */
  object-position: center; /* Center the image */
  z-index: -1; /* Place the image below the content */
}

.logo {
  height: auto;
  width: 100%;
}

.buttons {
  height: 100%;
  width: 80%;
  /* background-color: #14b4dc; */
}

.log-in-button {
 /* height: 35%;
  width: 100%;*/
  border: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #fff;
  font-family: "Poppins Medium";
  font-size: 20px;
  color: #fff;
}

.footer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: "Poppins";
  font-size: 10px;
  color: #2d87c3;
}

.image-footer {
  width: 350px;
}
