* {
  font-family: "Times New Roman", Times, serif;
}

.main-body {
  background-image: url(images/jaanus-jagomagi-7ixSJHV7OJ8-unsplash.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.box {
  display: block;
  background-color: white;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 100px;
  border-radius: 8px;
  opacity: 96%;
}

.box-1{
  height: 850px;
}

.box-2{
  height: 200px;
  padding-top: 30px;
}

.box-3{
  height: 200px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.text {
  text-align: center;
  font-size: 20px;
  opacity: 50%;
  margin-top: 10px;
}

.heading {
  text-align: center;
  font-size: 25px;
  opacity: 85%;
}

.image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 100%;
}

.horizontal {
  margin: auto;
  width: 50%;
  opacity: 75%;
}


.first {
  background-image: url("images/pexels-alyona-pastukhova-11436243.jpg");
}

.second {
  background-image: url("images/pexels-marlene-leppänen-1031586.jpg");
}

.third {
  background-image: url("images/pexels-miniatiurn-ph-14237072.jpg");
}

.first,
.second,
.third {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  border-radius: 8px;
}


.login-body {
  font-family: "Poppins", sans-serif;
  background: #ececec;
}

.box-area {
  width: 930px;
}

.right-box {
  padding: 40px 30px 40px 40px;
}

::placeholder {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .box-area {
    margin: 0 10px;
  }
  .left-box {
    height: 100px;
    overflow: hidden;
  }
  .right-box {
    padding: 20px;
  }

  .box-2{
    height: 300px;
  }

  .box-1{
    height: 600px;
    padding-top: 25px;
  }

  .first, 
  .second, 
  .third{
    height: 400px;
  }
}