.checkout-wrapper.free-enroll .left-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.checkout-wrapper.free-enroll .choose-type-wrapper {
  height: 100%;
  margin-top: 0;
}
.checkout-wrapper.free-enroll .left-section .main-content .check-steps-details {
  width: 100%;
}
.checkout-wrapper.free-enroll .left-section .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift-accept-confetti {
  z-index: 1001;
}
.checkout-form.gift-enroll h5 {
  font-size: 16px;    
  margin-bottom: 20px;
}
.gift-login-form {
  width: 426px;
  margin: 60px auto;
}
.gift-login-form h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.gift-login-form .ant-input-affix-wrapper {
  min-height: 40px;
  border-radius: unset;
  margin-top: 5px;
}
.gift-login-form .login-forgot-password {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gift-login-form .login-forgot-password a {
  color: #00b2ff;
  margin-top: 20px;
}
.gift-login-form .action-buttons {
  margin-top: 20px;
}
.gift-enroll {
  margin-top: 30px;
}
.gift-enroll .user-type-box {
  cursor: pointer;
}
.gift-enroll .user-type-box.selected {
  border: 1px solid #00b2ff;
}
@media (min-width: 1220px) {
  .checkout-wrapper.free-enroll .left-section .main-content {
    max-width: 770px;
  }
}
@media (min-width: 767px) {
  .checkout-wrapper.free-enroll .left-section .main-content {
    width: 100%;
    max-width: 770px;
  }
}
@media (min-width: 700px) {
  .checkout-wrapper.free-enroll .user-type-box {
    width: 47%;
    max-width: 370px;
  }
  .checkout-wrapper.free-enroll .user-type-box.only-affiliate {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .checkout-wrapper.free-enroll .left-section .main-content {
    width: 100%;
  }
}