.login-logo {
	display: none;
}

.login-box {
	margin: 2% auto;
}


/* HACK: For some dumb reason, there is a Z-index of 10000 on these, crush it so that the shiny modals are higher */
.direct-chat-contacts {
  z-index: 1000 !important;
}

.direct-chat .box-body > *:not(.direct-chat-contacts) {
  width: 100%;
  -webkit-transition: -webkit-width .5s ease-in-out;
  -moz-transition: -moz-width .5s ease-in-out;
  -o-transition: -o-width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.direct-chat-contacts-open .box-body > *:not(.direct-chat-contacts) {
  width: 75%;
}



.widget-user-desc a {
  color: #FFFFFF;
}
.widget-user-desc a:hover {
  color: #BBBBFF;
}
