.sidebar-brand {
    padding: 10px !important;
}
.content{
    padding: 20px !important;
}
@media only screen and (max-width: 560px) {
    .tabs {
    display: block !important;
}
.tabs .form-check-label{
        min-width: 100%;
    margin: 5px 0;
}
}