.login form{
    background: none;
    box-shadow: none;
    padding: 16px 14px 26px;
}

#nav, #backtoblog, .privacy-policy-page-link{
    display: none;
}


.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
    border:none;
    background: #477a40;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    line-height: 1;
    border-radius: 0px;
    font-weight: 700;
    height: auto;
}
.login form .input, .login input[type=text]{
    border: none;
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    outline: none;
    display: block;
    width: 100%;
    padding-top: 4px;
}

.login select{
    border: none;
    max-width: 100%;
    height: 48px !important;
    line-height: 48px !important;
    outline: none;
    display: block;
    width: 100%;
    padding-top: 4px;
}