body{
    background: #fafafa;
    font-family: 'Open Sans', sans-serif;
}
.logo{
    max-width: 80px;
}
.bg-deep-blue{
    background: #EBF0F2 !important;
}
.bg-deep-blue-2{
    background: #287199;
    border: 1px solid #287199;
    color:#fff;
}
.bg-deep-blue-2:hover,
.bg-deep-blue-2:focus,
.bg-deep-blue-2:active{
    background: #1b5a7e;
    border: 1px solid #1b5a7e;
    color:#fff;
}
.form-control:focus,
.form-select:focus{
    box-shadow: none;
    border-color: #dee2e6;
}
.form-select:disabled,.btn:disabled:hover{
    cursor: not-allowed;
}
.text-lnc{
    color:#1b5a7e;
}
.table{
    font-size:14px !important;
}

.compare-course-cost,
.compare-1-ml-cost{
    font-weight: bold;
    background: #fbf8f0 !important;
}
.error{
    color:#ff0033;
}

@media (max-width: 776px) {
    .form-floating>label {
        font-size: 11px;
        max-width:100%;
    }
}
