@media(max-width:768px) {
    
    .container > nav {
        float: none!important;
    }
    
    .container > nav > ul > li {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .container > nav > ul > li > a {
        padding: 3px!important;
    }
    
}
.select2-choice {
    height: 34px!important;
}
.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
    padding: 3px 12px 0px 0px !important;
}
.select2-arrow {
    width:25px!important;   
}
.select2-container .select2-choice .select2-arrow b {
    background: url(../vendor/select2-3.5.2/select2.png) no-repeat 3px 3px !important;
}
.select2-dropdown-open .select2-choice .select2-arrow b {    
    background-position: -14px 3px !important;
}

.login-page .card-login .card-body {
    padding: 0 30px 20px 30px;
}