html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.fc-day-today {
    background: #dbf1f7 !important;
}

.menu-icon {
    margin-right: 10px;
}

.required-field::after {
    content: " *";
    color: red;
}

.dropzone .dz-preview .dz-details{
    z-index:0;
}

.dropzone .dz-preview .dz-image {
    z-index: 0;
}

.login-background {
    background: #fff url(../images/background/login-background.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
}

.logo-header img {
    max-width: 150px;
}

.nav-header img {
    max-height: 50px;
}