.nk-auth-body{
    max-width: 510px;
}

.bg-auth-login{
    background: url(../images/people-gather-in-nose-mask.webp) no-repeat;
    background-size: cover;
}

.bg-auth-register{
    background: url(../images/two-boys-smiling-looking.webp) no-repeat;
    background-size: cover;
}

.bg-auth-forget{
    background: url(../images/hero-forget.webp) no-repeat;
    background-size: cover;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 25px !important;
    color: #002f6c !important;
}

.dropify-wrapper {
    border: 2px solid #002f6c !important;
}

.nk-sidebar .nk-menu>li:hover>a {
    background: #000000;
}

.nk-menu-link{
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.nav-tabs {
    font-family: "Rubik", sans-serif;
}

.nav-tabs .nav-link {
    font-weight: 500;
}

/* .custom-control-input:checked~.custom-control-label::before {
    border-color: #f04823;
    background-color: #f04823;
    box-shadow: none;
} */