header {
  background: url("../img/main-bg.png") no-repeat center;
  background-size: 100% 100%;
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-top: 22px;
}
header .content h1 {
  color: #ffffff;
  font-family: "DIN Black";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 36px;
  width: 80%;
}
header .content p {
  margin-bottom: 20px;
}
header .content button {
  height: 92px;
  border-radius: 100px;
  background: #fff;
  padding: 0px 64px;
  border: none;
  margin-top: 72px;
}
header .content button a {
  font-family: "Roboto";
  color: #3c3fdc;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}
header .content .recommend {
  height: 800px;
}

main {
  padding: 120px 0px;
}
main .desc {
  text-align: left;
  color: #263048;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 40px;
}
main form li {
  text-align: left;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
main form label {
  color: #333333;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  order: 1;
}
main form textarea,
main form select,
main form input {
  padding: 20px 0px 16px 0px;
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #263048;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  order: 2;
}
main form textarea::-moz-placeholder, main form input::-moz-placeholder {
  color: rgba(221, 221, 221, 0.8705882353);
  font-style: normal;
  font-weight: 400;
}
main form textarea::placeholder,
main form input::placeholder {
  color: rgba(221, 221, 221, 0.8705882353);
  font-style: normal;
  font-weight: 400;
}
main form .input-wrapper {
  position: relative;
  width: 100%;
  order: 2;
}
main form .input-wrapper input {
  width: 100%;
  padding-left: 80px;
}
main form .input-wrapper::before {
  position: absolute;
  content: "+234";
  left: 0;
  bottom: 18px;
  display: inline-block;
  color: #263048;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
main form .otp {
  position: relative;
}
main form .smsSend {
  position: absolute;
  right: 0px;
  bottom: 16px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  background: linear-gradient(180deg, #c4cefe 0%, #5d72d7 100%);
  color: #ffffff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
main form .warning-title {
  margin-top: 120px;
  background: url("../img/title.png") no-repeat center;
  background-size: auto 120px;
  padding: 62px 0px 42px 0px;
  color: #263048;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
main form .warning-steps {
  text-align: left;
  margin: 60px auto;
}
main form .warning-steps p {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #f4f8f9;
  color: #6b6e77;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}
main form .warning-steps p span {
  color: #aeb0ff;
  font-family: "Fugaz One";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  margin-right: 12px;
}
main form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
main form .btn button {
  width: 100%;
  color: #666666;
  text-align: center;
  font-family: "Work Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  height: 80px;
  border-radius: 2000px;
  background: #efefef;
  border: none;
  cursor: pointer;
}
main form .btn .btn-finish {
  background: linear-gradient(180deg, #c4cefe 0%, #5d72d7 100%);
  color: #ffffff;
}
main form .setCol {
  color: #dddddd;
}/*# sourceMappingURL=home.css.map */