#login{
    max-width: 480px;
}
.login form{
    padding: 14px 24px 24px;
}
#login h1 a{
    background-image: url("../../images/logo-Fluisterboot-zutphen.png");
    height: 126px;
    width: 264px;
    background-size: cover;
}
#backtoblog,
.forgetmenot{
    display: none;
}
#nav{
    text-align: center;
}
#nav a {
    font-size: 16px;
    color: #9b9b9b;
}
.submit{
    width: 100%;
}
.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #007bc3;
    border-radius: 0;
    padding: 0;
}
.wp-core-ui .button-group.button-large .button:hover,
.wp-core-ui .button.button-large:hover{
    background: #046ca9;
}
#loginform .input,
.login form .input,
.login form input[type=checkbox],
.login input[type=text]{
    height: 50px;
    line-height: 50px;
    margin-top: 12px;
}
#loginform label,
.login label{
    font-size: 16px;
    color: #1d1d1b;
}
#login form p.submit{
    margin-top: 10px;
}
#loginform h3{
    font-size: 30px;
    font-weight: 400;
    margin:40px 0 45px;
    line-height: 30px;
    display: none;
}
.message{
    display: none;
}
@media all and (max-width:670px) {
    #login {
        width: 97.5%;
        margin: auto 1.25%;
    }
}