/**
 * Login page colors only, no layout data, put that in login-layout.scss.
 *
 * This file can be included by themes wanting to set their own login page colors.
 */
/**
 * Set custom admin theme colors.
 *
 * These variables are all override-able so this file can be included by sub-themes.
 */
/**
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 *
 * This has been copied from /wp-admin/css/colors/_mixins.scss and modified
 * so it produces buttons that work like the rest of WordPress.
 */
html, body {
  background-color: #f1f1f1; }

.login .header-logo-container svg path,
.login .header-logo-container svg polygon {
  fill: #777;
  transition: fill 0.07s; }

.login .header-logo-container a:hover svg path,
.login .header-logo-container a:hover svg polygon {
  fill: #e68c00; }

.login .header-logo-container a:focus {
  box-shadow: none; }
  .login .header-logo-container a:focus svg path,
  .login .header-logo-container a:focus svg polygon {
    fill: #e68c00; }

.login .header-logo-container.two-images div:last-child {
  border-left: 1px solid #dddddd; }

.login h1 a,
.login #nav a,
.login #backtoblog a {
  color: #777; }
  .login h1 a:hover,
  .login #nav a:hover,
  .login #backtoblog a:hover {
    color: #e68c00; }
  .login h1 a:focus,
  .login #nav a:focus,
  .login #backtoblog a:focus {
    color: #c77900; }

.login input:focus,
.login select:focus,
.login textarea:focus {
  border-color: #ff9b00;
  box-shadow: 0 0 2px rgba(230, 140, 0, 0.8); }

.login input[type=checkbox]::before {
  color: #e68c00; }

.login a:focus {
  border-color: #ff9b00;
  box-shadow: 0 0 2px 1px #e68c00; }

.login .button-primary {
  background: #ff9b00;
  border-color: #cc7c00 #b36d00 #b36d00;
  color: #fff;
  box-shadow: 0 1px 0 #b36d00;
  text-shadow: 0 -1px 1px #b36d00, 1px 0 1px #b36d00, 0 1px 1px #b36d00, -1px 0 1px #b36d00; }
  .login .button-primary:hover, .login .button-primary:focus {
    background: #ffa924;
    border-color: #b36d00;
    color: #fff; }
  .login .button-primary:focus {
    box-shadow: 0 1px 0 #cc7c00, 0 0 2px 1px #ffaf33; }
  .login .button-primary:active {
    background: #cc7c00;
    border-color: #b36d00;
    box-shadow: inset 0 2px 0 #b36d00; }
  .login .button-primary[disabled], .login .button-primary:disabled, .login .button-primary.button-primary-disabled, .login .button-primary.disabled {
    color: #d1cdc7 !important;
    background: #d68200 !important;
    border-color: #b36d00 !important;
    text-shadow: none !important; }
  .login .button-primary.button-hero {
    box-shadow: 0 2px 0 #b36d00 !important; }
    .login .button-primary.button-hero:active {
      box-shadow: inset 0 3px 0 #b36d00 !important; }

.login .message {
  border-left-color: #ff9b00; }

/**
 * IE9,10,11 compatibility fixes
 *
 * Selector hack to target IE since conditionals don't work
 * and IE is having table-cell issues.
 */

/*# sourceMappingURL=login-theme.css.map */
