body{
    font-family: 'DM Sans';
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    background: #f0f0f1;
}
#login h1 a, .login h1 a {
    background-image: url('/wp-content/uploads/black.png');
    width:320px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    background-position: center top;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
#backtoblog, .forgetmenot, .login label{
    display:none;
}
#login{
    width:500px;
}
.login #nav {
    margin: 24px 0 0;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #50575e;
}
.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 0 24px;
}
#login form p {
    margin-bottom: 0;
    line-height: 1.5;
}
.login * {
    margin: 0;
    padding: 0;
}
.login form{
    background: none;
    border:none;
    box-shadow:none;
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
}
.login form .input{
    font-size:14px;
    box-sizing: border-box;
    color:#2e2e2e;
    padding: 0px 20px;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
}
.login input:focus{
    border-color: #2e2e2e;
    box-shadow: 0 0 0 1px #2e2e2e;
    outline: 2px solid transparent;
}
.login #wp-submit{
    width:100%;
    border-radius:0px;
    height:60px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}
.login input{
    border-radius:0px;
}
.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:active,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary{
    background-color:#2e2e2e;
    background: #2e2e2e;
    border-color: #2e2e2e;
    color: #fff;
}
.wp-core-ui .button-secondary.active,
.wp-core-ui .button-secondary.focus,
.wp-core-ui .button-secondary.hover,
.wp-core-ui .button-secondary{
    background-color:#2e2e2e;
    background: #2e2e2e;
    border-color: #2e2e2e;
    color: #fff;
}
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

