* {
  font-family: "Times New Roman", Times, serif;
}

.main-body {
  background-image: url(images/riga-2935034_1280.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: 900px;
}

.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/architecture-3068413_1280.jpg");
}

.second {
  background-image: url("images/baltic-3083768_1280.jpg");
}

.third {
  background-image: url("images/house-facade-1260523_1280.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;
  }
}
