@media only screen and (max-width: 600px) {
  
.general-page-body-container {
    background-image: url("/sites/default/files/assets/cbiit/header2.jpg") !important; /* The image used */
     background-size: 100%;
   background-position: 0px 0px;
  background-repeat: no-repeat; /* Do not repeat the image */
}
.note {
    margin-top: -30% !important;
}


#webform-submission-cbiit-dtwin2020-registration-node-384-add-form {
  width: 100% !important;
}
}

.panel-heading {
  display:none;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
 text-align: left;
 background-color: #FFF;
   border: 0;
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
width: 0%;
white-space: inherit; 
vertical-align: auto; 
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px;
  margin-left: -25px; 
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    margin-left: 35px;
}

.general-page-body-container {
    background-color: #f5f5f5;
}

.contextual-region {
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.webform-progress-tracker .progress-step .progress-text {
    color: #656565;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 18px;
}

.webform-button--next {
color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;

}

.webform-button--next:hover {
    color: #fff;
    background-color: #135990;
    border-color: #135990;
}
.nci-red {
  color:#bb0d3d;
}

#eventsreg-nav-bar {
    background-color: #383838;
    color: white;
}

.text-count-message {
  color: #5d5d5d;
  font-size: 12px;
}

.general-page-body-container {
    background-image: url("/sites/default/files/assets/cbiit/header.jpg"); /* The image used */
     background-size: 100%;
   background-position: 0px 0px;
  background-repeat: no-repeat; /* Do not repeat the image */
}

.webform-progress {
  width: 100%;
}

#webform-submission-cbiit-dtwin2020-registration-node-384-add-form {
  width: 85%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #6cb8f24d;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
