html {
    box-sizing: border-box;
    font-size: 62.5%;
}

.login h1 a {
    background-image: url("/wp-content/themes/starter/images/logo-the-county.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 291px 62px;
    width: 291px;
    height: 62px;
    margin: 0 auto 30px;
    padding: 0;
    color: #999;
    font-size: 2rem;
    line-height: 1.3em;
    text-indent: -9999px;
    text-decoration: none;
    font-weight: normal;
    overflow: hidden;
    outline: none;
    display: block;
}

.login form {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.forgetmenot input#rememberme {
    width: 2rem;
    height: 2rem;
}

.forgetmenot input#rememberme::before {
    height: 2rem;
    width: 2rem;
}

.wp-core-ui #loginform .button-primary {
    background-color: #f15a24;
    border-color: #f15a24;
}