/**
 * Custom login CSS.
 */

#login h1 a {
   background-size: contain;
   background-position: bottom;
}

#login .button-primary {
   font-weight: bold;
   transition: 0.3s;
}

#login .button-primary:hover {
   opacity: 0.80;
}

body:after {
   background-size: cover;
   content: ' ';
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   color: white;
   opacity: 0.50;
   z-index: -1;
   -webkit-filter: blur(5px);
}
