.wp-core-ui #login h1 a {
    background-image: url(../img/r6_logo.svg);
    height: 80px;
    width: 300px;
    background-size: 100%;
    background-position: center;
}

.r6-login .r6-login__label {
    display: none;
}

.r6-login .r6-login__link {
    display: flex;
    padding: 0;
}

#loginform {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.submit {
    order: 1;
    width: 100%;
}
.forgetmenot {
    order: 2;
}
.r6-login {
    order: 3;
}

.r6-login__link a, #wp-submit {
    background: black;
    color: white;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
    display: block;
}
.r6-login__link a {
    padding: 10px;
    font-size: 12px;
}
#wp-submit {
    width: 100%;
    font-size: 20px;
    padding: 0;
    line-height: 1;
    min-height: 50px;
    margin-bottom: 15px;
}

.r6-login__link a::after {
    content: " Login";
}

.wp-core-ui #loginform .button {
    color: black;
}

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