
body {
    font-family: Nunito, sans-serif;
    font-size: .92rem !important;
}

.help-block {
    margin-top: 5px;
    color: red;
    font-size: 15px;
}

form div.required label.control-label:after {
    content:" * ";
    color:red;
}

.error-summary {
    padding: 8px;
    background: #ca4747;
    border-radius: 5px;
    color: #FFF;
    margin-bottom: 20px;
}

.header-title.line-bottom::after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

.dropdown-toggle::after {
    display: none !important;
}

body.site-layout a.logo img, body.auth-layout a.logo img {
    height: auto !important;
    width: auto;
}

#customerhealthdeclarationform-symptomsarray > label {
    margin-right: 12px;
}

#customerhealthdeclarationform-symptomsarray > label:last-child {
    margin-right: 0;
}

/*
.card {
    margin-bottom: 24px;
    box-shadow: 0 0.75rem 6rem rgba(56,65,74,.03);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f7f7f7;
    border-radius: .25rem;
}
 */