input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: greenyellow;
}

.login #login_error,
.login .message,
.login .success {
    font-size: 14px;
    margin-top: 20px;
    color: white;
    background-color: transparent;
    border-left: 4px solid yellowgreen;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

.login #login_error strong,
.login .message strong,
.login .success strong {
    font-weight: normal;
    color: goldenrod;
}

.login a,
.login a:hover,
.login a:active,
.login a:focus {
    color: yellow;
}

input[type=checkbox] {
    accent-color: yellow;
}

#wp-submit {
    background-image: linear-gradient(to right, #FF4E50 0%, #F9D423 50%, #FF4E50 100%);
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 3px #eee;
    border: none;
    border-radius: 10px;
    display: block;
}

#wp-submit:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    border: none;
}

body.login {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: normal;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.login input.password-input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.login h1 a {
    width: 100%;
    margin: 0 auto 10px;
    cursor: default;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#login {
    position: relative;
    top: 45%;
    width: 300px;
    max-width: 350px;
    margin: 0 auto auto;
    padding: 33px 26px;
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.8) 5%, rgba(0, 0, 0, 0.1) 55%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: none;
    border-right: none;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.login form {
    margin-top: 0;
    margin-left: 0;
    padding: 0 24px 35px 24px !important;
    border: none;
    background: transparent;
    box-shadow: none;
}

.login form .input,
.login form input[type=text],
.login form input[type=email] {
    font-size: 16px;
    height: 48px;
    margin-bottom: 18px;
    padding-left: 30px;
    color: greenyellow;
    border-width: 0 0 1px 0;
    border-color: #bdbdbd;
    border-radius: 0;
    background: transparent;
}

.login-action-lostpassword form .input,
.login-action-lostpassword form input[type=text] {
    margin-bottom: 33px;
}

.login form input[type=checkbox] {
    color: white;
}

.login form input[type=text]:focus,
.login form input[type=password]:focus,
.login form input[type=email]:focus,
.login form input[type=checkbox]:focus {
    outline: none;
    box-shadow: none;
}

.js.login input.password-input,
.js.login-action-rp form .input,
.js.login-action-rp input[type=text] {
    padding-right: 5px;
}

.login form .input::placeholder,
.login form .input::-moz-placeholder,
.login form .input::-webkit-input-placeholder {
    font-size: 15px;
    color: #b3b3b3;
}

.login form p:first-child {
    position: relative;
}

.login form p:first-child:before,
#registerform p:nth-child(2):before,
.login .wp-pwd:before {
    font-family: dashicons;
    font-size: 21px;
    position: absolute;
    color: white;
}

#reg_passmail {
    color: yellow;
}

.login form p:first-child:before {
    top: 6px;
    content: "\f110";
}

#registerform p:nth-child(2):before {
    top: 275px;
    content: "\f466";
}

.login .wp-pwd:before {
    top: 8px;
    content: "\f112";
}

.login .button.wp-hide-pw {
    display: none !important;
    height: 48px;
}

.wp-hide-pw > .dashicons {
    color: white;
}

.login label[for=user_login],
.login label[for=user_pass],
.login label[for=user_email] {
    display: none;
}

.wp-core-ui #login .button-primary {
    line-height: 20px;
    float: none;
    width: 100%;
    height: auto;
    padding: 12px;
    text-transform: uppercase;
}

#login form .forgetmenot {
    float: none;
    margin: 10px 0 25px 0;
    color: white;
}

.login .forgetmenot label,
.login .pw-weak label {
    font-size: 13px;
}

.login #nav {
    float: right;
    margin: 0;
    color: white;
}

.login #nav a {
    vertical-align: middle;
    color: white;
}

.login #nav:after {
    font-family: dashicons;
    font-size: 16px;
    margin-left: 7px;
    vertical-align: middle;
}

.login-action-login #nav:after {
    content: "\f113";
}

.login-action-lostpassword #nav:after {
    content: "\f474";
}

.login #nav a:hover,
.login #nav a:focus {
    padding-bottom: 3px;
    color: yellow;
    border-bottom: 1px dotted white;
}

.login #backtoblog {
    display: none;
}

.login .privacy-policy-page-link {
    margin: 3em auto 0;
}

body.interim-login {
    height: 100%;
}

.interim-login #login {
    margin: 0 auto auto;
    padding: 15px;
}

body.login-action-confirm_admin_email {
    color: white;
}

.login h1.admin-email__heading {
    color: white;
}

body.login-action-confirm_admin_email .admin-email__actions-primary {
    text-align: center;
}

body.login-action-confirm_admin_email .admin-email__actions-primary > a.button.button-large {
    line-height: 20px;
    display: inline-block;
    float: none;
    width: 45%;
    height: auto;
    margin-right: .25em;
    margin-left: .25em;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

body.login-action-confirm_admin_email #login .button-primary {
    display: inline-block;
    width: 45%;
}

body.login-action-rp .user-pass1-wrap > p:before {
    display: none;
}

body.login-action-rp .description.indicator-hint {
    font-size: 12px;
}

body.login-action-rp .button.wp-generate-pw {
    width: 100%;
    padding: 9px;
}

.dashicons-translation::before {
    color: white;
}