/******************************************************************

Stylesheet: Login Screen

******************************************************************/
body.login {
  background: #006747; }

/*
 * Logo above login form
 */
.login h1 a {
  background: url(../img/houstonzoo_emblem_white.png) no-repeat top center;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 20px;
  display: block; }

.login .message {
  border-color: black; }

.login #nav a, .login #backtoblog a, .login .privacy-policy-link {
  color: #A9C47F; }
  .login #nav a:hover, .login #backtoblog a:hover, .login .privacy-policy-link:hover {
    color: white; }

form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none; }

body form .input {
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #eee;
  background: #fefefe;
  outline: none;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1); }

#wp-submit {
  background: #006747;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  border: none !important;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  text-transform: uppercase; }
  #wp-submit:hover {
    background: #A9C47F; }
