body.login {
    background-image: url('login.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#login{
    width: 320px;
    margin: 8% auto;
    background:#fff;
    border-radius:8px;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.login form{background:transparent;padding: 0; box-shadow: none;}

.login h1 a{
    -webkit-background-size: 316px;
    background-size: 316px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 81px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 316px;
    text-indent: -9999px;
    outline: none;
    overflow: hidden;
    display: block;
    border:0;
}

.login form .input,
.login input[type="text"],
.login form input[type="checkbox"] {
    background: #f0f0f0;
}

.login form .input,
.login input[type="text"] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
    line-height: 50px;
    border-radius:5px;
    text-align: center;
    color:#a9a9a9;
    border: 0;
    box-shadow: none;
}

.wp-core-ui .button.button-large,
.wp-core-ui .button-group.button-large .button {
    height: 50px;
    line-height: 28px;
    padding: 0 12px 2px;
    width: 100%;
    background: #03a9f4;
    box-shadow: none;
    text-shadow: none;
    font-size:24px;
    text-transform: uppercase;
    border:0;
    border-radius: 5px;
}

