 /* ------------------------------------------------------------ *\
    Login
\* ------------------------------------------------------------ */

.login h1 a {
   display: inline-block;
   vertical-align: middle;
   text-decoration: none;
   font-size: 0;
   line-height: 0;
   text-indent: -4004px;
   width: 150px;
   height: 120px;
   background: url(../resources/images/logo.png) no-repeat center center/contain;
}

.login.wp-core-ui .button-primary,
.login.wp-core-ui .button-primary:focus {
   appearance: none;
   border: 0;
   border-radius: 0;
   box-shadow: none;
   color: white;
   display: inline-block;
   font-size: 18px;
   font-weight: 700;
   line-height: 1.2;
   min-height: 0;
   overflow: hidden;
   padding: 10px 16px;
   position: relative;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   z-index: 1;
}