body.login {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, #316b39 0%, #4fd7bd 25%, #277e23 50%, #235b1e 100%);
  animation: background-shift 20s ease infinite; }
  body.login .message {
    margin-bottom: 0px; }
  body.login div#login {
    width: 450px;
    padding: 2% 0 0; }
    body.login div#login h1 {
      text-align: center;
      background: #FFF;
      position: relative; }
      body.login div#login h1:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 4px;
        width: 100%;
        background-image: linear-gradient(-45deg, #316b39 0%, #4fd7bd 25%, #277e23 50%, #35a22e 100%);
        animation: background-shift 10s ease infinite;
        background-size: 300% 300%; }
      body.login div#login h1 a {
        background: url("../images/logo-220.png");
        background-repeat: no-repeat;
        margin: 0;
        width: 100%;
        background-size: auto;
        background-position: center; }
  body.login #login_error {
    margin-bottom: 0px; }
  body.login form {
    margin-top: 0px; }
    body.login form .button-primary {
      -webkit-transition: .6s ease;
      -moz-transition: .6s ease;
      -ms-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease;
      background: #028979;
      border-color: #008878; }
      body.login form .button-primary:hover {
        background: #FFF;
        color: #028979; }
  body.login #backtoblog a, body.login #nav a {
    color: #FFF; }

@keyframes background-shift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/*# sourceMappingURL=yw-login.css.map */
