body {
  display: flex;
  flex-direction: column; }

.container {
  padding: 0;
  max-width: 1434px; }

body {
  color: #4A5568; }

h1, h2, h3, h4, h5, h6 {
  color: #1A202C; }

a {
  color: #0072EF; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.auth {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #F4F7FE; }
  .auth-box {
    background: #fff;
    width: 750px;
    max-width: 100%;
    box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
    display: flex; }
    .auth-box-left {
      flex: 1;
      padding: 32px 48px; }
      .auth-box-left h1 {
        font-size: 35px;
        margin-bottom: 24px; }
      .auth-box-left form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .auth-box-left form textarea, .auth-box-left form select {
        margin-bottom: 8px;
        padding: 14px; }
      .auth-box-left form input[type=submit] {
        margin: 24px 0;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        width: 100%;
        display: block;
        text-align: center;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 700; }
    .auth-box-right {
      max-width: 275px;
      padding: 32px;
      background: #f0f2fa; }
      .auth-box-right img {
        margin: 24px 0; }
      .auth-box-right a {
        margin-top: 8px;
        display: block;
        text-align: center;
        font-weight: 600; }

.btn, form input[type=submit] {
  background: #0072EF;
  border-radius: 4px; }

.community {
  background: #f0f9fd;
  border-radius: 4px;
  padding: 32px;
  padding-bottom: 0;
  display: block;
  margin-bottom: 32px; }
  .community-img {
    width: 300px; }
  .community-title {
    color: #1A202C;
    margin-bottom: 4px; }
  .community-text {
    color: #4A5568;
    max-width: 400px;
    margin-bottom: 32px; }
    .community-text strong {
      color: #0072EF; }

.content {
  flex: 1;
  overflow-y: auto;
  padding: 48px; }

.header {
  box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
  padding: 20px; }
  .header-logo {
    font-weight: 500;
    color: #1A202C; }
    .header-logo img {
      height: 40px;
      margin-right: 4px; }
  .header-link, .header a {
    font-weight: 500;
    color: #4A5568;}
  .header .media-body {
    padding-right: 0; }

.join {
  padding: 32px 24px; }
  .join-img {
    margin-bottom: 24px; }
  .join .btn {
    display: block;
    width: 100%;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.menu {
  padding: 48px 24px; }
  .menu-link {
    color: #4A5568;
    font-weight: 600;
    display: block;
    margin-bottom: 15px; }
    .menu-link i {
      font-size: 18px;
      width: 32px;
      transform: translateY(2px); }

.moved p {
  font-size: 20px;
  margin-bottom: 32px; }

.sidebar {
  background: #eff2f9;
  width: 240px;
  overflow-y: auto;
  display: flex;
  flex-direction: column; }
  .sidebar-wrapper {
    display: flex;
    flex: 1;
    max-height: calc(100% - 80px); }
  .sidebar-body {
    flex: 1; }

.team {
  margin-bottom: 32px; }
  .team-img {
    margin-bottom: 8px; }
  .team-name {
    font-size: 14px;
    font-weight: 600;
    color: #1A202C; }
  .team-title {
    color: #0072EF;
    font-size: 12px;
    font-weight: 500; }

.user {
  text-align: center;
  padding: 32px 24px; }
  .user-avatar {
    position: relative;
    margin-bottom: 8px; }
  .user-img {
    width: 80px;
    border-radius: 50%; }
  .user-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 0;
    transform: translateX(-30px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .user-info {
    font-size: 14px;
    color: #1A202C;
    font-weight: 600;
    line-height: 1.4; }
  .user-role {
    font-size: 14px;
    color: #0072EF;
    font-weight: 500;
    line-height: 1.4; }
  .user a {
    display: block;
    font-size: 10px;
    color: #718096;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px; }
    
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .header a {
      font-size: 13px;
  }
  .sidebar {
      width: 100%;
  }
  .content {
      display: none;
  }
}
