
  .form-signin , .form-forgot {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    margin-top: 120px;
  }
 
  .form-signin .form-control , .form-forgot .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  .form-signin .form-control:focus , .form-forgot .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .form-forgot input[type="email"] {
    margin-bottom: 10px;
  }

  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  /*
   * Sidebar
   */
  
   .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Content
   */
  
  [role="main"] {
    padding-top: 58px; /* Space for fixed navbar */
    min-height: 500px;
  }
  
 
  
  body {
    font-size: .875rem;
    font-weight: 100;
  }
  input , select, textarea {
    font-weight: 100;
  }
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }

  .sidebar-sticky { padding-top: 18px;}

  .nav-link { cursor: pointer;}

 .bg-bft { background-color: #0076a3; }

 .sidebar-hr { display: none; }

 @media (max-width: 768px) {
  .sidebar { width: 45px; left: 0; display: block!important;}
  .link-name { display: none; }
  .sidebar-heading { display: none!important; }
  .sidebar-hr { display: block!important;}
  [role="main"] {
    padding-top: 58px; /* Space for fixed navbar */
    min-height: 500px;
    padding-left: 58px!important;
    
  }
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
   }
 }

 @media (min-width: 768px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 83%;
  }
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
   }
 }

 

 .card-columns .front-panel {
   color: black;
   text-decoration: none;
 }

 /* Hidden alert divs */
 #client-profile-alert-success { display: none; }
 #client-profile-alert-failure { display: none; }
 #company-profile-alert-success { display: none; }
 #company-profile-alert-failure { display: none; }
 #password-profile-alert-success { display: none; }
 #password-profile-alert-failure { display: none; }
 #password-profile-no-match { display: none; }

 #domain-alert-success { display: none; }
 #domain-alert-failure { display: none; }

 /* Put them all in here you lazy bastard */
/*
 .accordion .card {
   margin-bottom: 10px;
 }*/
#pay {
   margin-left: 4px;
 }

 /* TASK CARDS */
 .tasks .card-header { 
   padding: 0;
   background-color: #FFF;
   border-bottom: none;
 }
 .tasks .card-body { 
   padding-left: 8px;
 }
 .tasks .btn-link {
   text-decoration: none;
   color: #333;
   font-weight: 100;
   font-size: 13px;
 }
 .tasks .progress {
   height: 8px;
   font-size: 6px;
   margin-left: 5px;
   margin-right: 5px;
 }
 .tasks .mb-0 {
   margin-bottom: 10px!important;
 }

 .bft-dropdown-button-link {
   cursor: pointer;
 }

 .error-code h2 {
   margin-top: 20px;
 }