#header {
    background: #ec820049;
    color: #ffffff;
  }
  
  #branding h1 {
    color: #ffffff;
  }
  
  div.breadcrumbs {
    background: #3A3A3A;
    color: #ffffff;
  }
  
  .login .submit-row {
    padding: 0px !important;
  }
  
  input[type="submit"],
  input[type="button"],
  .submit-row input {
    width: 100%;
    background: #3A3A3A;
  }
  
  .module h2,
  .module caption,
  .inline-group h2 {
    background: #3A3A3A;
  }

