﻿label.error {
    color: antiquewhite;
    margin-left: 1%;
    margin-top: 0.5%;
}

.carservice label.error {
    color: darkred;
    margin-left: 1%;
    margin-top: 0.5%;
}

label.required::after {
    content: '*';
    margin-right: 4px;
    color: red;
}

.qlogbody {
    background-color: #000;
    color: #e48e1f;
}

.toggledisclaimer {
    font-size: 0.75em;
}

.dbutton {
    font-family: Quicksand Book, Tahoma, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 15px;
    color: #f3b010;
    background: #36030b;
    border: solid 1px #f3b010;
    text-decoration: none;
}

    .dbutton:hover {
        color: white;
        text-decoration: none;
    }

@media only screen and (max-width: 575px) {
    fieldset.basicinfo .form-group .col-form-label {
        text-align: left !important;
    }
}
