#login h1 a {
    background: url(../img/logo.svg) center no-repeat;
    background-size: contain;
    font-size: 0;
    width: 320px;
    pointer-events: none;
    cursor: default
}

#loginform {
    box-shadow: rgba(0, 0, 0, .12) 0 0 12px;
    background: #fafafa;
    border: 0;
    border-radius: 5px;
}

#loginform label {
    color: #626262!important
}

.login #nav a {
    padding: 0!important
}

#login form p.forgetmenot {
    width: 100%;
    margin-bottom: 10px!important
}

.login .button.wp-hide-pw .dashicons {
    top: 1px;
}

.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
    background: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #f0f0f1;
    padding: 10px;
}

.login form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
    font-size: 11px;
    font-weight: 400
}

.login #nav a {
    text-decoration: none!important;
    font-weight: 400;
    font-size: 12px;
    padding-left: 18px
}

.login #wp-submit {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    float: none;
    width: 100%;
    padding: 0 20px;
    height: auto;
    min-height: 40px;
    font-size: 14px;
    transition: all .3s ease-in-out
}

.login #backtoblog,
.login #nav {
    text-align: center
}

.login .privacy-policy-page-link {
    margin-top: 0!important
}

.language-switcher {
    display: none;
}