body{
  background:var(--simple-body-bg-color);
}
#main.plain-page .grid-container{
  max-width:64rem;
}
#page-footer{
  font-weight: 500;
  font-size:0.6875rem;
  background: #fefefe;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  border-top:1px solid var(--gray);
  color:#444444;
  margin-top:3px;
  z-index: 1000;
}
#page-footer a{
  color: #444444;
  text-decoration: none;
}
#page-footer a:hover{
  color: #111111;
  text-decoration: underline;
}
.logo-login{
  height:36px;
  /*width:275px;*/
  margin-bottom:0.5rem;
}
.logo-cust-tag-login{
  /*color:var(--gray-text);*/
  color:var(--prog-primary);
  /*text-transform: uppercase;*/
  weight:500;
  font-size:0.9125rem;
  margin-bottom:1.5rem;
}