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

Stylesheet: Login Screen

******************************************************************/
body.login {
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: linear-gradient(#fff, #ddd); }

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

.login .message {
  border-color: #25b88d; }

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 #E5E5E5;
  background: #FBFBFB;
  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: #25b88d;
  border-color: #22ab83 !important;
  text-shadow: -1px -1px 0 #18785c;
  -webkit-box-shadow: 0 1px 1px #18785c;
          box-shadow: 0 1px 1px #18785c;
  font-weight: bold;
  text-transform: uppercase; }
  #wp-submit:hover {
    background: #209f79; }
