.sect3 {
  height: 800px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.sect3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
}
.sect3 .items {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .items {
    max-width: 576px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .items {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect3 .items {
    max-width: 992px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .sect3 .items {
    max-width: 1200px;
  }
}
.sect3 .items .txt {
  font-size: 20px;
  font-weight: 300;
  color: #e5e5e5;
  letter-spacing: 1px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 .items .txt {
    font-size: 14px;
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .items .txt {
    font-size: 16px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .items .txt {
    font-size: 18px;
    display: none;
  }
}
.sect3 .items .txt .cn {
  font-size: 62px;
  font-weight: 700;
  color: #f8f8f8;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 .items .txt .cn {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .items .txt .cn {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .items .txt .cn {
    font-size: 30px;
  }
}
.sect3 .items .form {
  background-color: #fff;
  padding: 40px 30px;
  width: 360px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 .items .form {
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .items .form {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .items .form {
    margin: 0 auto;
  }
}
.sect3 .items .form .name {
  font-size: 25px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin-bottom: 35px;
}
.sect3 .items .form input {
  width: 100%;
  height: 42px;
  display: block;
  margin-top: 12px;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: 0 15px;
}
.sect3 .items .form button {
  display: block;
  width: 100%;
  height: 42px;
  background: #249aa4;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  border: none;
  outline: none;
  margin-top: 40px;
}

/*# sourceMappingURL=login.css.map */
