html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
/*
html {
  position: relative;
  min-height: 100%;
}*/

/*body {
  margin-bottom: 60px;
}*/

.mia-logo {
    background-image: url('../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 100px;
}

.customer-support {
    background-image: url('../images/customer-support.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center; 
    width: 150px;
    height: 100px;
}

.startnow-button {
    background-image: url('../images/startnow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    cursor: pointer;
}


.parent {
    display: grid;
    place-items: center;
    justify-items:center;
    padding:10px
}



.main-logo{
   /* display: grid;*/
    place-items: center;
    margin: 0.9rem;
}
 
.container {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    /* min-width:260px;
      _width:260px;  add min-width if you want the circle divs to stay on one line with a scrollbar */
    padding: 15px 0px 0px 0px;
    max-width:85%;
    margin-bottom:0px
}

div.circle {
    height: 40px;
    width: 40px;
    /* vertical-align: top;*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 100%;
    border: 2px solid #eee;
    background: lightgray;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    text-align: center;
    padding-top: 7px;
    color: white;
    font-weight: bold;
}

div.circle.selected {
    background-color:blue;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.main-info {
    height: 100%;
    width: 100%;
    margin-top:30px;
    text-align:center;
    display:inline-block;
}

.questionnaire-form{
    margin-bottom: 10px;
}

.next {
    width: 72px;
    height: 72px;
    background: url(../images/buttons.png) -115px -24px;
    background-size: 203px 203px;
    display: inline-block;
}

.prev {
    width: 72px;
    height: 72px;
    background: url(../images/buttons.png) -115px -112px;
    background-size: 203px 203px;
    display: inline-block;
}

a[disabled] {
    filter: grayscale(1);
}

a:disabled.next {
filter: grayscale(1);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.submit-button {
    background-image: url('../images/submit-button-clipart.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 190px;
    height: 170px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    height: 50px;
}
}

.text-danger {
    color: #dc3545 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.processing-status {
    background-image: url('../images/progress_bar.gif');
    background-repeat: no-repeat;
    background-size: 200px;
    width: 100%;
    height: 25px;
    background-position: center;
}

.message-section {
    height: 30px;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.field-validation-error {
    color: red;
}

.main-subtitle {
    margin-top: 10px
}

.concern-type,
.compliment-type {
    cursor: pointer;
    cursor: hand;
}

.g-recaptcha {
    margin-bottom: 10px
}