body {
    background:#dce3e7;
    color:#5e5d5d;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-variant: normal;
}


.btn-submit {
    background: #3c5e6e;
    color:white;
    border:0;
    margin-bottom:4em;
    border-radius: 25px;
}

.btn-submit:hover {
    background: white;
    color: #3c5e6e;
}

.btn-submit:active {
    background: #3c5e6e !important;
    color:white !important;
}

.btn-submit:visited {
    background: #3c5e6e !important;
    color:white !important;
}


.btn-submit:focus {
    background: #3c5e6e;
    color:white;
}


.img-logo {
    margin-top: 4em;
    max-width: 98%;
}


.title-description {
    margin: 3em 0 3em 0;
}

.title-mobile {
    margin-bottom:20px;
}

.input-mobile {
    text-align: center;
}
.input-mobile {
    padding:5px 0;
    width:40px !important;
    border:none;
    text-align:left;
    /*padding-left:0;*/
    /*padding-right:0*/
}

.div-highlight {
    line-height:126px;
    width: 100%;
    min-width: 140px;
    background-color: #ac0608;
    /*border: 1px solid #930608;*/
    height:126px;
    border-radius: 3px;
}

.div-highlight span {
    padding-left:8px;
    font-size: 14pt;
    color: #FFF !important;
    /*font-weight: bold;*/
}

@media(max-width:400px) {
    .div-highlight span {
        font-size: 12pt;
    }

    .div-second-highlight span {
        font-size: 10pt !important;
    }
}

.div-second-highlight {
    padding-bottom:10px;
    padding-left:4px;
    height:126px;
    width: 100%;
    background-color: #ac0608;
    /*border: 1px solid #930608;*/
    border-radius: 3px;
    display: inline-flex;
    min-height:100%;
    align-items: center;
}

.div-second-highlight span {
    padding-bottom: 15px;
    font-size: 12pt;
    color: #FFF !important;
}

.div-second-highlight input {
    text-align: center;
    margin-top:7px;
    line-height:25px;
    width: 90%;
    /*border: 1px solid #930608;*/
    border-radius: 3px;
    font-size: 12pt;
    color: #000 !important;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
    /* Checkbox text */
    display: inline;
}

#feedback_field {
    word-break: break-word;
    width:100%;
}
