/*
$bp-small: 480px;
$bp-medium: 768px;
*/
/*
// Storefront Customizer:
Header
	Background - none
	Text color: #53514e
	Link color: #53514e
Typography
	Heading color: #53514e ($accent-color-dark)
	Text color: #53514e ($accent-color-dark)
	Link/accent color: #bf953d ($primary-color)
Buttons
	Background: none
	Text color: #53514e
	Alternate bg: #53514e
	ALternate text: #fff
Footer
	Bg: #53514e
	Heading color: white
	text color: white
	link color: white

*/
.login {
  background: url("images/kb-row-of-hives-sunrise.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .login h1 {
    width: 150px;
    margin: 0 auto 25px; }
    .login h1 a {
      margin: 0;
      background-size: contain;
      height: auto;
      width: 100%;
      padding-top: 80%;
      background-image: url("images/apple-touch-icon-precomposed.png"); }
  .login #nav,
  .login #backtoblog {
    margin: 0;
    background: rgba(255, 255, 255, 0.85); }
  .login #backtoblog {
    padding-top: 10px;
    padding-bottom: 15px; }
  .login .message {
    border-left-color: #bf953d; }

#loginform {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.85);
  padding-bottom: 20px; }
  #loginform .button-primary.button-large {
    background: #bf953d;
    border: none;
    text-shadow: none;
    box-shadow: none;
    padding: 0 28px 3px;
    height: 35px;
    border-radius: 3px; }
