#login h1 a {
    background-image: url('https://rubygrading.com/wp-content/plugins/gemstone/assets/img/logo.png');
    height: 65px;
    width: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    border: none;
    outline: none;
}

#login h1 a:focus {
    outline: none;
    box-shadow: none;
}

#login h1 a img {
    border: none;
    outline: none;
    display: block;
}

#wp-submit {
    background-color: rgb(234, 54, 63);
    border-color: rgb(234, 54, 63);
}

#wp-submit:hover {
    background-color: rgb(202, 21, 31);
    border-color: rgb(202, 21, 31);
}

#backtoblog {
    display: none;
}

.wp-login-lost-password {
    display: none;
}

#loginform input[type=text],
#loginform input[type=password] {
    font-size: 18px;
}