:root {
    /***** neu *******/
    --nw-panel-neu-0: #ffffff;
    --nw-panel-neu-1: #F8F9FA;
    --nw-panel-neu-2: #E9ECEF;
    --nw-panel-neu-3: #DEE2E6;
    --nw-panel-neu-4: #CED4DA;
    --nw-panel-neu-5: #ADB5BD;
    --nw-panel-neu-6: #6C757D;
    --nw-panel-neu-7: #495057;
    --nw-panel-neu-8: #343A40;
    --nw-panel-neu-9: #212529;
    --nw-panel-shadow: 0 2px 8px #B8B8B825;


    /***** neu *******/
    --nw-panel-pri-1: #FFF3E2;
    --nw-panel-pri-2: #FFE0B6;
    --nw-panel-pri-3: #FFCD87;
    --nw-panel-pri-4: #FFB858;
    --nw-panel-pri-5: #FF9926;
    --nw-panel-pri-6: #FF8D24;
    --nw-panel-pri-7: #F36D21;
    --nw-panel-pri-8: #E9541F;
}

body, body * {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
}

body {
    height: 100vh;
}

#nirweb_panel_login_back_box {
    display: none;
}

.nirweb_panel_login_back {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.nirweb_panel_login_back a {
    color: var(--nw-panel-neu-8);
    text-decoration: none;
}

.nirweb_panel_login_back i {
    color: var(--nw-panel-pri-5);
}

::-webkit-scrollbar {
    width: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s linear !important;

}

::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.nirweb_panel_remember_check {
    margin-top: 15px !important;
}

.nirweb_panel_remember_check label {
    display: flex !important;
    align-items: center !important;
}

.nirweb_panel_remember_check input {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
}

.np_login_main_box {
    width: 90%;
    max-width: 500px;
    background: #ffffff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: var(--nw-panel-shadow);
    display: flex;
    gap: 20px;
    max-height: 90%;
}

.np_login_main_box > div {
    max-height: 100%;
    width: 100%;
    overflow: auto;
    padding: 30px;
}

.np_login_main_box form {
    width: 100%;
}

.auth_gmail_nirweb_or {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.auth_gmail_nirweb_or::before{
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: var(--nw-panel-neu-3);
}

.auth_gmail_nirweb_or span{
    background: var(--nw-panel-neu-0);
    padding:0 15px;
    z-index: 99;
    color: var(--nw-panel-neu-9);
}
.nirweb-errors p{
    background: #f5f5f5;
    color:  #e54136;
    border-left: #e54136 solid 5px;
    width: max-content;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 16px;
    max-width: 100%;
}

.auth_gmail_nirweb_div {
    padding-top: 25px;
    /*border-top: solid var(--nw-panel-neu-3) 1px;*/
}

.auth_gmail_nirweb svg {
    margin: 0 10px;
}

.auth_gmail_nirweb {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--nw-panel-neu-4);
    padding: 15px;
    border-radius: 8px;
    color: var(--nw-panel-neu-7);
    font-size: 16px;
}

a.nirweb_panel_forgot_panel {
    font-size: 14px;
    color: var(--nw-panel-pri-7);
}

/**********
# main form
***********/
.nirweb_panel_login_logo {
    text-align: center;
    margin-bottom: 30px;
}

.nirweb_panel_login_logo img {
    max-width: 100%;
}

h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600 !important;
    color: var(--nw-panel-neu-9);
    margin-bottom: 35px;
}

.nirweb_panel_login_form > div {
    margin-bottom: 15px;
}

.nirweb_panel_login_form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--nw-panel-neu-9);
}

.nirweb_panel_login_form input, .nirweb_panel_login_form select {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    padding: 5px 10px;
    border: solid 1px var(--nw-panel-neu-3);
    font-size: 14px;
    margin-bottom: 20px;
}

.nirweb_panel_login_form input:focus-visible {
    outline: none !important;
    border: solid 1px var(--nw-panel-pri-5) !important;
}

.nirweb_panel_login_form input::placeholder {
    color: var(--nw-panel-neu-5);
}

.nirweb_panel_content_register_rules {
    font-size: 12px;
    text-align: center;
    margin: 45px 0 5px 0;
    color: var(--nw-panel-neu-8);
}

.nirweb_panel_login_form_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nirweb_panel_login_form button {
    width: 100%;
    margin: 15px auto;
    padding: 20px 60px;
    background: linear-gradient(90deg, #FFA858 0%, #FF8D24 100%);
    color: #ffffff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500 !important;
    margin-top: 40px;
}

.np_password_box {
    position: relative;
}

.np_password_box .toggle-password {
    position: absolute;
    right: 10px;
    bottom: 12px;
    display: none;
}

.np_password_box .toggle-password.strong {
    bottom: 52px;
}

.text.weak.active {
    font-size: 14px;
    font-weight: 500;
    color: var(--nw-panel-neu-7);
}

.np_confirm_password_field.true:focus-visible {
    outline: solid 2px #4ca515;
}

.np_confirm_password_field.false:focus-visible {
    outline: solid 2px #c94a4a;
}

.indicator {
    display: none;
}

.indicator span {
    width: 30%;
    height: 5px;
    background: #eee;
    margin: 6px;
    border-radius: 5px;
}

span.weak.active {
    background: #e02929;
}

span.medium.active {
    background: #ffc826;
}

span.strong.active {
    background: #3da41e;
}

.np_switch_login_form {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.np_switch_login_form > div {
    width: 90%;
    max-width: 320px;
    background-color: var(--nw-panel-neu-2);
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.np_switch_login_form > div::before {
    content: "";
    width: 48%;
    position: absolute;
    height: 80%;
    background-color: var(--nw-panel-neu-0);
    z-index: 10;
    border-radius: 8px;
    top: 10%;
    left: 2%;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.np_switch_login_form > div.np_switched::before {
    transform: translateX(100%);
}

.np_switch_login_form span {
    width: 48%;
    padding: 15px;
    font-size: 14px;
    color: var(--nw-panel-neu-9);
    cursor: pointer;
    z-index: 12;
    text-align: center;
}

.np_switch_login_form span.active {
    color: var(--nw-panel-pri-7);
    font-weight: 500 !important;
}

/************
# rejected notice
************/
.nirweb_panel_login_rejected h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 500 !important;
    margin-bottom: 20px;
    color: var(--nw-panel-neu-8);
}

.nirweb_panel_login_rejected p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--nw-panel-neu-6);
}

.nirweb_panel_login_rejected a {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--nw-panel-neu-0);
    background-color: var(--nw-panel-pri-5);
    padding: 15px 20px;
    display: block;
    border-radius: 8px;
    transition: all 0.2s linear;
    text-decoration: none;
}

.nirweb_panel_login_rejected a:hover {
    background-color: var(--nw-panel-pri-6);
}

p#box_timer {
    color: #777;
    font-size: 14px;
    margin-top: -5px;
}

span#resendBtn {
    background: #eee;
    padding: 3px 10px;
    border-radius: 3px;
    cursor: pointer;
}

/********
# Style
*********/
.np_image_box_login, .np_login_page_Sty4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.np_login_page_Sty4 .np_image_box_login {
    display: none;

}

.np_login_page_Sty4 .np_login_main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.np_login_page_Sty3 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.np_login_page_Sty3 .np_login_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
    height: 90%;
    max-height: 600px;
}

.np_login_page_Sty3 .np_image_box_login {
    width: 50%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}

.np_login_page_Sty3 .np_login_main_box {
    width: 50%;
    height: 100%;
    max-height: none;
    border-radius: 20px 0 0 20px;
}

.np_login_page_Sty2, .np_login_page_Sty1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.np_login_page_Sty2 .np_login_main, .np_login_page_Sty1 .np_login_main {
    background-color: var(--nw-panel-neu-1);
    width: 40%;
    height: 100%;
    max-width: none;
    max-height: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.np_login_page_Sty2 .np_login_main_box > div, .np_login_page_Sty1 .np_login_main_box > div {
    max-width: 800px;
}

.np_login_page_Sty2 .np_image_box_login, .np_login_page_Sty1 .np_image_box_login {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.np_image_box_login_content {
    width: 90%;
    max-width: 800px;
}

.nirweb_panel_username_edit_box {
    position: relative;
}

.nirweb_panel_username_edit {
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 20px;
    font-size: 16px;
    text-decoration: none;
    color: var(--nw-panel-pri-6);
    transition: all 0.2s ease-in-out;
}

.nirweb_panel_username_edit:hover {
    color: var(--nw-panel-pri-8);
    /*scale: 1.01;*/
}
.nirweb_lock_register{
    text-align: center;
    font-size: 17px;
    color: var(--nw-panel-neu-0);
    line-height: 1.8em;
    background: #d53838;
    padding: 10px 20px;
    width: max-content;
    margin: auto;
    border-radius: 6px;
}
.nirweb_recovery_link{
    font-size: 14px;
    color: var(--nw-panel-pri-6);
    text-decoration: none;
}
.nirweb_recovery_link:hover{
    text-decoration: underline !important;
}
/***********
# recovery password
***********/
.np_recovery_verification_code_field, .np_recovery_password_field {
    display: none;
    position: relative;
}

#nirweb_panel_recovery_timer {
    position: absolute;
    right: 7px;
    bottom: 7px;
    background-color: var(--nw-panel-neu-2);
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--nw-panel-neu-8);
}

@media (max-width: 768px) {
    .np_login_page_Sty3 .np_login_main, .np_login_page_Sty2 {
        flex-wrap: wrap;
    }

    .np_login_page_Sty3 .np_login_main_box, .np_login_page_Sty2 .np_login_main {
        width: 100%;
        max-width: 500px;
        border-radius: 20px 20px 0 0 !important;
    }

    .np_login_page_Sty3 .np_image_box_login, .np_login_page_Sty2 .np_image_box_login {
        width: 100%;
        max-width: 500px;
        border-radius: 0 0 20px 20px !important;
    }

    .np_login_page_Sty2 .np_image_box_login {
        height: 400px;
    }


}