
    
#msi_form {
    border-radius: 15px;
    padding: 30px;
    text-align: left;    
    border: #f00 1px solid;
    background-size: 100%;
    font-size: 18px;
    width: 70%;
    margin: 5% auto;
    box-shadow: 0 0 15px #f00;
}


#msi_form input[type="checkbox"]:checked + label{background: none;}
#msi_form .help-block {
    padding-top: 50px;
    color: #fff;
  }
  
  #msi_form .star {
    color: #f00;
    padding-left: 5px;
    font-size: 18px;
    display: inline-block;
  }
  
  #msi_form .question-group {
    padding-bottom: 25px;
  }
  
  #msi_form .question-group h6 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
  }
  
  #msi_form .question-group input[type="text"], #msi_form .question-group input[type="email"], #msi_form .question-group textarea, #msi_form .question-group select {
    background: #2c2c2c;
    border: #333 0px solid;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
  }

  #msi_form .question-group a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px;
  }
  
  #msi_form .question-group a:hover {
    color: #f00;
    border-bottom: #f00 1px solid;
  }
  
  #msi_form .question-group a.bt-ltbox {
    margin-left: 30px;
  }
  
  #msi_form .question-group .note {
    color: #f00;
    padding-top: 3px;
    font-size: 16px;
  }
  
  #msi_form .question-group ul {
    width: 100%;
  }
  
  #msi_form .question-group ul li {
    padding: 15px 0 10px;
  }
  
  #msi_form .question-group.error h6 {
    color: #c00;
  }
  
  #msi_form .question-group.error.checkSty {
    color: #c00;
  }
  
  #msi_form .radioSty input[type="radio"] {
    display: none;
  }
  
  #msi_form .radioSty input[type="radio"]:checked + label::before {
    border: #f00 1px solid;
  }
  
  #msi_form .radioSty input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  
  #msi_form .radioSty label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
 
  }
  
  #msi_form .radioSty label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #333 1px solid;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }
  
  #msi_form .checkSty input[type="checkbox"] {
    display: none;
  }
  
  #msi_form .checkSty input[type="checkbox"]:checked + label::before {
    border: #c00 1px solid;
    background: url(https://storage-asset.msi.com/event/2019/Questionnaire/images/icon-check.png) center center no-repeat ;
    background-size: cover;
  }
  
  #msi_form .checkSty label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: rgb(161, 161, 161);
    font-weight: normal;
  }
  
  #msi_form .checkSty label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: #ccc 1px solid;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-top: 6px;
  }
  
  #msi_form .form-send button {
    background: #c00;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
  }
  
  #msi_form .form-send button:hover {
    background: #f00;
  }
  
  @media screen and (max-width: 960px) {
    #msi_form .form-send {
      text-align: center;
    }
    #msi_form .form-send button {
      width: 100%;
    }
  }
  
  #msi_form .lighttbox {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: none;
  }
  
  #msi_form .ltwp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  #msi_form .ltbox {
    background: #111;
    width: 90%;
    max-width: 1000px;
    margin: 3% auto;
    padding: 40px;
    border: #222 3px solid;
    color: #fff;
    line-height: 1.6;
    font-size: 18px;
    display: none;
  }
  
  #msi_form .ltbox h2 {
    font-size: 26px;
    color: #f00;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
  }
  
  #msi_form .ltbox h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    margin: 15px auto 0;
    background: #f00;
  }
  
  #msi_form .ltbox h4 {
    padding: 30px 0 10px;
    font-size: 22px;
  }
  
  #msi_form .ltbox h4 span {
    border-bottom: #666 2px solid;
  }
  
  #msi_form .ltbox p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  
  #msi_form .ltbox .btclose {
    text-align: center;
    padding-top: 30px;
  }
  
  #msi_form .ltbox .btclose button {
    background: #222;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
  }
  
  #msi_form .ltbox .btclose button:hover {
    background: #f00;
  }
  
  @media screen and (max-width: 960px) {
    #msi_form{width: 100%;}
    #msi_form .ltbox .btclose button {
      width: 100%;
    }
  }
  
  #terms {
    text-align: left;
  }
  
  #terms a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px;
  }
  
  #terms a:hover {
    color: #f00;
    border-bottom: #f00 1px solid;
  }
  
  #terms ul {
    margin-left: 20px;
  }
  
  #terms ul li {
    list-style: lower-roman;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  
  #terms ul li ul li {
    list-style: lower-alpha;
  }