/* Login page custom styles */
.login h1 a,
.login h1.wp-login-logo a,
.wp-login-logo a {
    background-image: url('./images/joie-logo-2.png');
    width: 220px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}
.login .message, .login .notice, .login .success {
    border-left: 4px solid #72aee6;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    word-wrap: break-word;
    color: #111;
}
.login .notice-error {
    border-left-color: #d63638;
    color: #111;
    font-size: 16px;
}
.login form .input,
.login input[type=text],
.login input[type=password],
.login input[type=email] {
    background: transparent;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #5b5b5b;
    border-radius: 0;
    box-shadow: none;
    caret-color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 999999s ease-in-out 0s;
}

.login form .input:hover,
.login form .input:focus,
.login form .input:active,
.login input[type=text]:hover,
.login input[type=text]:focus,
.login input[type=text]:active,
.login input[type=password]:hover,
.login input[type=password]:focus,
.login input[type=password]:active,
.login input[type=email]:hover,
.login input[type=email]:focus,
.login input[type=email]:active {
    background: transparent;
    border-color: #8fbce8;
    box-shadow: none;
    outline: 2px solid transparent;
    -webkit-text-fill-color: #ffffff;
}

.login form .input::selection,
.login input[type=text]::selection,
.login input[type=password]::selection,
.login input[type=email]::selection {
    background: rgba(143, 188, 232, 0.35);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.login form .input:-webkit-autofill,
.login form .input:-webkit-autofill:hover,
.login form .input:-webkit-autofill:focus,
.login form .input:-webkit-autofill:active,
.login input[type=text]:-webkit-autofill,
.login input[type=text]:-webkit-autofill:hover,
.login input[type=text]:-webkit-autofill:focus,
.login input[type=text]:-webkit-autofill:active,
.login input[type=password]:-webkit-autofill,
.login input[type=password]:-webkit-autofill:hover,
.login input[type=password]:-webkit-autofill:focus,
.login input[type=password]:-webkit-autofill:active,
.login input[type=email]:-webkit-autofill,
.login input[type=email]:-webkit-autofill:hover,
.login input[type=email]:-webkit-autofill:focus,
.login input[type=email]:-webkit-autofill:active {
    background-color: transparent;
    background-image: none;
    border-bottom-color: #8fbce8;
    box-shadow: 0 0 0 1000px transparent inset;
    caret-color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 999999s ease-in-out 0s, color 999999s ease-in-out 0s;
}

.login form .input:autofill,
.login input[type=text]:autofill,
.login input[type=password]:autofill,
.login input[type=email]:autofill {
    background-color: transparent;
    background-image: none;
    color: #ffffff;
}
.login form {
    margin: 24px 0;
    padding: 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    color: #fff;
}
body.login {
    background: #070c14;
    min-width: 0;
    color: #c4c5c7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: radial-gradient(circle at 20% 20%, rgb(0 53 97 / 22%), transparent 28%), radial-gradient(circle at 80% 15%, rgb(0 0 0 / 18%), transparent 30%), radial-gradient(circle at 65% 85%, rgba(0, 220, 255, 0.14), transparent 34%), linear-gradient(135deg, #07090f 0%, #0d111c 45%, #111827 100%);
}
html {
    background: #070c14;
}

#login {
    width: 320px;
    padding: 0;
    margin: auto;
    background: linear-gradient(45deg, #131b39, #0e0e0e);
    border-radius: 17px;
    padding: 28px 0px;
}
