 #login h1 a  {
    background-size: 240px;
    height: 68px;
    width: 255px;
    background-image:url(/wp-content/uploads/2021/02/logo-phungthinh.png);
}
.login #login_error {
    box-shadow: 0 30px 80px rgba(37, 37, 37, 0.1) !important;
    border-radius: 15px !important;
}

.login .message {
    border-left: 4px solid #ec1f27 !important;
    border-radius: 15px;
    box-shadow: 0 30px 80px rgba(37, 37, 37, 0.1) !important;
}

.login #nav a:hover,
.login #backtoblog a:hover {
    color: #eb1f27 !important;
}

.login .button-primary {
    background: #eb1f27 !important;
    border-color: #eb1f27 #eb1f27 #eb1f27 !important;
    box-shadow: 0 1px 0 #eb1f27 !important;
    border-radius: 20px !important;
    color: #fff !importanttext-decoration: none;
    text-shadow: none !important;
}

input[type=checkbox]:checked:before {
    color: #eb1f27;
}

.login input[type=text]:focus,
.login input[type=password]:focus,
input[type=email]:focus {
    box-shadow: 0 0 2px rgb(255, 255, 255) !important;
}

#login {
    width: 450px !important;
}

.login form {
    box-shadow: 0 30px 80px rgba(37, 37, 37, 0.1) !important;
    border-radius: 15px;
    padding: 40px !important;
}

.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
    background: #f5f5f5;
    border-radius: 30px;
    border: none;
    box-shadow: none;
}

@media only screen and (max-width: 480px) {
    #login {
        width: 320px !important;
    }
}