.atStatus-lec {
  border-bottom-color: blue;
}

img.login-logo {
  max-width: 100%;
  max-height: 100%;
}

.sidebarUser-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sidebar {
  background: linear-gradient(#fafafa,#fafafa);
  color: #000000;
}
.sidebarUser{
  background: #203232;
}
.button.at-sidebarUser, .mce-btn-group .at-sidebarUser.mce-tinymce-extraButton.mce-btn {
    background: #8b3fba;
}
.sidebarNav-link {
    color: #000000;
}
.sidebarNav-link:hover{
  background: #b87edd;  
}
.sidebarNav-link.sidebarNav-link--active {
  color: #ffffff;
  background: #8b3fba;
}
.login-header{
    background: #203232;
}
