@import 'sofia-fonts/sofiapro.css';
body.login {
    background: #f5f6fa;
    font-family: SofiaProRegular;
}
#login h1 {
    display: none;
}
#login form {
    background-color: #fff;
    border: 1px solid #dbe1e8;
    border-radius: 4px;
    box-shadow: 0 1px 15px rgba(0,0,0,.04);
}
.login form .input, .login input[type=text] {
    font-size: 14px;
    outline: 0;
    padding: 9px 17px 9px 17px;
    background: #fff;
    border: 1px solid #c6cdd4;
    box-shadow: inset 0 1px 0 0 rgba(102,113,123,.1);
    border-radius: 6px;
    height: 40px;
    color: #22272d;
    font-weight: 400;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    border-radius: 4px;
    background: #006cff;
    border-color: #006cff;
    font-family: SofiaProRegular;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .5rem 1.25rem;
    transition: all .15s ease-in-out;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    height: auto;
}
p.forgetmenot {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
p#nav {
    text-align: center;
}
p#backtoblog {
    display: none;
}
.login .button-primary {
    float: none;
    width: 100%;
}