 body {
      background-color: #002B45;
      font-family: Arial, sans-serif;
      color: #fff;
      padding-bottom:40px;
    }



    .summit-header {
      text-align: left;
      padding: 32px 0;
    }
    .summit-header img{
        max-width: 350px;
    }
    .rsvp_content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
   .rsvp_content p{
    margin-bottom: 0px;
   }
    .form-fields{
      padding:40px 0;
    }
    .form-element{
      padding-bottom: 32px;
    }  

    .form-element.nopadding{
      padding-bottom: 0px;
    }

    .form-control {
      border-radius: 8px;
      border: none;
      padding: 8px;
    }
    .form-label{
      font-size: 15px;
      margin-bottom: 5px;
    }

    .form-sessions{
      padding:40px 0;
    }
    .breakout-title {
     margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    }
    .breakout-subtitle {
      font-size: 15px;
      margin-bottom: 30px;
    }
  
    .terms_panel{
      padding:40px 0;
    }
    .terms_panel input{
          padding: 8px;
    margin-left: 0 !important;
    margin-right: 5px;
    margin-top: 3px;
    }
    .terms_panel .form-check-label{
      font-size: 18px;
      font-weight: bold;
      display: inline;
    }
    .terms_panel a{
      color: #FFD700;
      font-weight: bold;
      text-decoration: none;
    }
    .form-check{
      margin-bottom:10px;
    }
    .form-check.last{
      margin-bottom:0px;
    }
    .radio-group{
      margin-bottom: 0;
    }
    .form-check-label {
      font-size: 15px;
    }
    .form-check-label a {
      color: #FFD700;
      font-weight: bold;
      text-decoration: none;
    }
    .form-check-label a:hover {
      text-decoration: underline;
    }
    .btn-submit {
         display: block;
    margin: 2rem auto 0 auto;
    background-color: #06AFA6;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    }
    .btn-submit:hover {
      background-color: #009f89;
    }
   
    .error{
      color : red;
	  display: block; 
    }

    .privacy_heading{
      font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
    }
    .privacy_content p{
          font-size: 15px;
    margin-bottom: 15px;
    }

    .privacy_content a{
          font-size: 15px;
          color:#fff;
          text-decoration: none;

    }

/* Apply only for desktop (>= 992px) */
@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
  .summit-header {
    text-align: left;
    padding: 32px 0;
  }
  .summit-header img{
      max-width: 350px;
  }
}
@media (max-width: 768px) {
 .summit-header {
    text-align: center;
  }
  .summit-header img{
      max-width: 250px;
  }
  .rsvp_content{
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .form-fields{
    padding:20px 0;
  }
  .form-sessions{
    padding:20px 0;
  }
  .terms_panel{
    padding:20px 0;
  }
}

