.login #nav{
    display: none;
}
.login h1 a{
    background-image: url(https://docs.leaderinme.org.ua/wp-content/uploads/2021/09/unnamed-file-1024x293-1.png);
    background-size: 260px;
    width: 260px;
    margin-bottom: -10px;
}
body{
    background: #fff;
}
.login #login_error,
.login .message,
.login .success{
    color: #000;
    border: solid 2px #000;
    box-shadow: none;
    background: #fff;
}
.login #login_error{
    border: solid 2px #bf352b;
}
.login form{
    border: solid 2px #000;
    box-shadow: none;
    background: #F2F2F6;
}
.login #backtoblog a,
.login #nav a{
    color: #000;
    vertical-align: top;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #0d3761;
    text-decoration-thickness: .25em;
    font-size: 1.125rem;
    line-height: 1.5;
}
.login #backtoblog a:hover,
.login #nav a:hover{
    text-decoration-style: double;
    color: #000;
}
.wp-core-ui .button, .wp-core-ui .button-secondary,
.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large{
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: "DejaVu Sans Mono", sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    padding: 16px 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent;
    border: 4px solid #0d3761;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    min-height: auto;
    width: 100%;
    margin-top: 10px;
}
.wp-core-ui .button.button-large{
    background: #0d3761;
}
.wp-core-ui .button.button-large:hover{
    border-color: #000;
}
.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
    background: #fff;
    border: solid 2px #000;
    font-size: 0.875rem;
    line-height: 1.1;
    padding: 16px 26px;
    border-radius: 0;
    min-height: auto;
}