
div {
    font-family: Morabba;
}

div strong:first-child {
    margin: 0 5px;
}

.hpl_login_register_section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: linear-gradient(45deg, #0c1919, transparent);
    color: #e6e6e6;
    font-family: "IRANSans", sans-serif;
    overflow: hidden;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 70%;
    padding: 30px;
    margin-top: 100px;
}

.hpl_login_register_section .main_from_section {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.hpl_login_register_section .notice {
    background: #aa000026;
    border: 1px solid #a00;
    color: #a00;
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}

.password_forget a {
    color: #3cf36b;
}

.hpl_login_register_section .form_title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hpl_login_register_section .form_title span {
    color: #3cf36b;
}

.hpl_login_register_section .main_form {
    max-width: 400px;
    width: 100%;
}

.field_label {
    display: block;
    color: #b8b8b8;
    font-size: 14px;
    margin-bottom: 10px;
}

.field_label input {
    text-align: left;
    width: 100%;
    background: #132020;
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    color: #e5e5e5;
    margin-top: 6px;
    transition: all 0.2s ease;
}

.field_label input:focus {
    outline: none;
    border: 1px solid #3cf36b;;
}

.login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    font-size: 14px;
    color: #aaa;
}

.login-row input[type="checkbox"] {
    accent-color: #3cf36b;
}

button {
    background: linear-gradient(90deg, #33cc66, #3cf36b);
    color: #0d0f12;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action_buttons_sections span {
    background: var(--e-global-color-primary);
    padding: 7px 10px;
    border-radius: 5px;
    color: black;
    font-size: 14px;
}

.extra_links {
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}

.extra_links a {
    color: #3cf36b !important;
    text-decoration: none;
    transition: 0.2s;
}

.extra_links a:hover {
    text-decoration: underline;
    color: #46ff89;
}

.hpl_login_register_section .side_image_section {
    flex: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.hpl_login_register_section .side_image_section img {
    max-width: 85%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(60, 243, 107, 0.15));
    transition: transform 0.5s ease;
}

.hpl_login_register_section .side_image_section img:hover {
    transform: scale(1.04);
}

.password_forget {
    display: flex;
    justify-content: space-between;
}

.password_forget a {
    color: #3cf36b !important;
}

.login_register_button {
    margin-top: 20px;
}
.msg_rl {
    padding: 10px 0;
    color:var(--e-global-color-secondary);
}
.msg_rl a {
    color: var(--e-global-color-primary);
}
@media (max-width: 752px) {
    .hpl_login_register_section {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hpl_login_register_section .side_image_section {
        border-left: none;
        border-top: 1px solid #1e1f22;
        padding: 40px 0;
    }

    .hpl_login_register_section .main_from_section {
        padding: 40px 25px;
    }

    .hpl_login_register_section .main_form {
        margin: 0 auto;
    }

    .hpl_login_register_section {
        width: 95%;
        margin-top: 0;
        padding: 20px;
    }
}

