.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	background-color:#3c8dbc !important;
	border-color:#d2d6de !important;
	border-radius:0px !important;
}

.select2-container--default .select2-selection--multiple

{
	border-radius:0px !important;

}


.scrollable{
	
	overflow-x: scroll;
}

.login-page, .register-page{
	background: url("../themes/img/login-bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover !important; 
  -moz-background-size: cover !important; 
  -o-background-size: cover !important; 
  background-size: cover !important; 
}

.login-logo, .register-logo{
	    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 300;
    padding-top: 70px;
}

.login-company{
	    font-size: 25px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 300;
    padding-top: 5px;
}