body {
           font-family: 'Arial', sans-serif;
           margin: 20;
           padding: 20;
           background-color: #f4f4f4;
       }

       .container {
           max-width: 600px;
           min-width: 500px;
           margin: 0 auto;
           padding: 20px;
       }

       header {
           text-align: center;
           margin-bottom: 30px;
       }

       header img {
           max-width: 100%;
           height: auto;
       }

       .form-title {
           font-size: 24px;
           font-weight: bold;
           color: white;
           margin-bottom: 10px;
           margin-top: 10px;
       }

       .form-description {
           font-size: 16px;
           color: #a2a2a2;
           margin-bottom: 10px;
           margin-top: 10px;
       }

       .panel-style, form {
           background-color: #fff;
           padding: 20px;
           border-radius: 8px;
           box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       }

       label {
           display: block;
           margin-bottom: 8px;
           color: #333;
       }

       input,
       select {
           width: 400px;
           padding: 8px;
           margin-bottom: 16px;
           box-sizing: border-box;
           border: 1px solid #ccc;
           border-radius: 4px;
           padding-bottom: 10px;
       }

       input[type=checkbox]{
         width: 30px;
         padding-bottom: 0px;
       }

       .crm-form .phone{
         width: 250px;
       }

       .crm-form .extension{
         width: 100px;
       }

       button {
           width: 200px;
           background-color: #4CAF50;
           color: #fff;
           padding: 10px 10px 10px 10px;
           border: none;
           border-radius: 4px;
           cursor: pointer;
           font-size: 16px;
       }

       button:hover {
           background-color: #45a049;
       }

::-webkit-input-placeholder { /* Edge */
    color: lightgray;
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray;
  }

  ::placeholder {
    color: lightgray;
  }

  .column-first {}

.membership{}

.column-second {}

  .column-third {}

.crm-form input,
.crm-form select {
}

.crm-form .phone{
}

.crm-form .extension{
}

.crm-form input[type='checkbox']{
}

.crm-form .checkbox-label{
    display: inline-block;
}


.crm-form .approval-checkbox {
}

.crm-form .control-group {
}

.form-title {

}
.form-description{
}

.form-description,
.approval-header,
.approval-footer {

}

.crm-form label, .checkbox-label {

}

.event-form,
.event-info {
}

.submit-button {
}

.event-title {

}

.event-description {
}

.success {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 24px;
    letter-spacing: -0.8px;
    color: #008000;
    box-sizing: border-box;
    font-weight: 700;
}

.failure {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 24px;
    letter-spacing: -0.8px;
    color: red;
    box-sizing: border-box;
    font-weight: 700;
}

.register-message {
    font-weight: 200;
    line-height: 20px;
    color: black;
    font-family: Arial;
    box-sizing: border-box;
    font-size: 16px;
}

.scroll-msg{
    font-weight: 200;
    line-height: 15px;
    color: white;
    font-family: Arial;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
}

.scroll-msg a{
  color: white;
}

.add-to-calendar{
    margin: 0;
    -webkit-appearance: button;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #50a2f5;
    background-image: linear-gradient(to bottom, #54aaff, #4a96e8);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 11px 19px;
    font-size: 17.5px;
    box-sizing: border-box;
    display: block;
    margin-top: 5px;
    width: 250px;
    cursor: pointer !important;
    margin: auto;
}

@media screen and (max-width: 600px) {
  .container {
      max-width: 400px;
      min-width: 300px;
      margin: 0 auto;
      padding: 10px;
  }

  input,
  select {
      width: 100%;
  }

  .crm-form .phone{
    width: 60%;
  }

  .crm-form .extension{
    width: 30%;
  }

  .MsoNormalTable, .MsoNormalTable img{
    width:380px !important;
    max-width: 380px;
    min-width: 300px;
    height:auto !important;
  }


    /* Add additional styles for smaller screens */
}

@media screen and (max-width: 450px) {
  .container {
      max-width: 300px;
      min-width: 200px;
      margin: 0 auto;
      padding: 10px;
  }

  input,
  select {
      width: 100%;
  }

  .crm-form .phone{
    width: 60%;
  }

  .crm-form .extension{
    width: 30%;
  }

  .MsoNormalTable, .MsoNormalTable img{
    width:300px !important;
    max-width: 300px;
    min-width: 200px;
    height:auto !important;
  }


    /* Add additional styles for smaller screens */
}
