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

Stylesheet: Login Screen

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

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

a.privacy-policy-link,
p a {
  color: #5b964e !important;
  text-decoration: none; }
  a.privacy-policy-link:hover,
  p a:hover {
    color: #96b97c !important; }

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: #5b964e;
  border: #5b964e;
  font-weight: bold;
  text-transform: uppercase; }
  #wp-submit:hover {
    background: #96b97c; }
