@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
  
    -ms-transform: rotate(180deg);
    /* IE9 */
  
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
#login h1 {
  text-align: center;
}
#login h1 a {
  display: block;
  width: 100%;
  background: url(../images/logo.png) no-repeat center center;
}
body.login {
  background-color: #5381b5;
}
body.login p.message {
  margin-left: 0!important;
  text-align: center;
  padding: 1em 1em 1em 2.618em;
  border: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 1.618em;
  background: #f9f9f9;
  -webkit-border-radius: 0.327em;
  border-radius: 0.327em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
body.login #login_error {
  margin-left: 0;
  border: none;
  text-align: center;
}
#loginform {
  margin: 0;
  border: 3px solid #406895;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#loginform label {
  font-family: "Lucida Sans", sans-serif;
}
#loginform input[type=text],
#loginform input[type=password] {
  margin-top: .53em;
  padding: .236em .5em;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1em;
  /* Make inputs the same size as normal text */

  line-height: 1.618em;
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */

  outline: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  background: #f9f9f9;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
#loginform input[type=text]:focus,
#loginform input[type=password]:focus {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#loginform .forgetmenot {
  text-transform: uppercase;
}
#loginform .forgetmenot label {
  position: relative;
  top: .53em;
  font-size: 0.857em;
}
#nav {
  float: right;
  padding-top: 20px;
}
#nav a {
  text-decoration: none!important;
}
#nav a:hover {
  color: #fff!important;
  text-decoration: underline!important;
}
#backtoblog {
  float: left;
}
#login #nav,
#login #backtoblog {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#login #nav a,
#login #backtoblog a {
  color: #fff!important;
  text-shadow: none;
}
.submit .button-primary,
#backtoblog a {
  display: inline-block;
  padding: .236em .857em;
  border: 1px solid #ff8814;
  color: white!important;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */

  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */

  cursor: pointer;
  /* Inputs need pointers! */

  overflow: visible;
  width: auto;
  /* IE fix */

  line-height: 1.618em;
  background: #ffa247;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.submit .button-primary:hover,
#backtoblog a:hover {
  text-decoration: none;
  background: #ff8814;
}
.submit .button-primary:active,
#backtoblog a:active {
  border-color: #f97b00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.15);
}
#backtoblog a {
  padding-top: 4px;
  background: #a4d157;
  border: 1px solid #8dc035;
}
#backtoblog a:hover {
  background: #8dc035;
  color: #fff!important;
}
