.auth-wrapper .auth-box{
    border-radius: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white !important;
    background-color: #674e8d  !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #674e8d  !important;
    border: none !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media (min-width: 320px) {
    .company-logo {
        width: 55%;
    }
}
@media (min-width: 578px) {
    .company-logo {
        width: 42%;
    }
}
@media (min-width: 768px) {
    .company-logo {
        width: 100%;
    }
}
.list-group-perm{
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.perm-tags{
    color: #231f20 !important;
}

.badge-size{
    font-size: 16px;
}

.alert-margin{
    margin:0;
}

.custom-content{
    margin-left:-10px;
    margin-right: -10px;
}

