.monospaced {
    font-family: Monaco, Consolas, "Courier New", monospace;
}

.content h3, .content h4 {
    margin-top:0;
}

.list-group .list-group-item:first-child {
    border-top:0;
    padding-top: 0;
}

.list-group .list-group-item:last-child {
    border-bottom:0;
    padding-bottom:0;
}

.box.box-solid {
    border-top: 1px solid rgba(229, 233, 241, 0.8);
    border-left: 1px solid rgba(229, 233, 241, 0.8);
    border-right: 1px solid rgba(229, 233, 241, 0.8);
}

.content {
    padding-left:0;
    padding-right:0;
}

#page-login .content-wrapper {
    background-image: url('/img/bg_login.png');
    background-size: cover;
}

#page-login .box {
    background: none;
    border: none;
    box-shadow: none;
}

#page-login .box-body {
    border: none;
}