/* default styles for extension "tx_exaonepage" */
  select.form-control, input[type="text"], input[type="email"], input[type="tel"] {
    width: 192px;
}

.input {
    display: inline-block;
    float: right;
}

[for*="textarea"]+.input {
    display: block;
    width: 100%;
}

.input.checkbox {
    float: left;
}

form h2 {
    display: none;
}

button.btn.btn-cancel {
    background-color: #c06049;
    border-color: #c06049;
    margin-right: 15px;
}

button.btn {
    border-radius: 3px !important;
}
.form-group {
    margin-bottom: 0 !important;
}

.form-control {
    height: 22px !important;
    padding: 0px 6px !important;
    font-size: 12px !important;
}
.xxlarge.form-control {
    height: 60px !important;
}
  .container.footerPadding p {
    font-size: 12px;
    color: rgb(135, 173, 187);
}
