.login-page .start {
  position: relative;
  min-height: 70vh;
  height: 70vh;
  max-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../assets/img/maestro_1920px.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .login-page .start {
    background-image: url(../../assets/img/maestro_1024px.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .login-page .start {
    background-image: url(../../assets/img/maestro_768px.jpg);
  }
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .login-page .start {
    min-height: 100vh;
    background-image: url(../../assets/img/maestro_1024px.jpg);
  }
}
@media only screen and (max-width: 375px) {
  .login-page .start {
    background-image: url(../../assets/img/maestro_425px.jpg);
  }
}
.login-page .start .section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 70vh;
  min-height: 490px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .login-page .start .section-wrapper {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .login-page .start .section-wrapper {
    height: 100vh;
    min-height: 100vh;
  }
}
.login-page .start .section-title {
  width: 723px;
  margin-bottom: 35px;
  font-size: 3rem;
  line-height: 2.875rem;
}
@media only screen and (max-width: 1366px) {
  .login-page .start .section-title {
    width: 516px;
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 505px) {
  .login-page .start .section-title {
    width: 266px;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    line-height: 2.875rem;
  }
}
.login-page .start .section-text {
  width: 631px;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  color: #f8f8f8;
}
@media only screen and (max-width: 1366px) {
  .login-page .start .section-text {
    width: 450px;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 505px) {
  .login-page .start .section-text {
    width: 244px;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.start .btn-request-for-demo {
  position: absolute;
  width: 160px;
  height: 45px;
  bottom: 8%;
  left: 50%;
  z-index: 2;
  padding: 1em;
  border: 2px solid #1d9d6f;
  background-color: #1d9d6f;
  border-radius: 30px;
  font-size: 14px;
  color: white;
  transform: translateX(-50%);
  transition: background-color 0.3s, border 0.3s;
}
.start .btn-request-for-demo:hover {
  border-color: #1d9d6f;
  background-color: transparent;
}

