.navbar-brand {
    background-size: 50%!important;
	}

#dashboardHeader .header-img-align {
    background-size: 32%!important;
}

.has-error .token-input-list-facebooknew {
    border-color:#e24444;
    box-shadow:none;
}
@media (max-width: 479px){
    ul.token-input-list-facebooknew {
        border: 1px solid #E5E5E5;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    ul.token-input-list-facebooknew {
        width: 238px!important;
        -webkit-border-radius: 5px!important;
        height: 25px!important;
    }
}