html {
    background-color: transparent;
}

input::placeholder,
select::placeholder {
    color: red;
    font-size: 13px;
}

.form-control {
    font-size: 13px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.form-control {
    border: 1px solid #ccc !important;
    padding: 6px 12px !important;
    display: inline-block !important;
}

h4.tilte {
    font-size: 13px;
    font-weight: bold;
}

.dropzone {
    border: 2px dashed #ccc;
    border-radius: 5px;
    background: white;
    min-height: 150px;
    padding: 54px 54px !important;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}

.dropzone.dzone-error {
    border-color: red;
    color: red;
}

.dropzone .dz-preview .dz-error-message {
    top: 150px;
}

.dropzone .dz-preview .dz-progress {
    margin-top: -19px;
}

.js-signature.sig-error canvas.jSignature {
    border: 1px dashed red !important;
}

/***/

#container {
    text-align: left;
    background: #fff;
}

#logo {
    margin: 0;
    padding: 0;
    min-height: 0;
    background-color: #FF9F36;
    text-decoration: none;
    text-indent: -9000px;
}

#logo a {
    min-height: 0;
    height: 40px !important;
    display: block;
    overflow: hidden;
}

form {
    margin: 20px 14px 0 14px;
    max-width: 70% !important;
}

#header {
    border-bottom: 1px dotted #003e81;
    clear: both;
    margin: 0 0 5px 0;
    padding-bottom: 1.1em;
    margin-bottom: 10px;
}

#header h2 {
    color: #a1a969 !important;
    font-size: 24px;
}

.form-row {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.form-row span.error {
    display: block;
    font-size: 12px;
}

.logo-img {
    height: 80px;
    margin-right: 25px;
}

.alert-schedules-fares {
    font-size: 12px;
    display: none;
}

.text-container {
    font-size: 13px;
    max-height: 70vh;
    display: block;
    overflow: auto;
}

#accept-terms.error + label {
    color: red;
}

#accept-terms.error + label::before {
    border-color: red;
}

.radio input[type="radio"].error + label:before {
    border-color: red;
}