body {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.navbar-text {
    font-weight: 500;
}

.sidebar .nav-link.active {
    background-color: #1f2d3d;
    color: #ffffff;
}

.login-box .input-group .form-control {
    height: calc(2.25rem + 2px);
}
