/**
 * Media Player - Login / Homepage Styles (from Craft 2)
 * Ported from media.lajolieronde.co.uk/htdocs/css/media-player-styles.css
 *
 * Only contains styles NOT already present in media-player-styles.css
 * or media-player-listing.css (both loaded by the base layout).
 */

/**
 * Sprite icon fix:
 * media-player-listing.css sets background-size: contain on
 * .panel-heading span.success/.error (for the programmes pages).
 * This bleeds onto login pages and squashes the SVG sprite, showing
 * all icons at once. Override explicitly here.
 */
.panel .panel-heading > span.quote,
.panel .panel-heading > span.success,
.panel .panel-heading > span.error {
    background-size: auto;
}

/**
 * Yellow background — homepage uses yellow, not green/red
 */
.container.yellow,
.container-fluid.yellow {
  background-image: url(/images/assets/backgrounds/yellow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  padding-bottom: 50px;
}

/**
 * "or / Create Account" section below the panel
 */
.container-fluid.yellow .container > .text-center {
  margin-top: 10px;
  margin-bottom: 30px;
}

.container-fluid.yellow .container > .text-center p {
  color: #252525;
  font-weight: 300;
  margin-bottom: 12px;
}
