.auth.theme-two .banner-section .slide-content.bg-1 {
    background: url("../images/main/app.jpeg") no-repeat right center;
    background-size: cover;
}

.text-justify {
    text-align: justify!important;
}

.brand-login {
    width: 30%;
    height: auto;
    margin: 0.7rem auto;
    padding: 0 auto;
}

img.brandNavbar {
    height: auto!important;
    width: 8.9rem!important;
}

img.brandNavbarMini {
    height: auto!important;
    width: 3rem!important;
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img {
    height: auto !important;
    width: 100% !important;
}

.btn-icon {
    cursor: pointer;
}

.simple-select,
.select2-selection--single {
    padding: .88rem .75rem!important;
}

.label-checkbox {
    margin-top: .45rem!important;
    margin-left: .45rem!important;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 75%;
    }
}

.v-align {
    vertical-align: top!important;
}

.text-nowrap {
    white-space: nowrap!important;
}

.fp-1 {
    padding: 1rem!important;
}

.pointer {
    cursor: pointer;
}

.color-success {
    color: #16a085;
}

.color-secondary {
    color: #7f8c8d;
}

.color-primary {
    color: #2980b9;
}

.ajax-upload-dragdrop .ajax-file-upload {
    background: #2980b9 !important;
    color: white !important;
}