.login h1 a {
    background: url("../assets/Logo-100.png") no-repeat 0 0;
    width: 100px;
    height: 100px;
}

body{
    background: #f1f1f1 url(../images/logo-gray.svg) no-repeat 0 12rem;
}

.wp-core-ui .button.button-large{
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 10px rgb(0 0 0 / 28%);
    transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
    background-color: #264653;
    color: #f1f1f1;
    width: auto;
}

.login #login_error, .login .message, .login .success{
    border-left: 1px solid #e76f51;
}

.login-action-lostpassword #nav{
    display: none;
}

.login form .input, .login input[type="text"]{
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    background: #f5f5f5;
    color: #505050;
    border-radius: 5px;
    font-family: "Manrope", sans-serif;
    font-size: 1.8rem;
}

.login input[type="text"]:focus{
    outline: none;
    border: 1px solid #aaaaaa;
    box-shadow: none;
}