.login {
    -webkit-animation: color-change-2x 6s linear 2s infinite alternate both;
    animation: color-change-2x 6s linear 2s infinite alternate both;
}

.login h1 a {
    background-size: contain;
    background-position: center;
    width: 320px;
    height: 166px;
    margin-bottom: 0;
    filter: drop-shadow(6px 3px 3px rgba(34, 34, 34, 0.7));
}
.login #loginform {
    background: none !important;
    border: none !important;
    border-radius: 20px;
    margin-top: 0;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 7px 6px 7px rgba(0, 0, 0, 0.2) !important;
}
.login #loginform #user_login {
    filter: drop-shadow(6px 3px 3px rgba(34, 34, 34, 0.7));
}
.login #loginform #user_pass {
    filter: drop-shadow(6px 3px 3px rgba(34, 34, 34, 0.7));
}
.login .button {
    border: 0px;
    box-shadow: none;
    text-shadow: none;
    filter: drop-shadow(6px 3px 3px rgba(34, 34, 34, 0.7));
}
