.login {
    background: #d3d8e1;
}

.login h1 a {
    background: url(ionata.svg) no-repeat center center;
    background-size: contain;
    width: 140px;
    height: 70px;
}

.login form {
    border-radius: 6px;
    box-shadow: none;
}

.login #backtoblog {
    display: none;
}

.login #wp-submit {
    background: #3e6dc4;
    border: 0;
    box-shadow: none;
    
    padding: 13px 25px;
    height: auto;
    line-height: 1;
}