.login-box-wrapper{
    width: 50%;
    overflow: auto;
}

.login-box-footer{
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 100px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-selection--single.input-sm{
    height: 34px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
}

#boxForm .form-control{
    font-size: 13px;
}

@media (max-width: 767px){
    .login-box-wrapper {
        width: 100%;
    }
}