/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * Add spacing to top and bottom of pages.
 */

.layout-content {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 38em) {
  
  .layout-content {
    margin-top: 2rem;
    max-width: 95%;
  }
  
  .page-path-user-login .layout-content,
  .page-path-user-password .layout-content {
    margin-top: 2rem;
    max-width: 28rem;
    background-color: #ffffffb3;
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: 30px;
  }

  
}

.page-path-user-login #block-greenreality-site-branding,
.page-path-user-password #block-greenreality-site-branding {
  display: none;
}

/**
 * Add color to layout icons.
 */

.layout-icon__region {
  fill: #f5f5f2;
  stroke: #666;
}
