.uf-modal-dialog {
  max-width: 640px;
  border-radius: 0px;
  margin-top: 40px;
  position: relative;
}
.uf-modal-dialog .modal-content {
  border-radius: 0px;
}
.modal-logo {
  width: 200px;
  margin-top: 5px;
}
.modal-social-links {
  padding-right: 10px !important;
}
.modal-social-links a {
  text-decoration: none !important;
}
.uf-modal-dialog .btn-close {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 10px;
}
.uf-modal-dialog .modal-header {
  border-bottom: none;
}
.uf-modal-dialog .modal-body {
  height: 570px;
  position: relative;
  background: url("../../images/newyear/m-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 25px;
}
.uf-modal-dialog .modal-body h2 {
  color: #000;
  margin-top: 0;
  font-weight: 500;
  font-size: 34px;
  line-height: 48px;
}
.uf-modal-dialog .modal-body h2 strong {
  font-weight: 700;
}
.register-text {
  width: 255px;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 34px;
  margin: 12px 0 5px;
  color: #000;
}
.register-text a {
  color: #5f9032;
  text-decoration: underline;
}
.border-line {
  width: 100px;
  height: 2px;
  background: #5f9032;
  display: inline-block;
}
.discount {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  color: #3d67c8;
  margin-top: 10px;
}
.discount .green-text {
  color: #5f9032;
  font-weight: 700;
}
.check-list {
  padding: 60px 0 30px 120px;
  color: #fff;
}
.check-list p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.check-list p .light-text {
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
}
.check-list p .green-text {
  color: #97f143;
}
.footer-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.footer-text .green-text {
  color: #97f143;
  font-weight: 600;
}
