.elementor-224 .elementor-element.elementor-element-c6ed0b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-224 .elementor-element.elementor-element-c6ed0b6:not(.elementor-motion-effects-element-type-background), .elementor-224 .elementor-element.elementor-element-c6ed0b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}/* Start custom CSS for container, class: .elementor-element-c6ed0b6 */#user-registration-form-11 {
	padding: 0px;
}
#user-registration-form-11 {
	background: #0f172a;
}

/* FORCE DARK BACKGROUND FOR AUTOFILL (CHROME / EDGE) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #020617 inset !important;
    box-shadow: 0 0 0px 1000px #020617 inset !important;
    transition: background-color 9999s ease-in-out 0s;
}

/* Firefox autofill */
input:-moz-autofill {
    box-shadow: 0 0 0 1000px #020617 inset !important;
    -moz-text-fill-color: #ffffff !important;
}
/* FORM CONTAINER */
.login,
.woocommerce-form-login,
form {
    background: #0f172a !important;
    border-radius: 12px;
    padding: 40px;
    max-width: 420px;
    margin: 80px auto;
    border: 1px solid rgba(56,189,248,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* LABELS */
label {
    color: #cbd5e1 !important;
    font-size: 14px;
}

/* INPUT FIELDS */
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid rgba(148,163,184,0.3);
    background: #020617;
    color: #fff;
    transition: 0.3s;
}

/* INPUT FOCUS */
input:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 8px rgba(56,189,248,0.4);
}

/* LOGIN BUTTON */
button,
input[type="submit"] {
    width: 100%;
    padding: 14px;
    background: #38bdf8;
    color: #0b1220;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

/* BUTTON HOVER */
button:hover,
input[type="submit"]:hover {
    background: #0ea5e9;
    transform: translateY(-2px);
}

/* REMEMBER + LINKS */
.login-remember,
.login a,
.woocommerce-LostPassword a {
    color: #94a3b8 !important;
    font-size: 13px;
}

/* LINKS HOVER */
.login a:hover {
    color: #38bdf8 !important;
}

/* REGISTER TEXT */
.login p,
.woocommerce-form-login p {
    text-align: center;
    margin-top: 15px;
}/* End custom CSS */