
*{
    font-family: "Segoe UI";
}


@font-face {
    font-family: "Segoe UI";
    /* UPDATED PATH: Assumes 'assets/fonts' folder is within the theme root */
    src: url("./assets/fonts/SegoeUI-Italic.woff2") format("woff2"), url("./assets/fonts/SegoeUI-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    /* UPDATED PATH */
    src: url("./assets/fonts/SegoeUI-BoldItalic.woff2") format("woff2"), url("./assets/fonts/SegoeUI-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    /* UPDATED PATH */
    src: url("./assets/fonts/SegoeUI-Bold.woff2") format("woff2"), url("./assets/fonts/SegoeUI-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI";
    /* UPDATED PATH */
    src: url("./assets/fonts/SegoeUI.woff2") format("woff2"), url("./assets/fonts/SegoeUI.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.text-orange {
    color: #FF8672;
    font-weight: 600;
}
 
 
.text-orange{
   color: #FF8672;
    font-weight: 600;
}






#login h1 a,
.login h1 a {
        background-image: url('/wp-content/uploads/2025/12/footer_main_logo.svg');
        height: 65px;
        width: 320px;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 30px;
         font-family: "Segoe UI";
    }

    /* Background Color */
    body.login {
        background-color: #1a0b2e;
        /* Deep purple from your site */
    }

    /* Login Form Styling */
    .login #loginform {
        background: #25143d;
        border: 1px solid #3d2563;
        border-radius: 8px;
        font-family: "Segoe UI";
    }

    .login label {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 8px;
    }

    /* Button Styling (Orange Accent) */
    .login #wp-submit {
        background: #ff8672;
        /* Your orange brand color */
        border-color: #ff8672;
        text-shadow: none;
        box-shadow: none;
        font-weight: bold;
        text-transform: uppercase;
    }

    .login #wp-submit:hover {
        background: #e54d2e;
    }


/* my new login css */

body.login #login {
    width: 420px;
}

body.login #login .notice {background: #25143d;border-left-color: #ff8672;}

body.login #login .notice p {
    color: #fff;
     font-family: "Segoe UI";
}

.login #loginform input#user_login, .login #loginform input#user_pass {
    background: #fff;
    outline: none;
    padding: 8px 12px;
    font-size: 24px;
    font-weight: 600;
    color: #ff8672;
    box-shadow: none !important;
    font-family: "Segoe UI";
}

.login #loginform .wp-pwd button.wp-hide-pw {
    top: 5px;
    outline: none;
    box-shadow: unset;
}
.login #loginform .wp-pwd button.wp-hide-pw:focus {
    border-color: #ff8672;
}
.login #loginform .wp-pwd button.wp-hide-pw span.dashicons {
    color: #ff8672;
}
.login form .forgetmenot {
    display: flex;
    align-items: center;
    gap: 8px;
    float: unset !important;
    width: 100%;
}
.login #loginform input#wp-submit {
    min-height: unset !important;
    line-height: unset;
    font-size: 16px;
    border: 1px solid #ff8672;
    width: 51%;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16.5px 34px;
    color: #2e1a46;
    background-color: #ff8672;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    float: unset;
    font-family: "Segoe UI";
}

.login #loginform input#wp-submit:hover {
    background: transparent;
    color: #ff8672;
}
.login form .forgetmenot label {
    font-size: 16px !important;
    color: #ff8672 !important;
    margin-bottom: 0 !important;
    font-family: "Segoe UI";
}
.login form .forgetmenot input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent !important;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ff8672 !important;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
     font-family: "Segoe UI";
}
.login form .forgetmenot input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    left: 47%;
    top: 58%;
    width: 4px;
    height: 8px;
    border: solid #ff8672;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}
.login #backtoblog, .login #nav {
    font-size: 14px;
    padding: 0 18px;
}
.login #nav .wp-login-lost-password, .login #backtoblog a {
    color: #ff8672 !important;
}
.login .privacy-policy-page-link .privacy-policy-link {
    color: #fff !important;
    font-size: 16px;
    outline: none;
    border: unset;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
}
.login #nav .wp-login-lost-password:hover {
    text-decoration: underline;
}
.login #nav .wp-login-lost-password:focus, .login #backtoblog a:focus {
    outline: none;
    border: unset;
    box-shadow: none;
}


/* lost password css */

.login #lostpasswordform {
    background: #25143d;
    border: 1px solid #3d2563;
    border-radius: 8px;
    font-family: "Segoe UI";
}
.login #backtoblog a {
    color: #fff !important;
    transition: all ease-in-out 0.3s;
     font-family: "Segoe UI";
}

.login #backtoblog a:hover {
    color: #ff8672 !important;
}

.login .privacy-policy-page-link .privacy-policy-link:hover {
    color: #ff8672 !important;
}
.login #lostpasswordform p input#user_login {
    background: #fff;
    outline: none;
    padding: 8px 12px;
    font-size: 24px;
    font-weight: 600;
    color: #ff8672;
    box-shadow: none !important;
    font-family: "Segoe UI";
}
.login #lostpasswordform .submit input#wp-submit {
    min-height: unset !important;
    line-height: unset;
    font-size: 16px;
    border: 1px solid #ff8672;
    width: auto;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16.5px 34px;
    color: #2e1a46;
    background-color: #ff8672;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    float: unset;
     font-family: "Segoe UI";
}

.login #lostpasswordform .submit input#wp-submit:hover {
    background: transparent;
    color: #ff8672;
}
body.login #login p#nav .wp-login-log-in {
    color: #ff8672 !important;
}

body.login #login p#nav .wp-login-log-in:hover {
    text-decoration: underline;
}
body.login #login div#login_error {
    border-left-color: #d63638;
}

body.login #login div#login_error p {
    color: #d63638;
}



/* new */



.interim-login div#login {
    width: 340px;
}
div#wp-auth-check {background: #1a0b2e !important;}

div#wp-auth-check .wp-auth-check-close {
    color: #fff !important;
}

.interim-login div#login .wp-login-logo a {
    width: 260px;
    margin-top: 30px;
    padding-bottom: 0px;
    font-family: "Segoe UI";
}