body {
    overflow: auto;
    height: auto;
    header {
        padding: 0px!important;
        .navbar-brand {
            margin: 0px;
            padding: 0px;
            padding-bottom: 5px;
        }
    }
    .container {
        #login-form {
            width: 350px;
        }
        .col-md-4 {
            ul {
                li {
                    list-style-type: square;
                    margin-bottom: 3px;
                    a, button {
                        color: #374151;
                        &.active {
                            font-weight: 600;
                        }
                        &:hover {
                            text-decoration: none;
                        }
                    }
                }
            }
        }
        .col-md-8 {
            table {
                td {
                    vertical-align: baseline;
                    .notification-user {
                        text-decoration: none;
                        color: #374151;
                    }
                }
            }
            .alert-heading {
                font-weight: 400;
            }
            ul {
                li {
                    margin-bottom: 15px;
                    &:last-child {
                        margin-bottom: 0px;
                    }
                }
            }
        }
    }
}