html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-required {
    margin-left: 5px;
    color: red;
}

#btnSaveDraft {
    background: none;
}

.btnall {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    font-size: 13px !important;
}

    .btnall:hover {
        color: #fff;
        background-color: #0b5ed7 !important;
        border-color: #0a58ca !important;
    }

.btnallinner {
    color: #fff !important;
}

.img_upload_label {
    font-size: 15px !important;
    color: #fff !important;
    font-weight:500 !important;
}
#lblimagecount {
    color: #0d6efd;
    margin: 0 3% 0 0;font-weight:700;
}
.page_title {
    color: #0d6efd !important;
    font-size: 14px !important;
    font-weight: 700;
}