/* مسیر: modules/auth/assets/css/auth-frontend.css */

.fb_ha_auth_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    font-family: Tahoma, tahoma, Arial, sans-serif;
    direction: rtl;
}

.fb_ha_auth_box {
    background: #FFFFFF;
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #EAEAEA;
    position: relative;
    overflow: hidden;
}

.fb_ha_auth_box::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0078B7, #F89E1F);
}

.fb_ha_auth_header_logo {
    text-align: center;
    margin-bottom: 25px;
}

.fb_ha_auth_header_logo img {
    width: 65px;
    height: auto;
    margin-bottom: 15px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.fb_ha_auth_header_logo h3 {
    margin: 0;
    color: #393939;
    font-size: 24px;
    font-weight: 800;
}

.fb_ha_auth_desc {
    text-align: center;
    color: #696767;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.fb_ha_input_group {
    position: relative;
    margin-bottom: 20px;
}

.fb_ha_input_icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #0078B7;
    font-size: 20px;
    pointer-events: none;
}

.fb_ha_input {
    width: 100%;
    padding: 15px 15px 15px 45px !important;
    border: 1px solid #DADADA !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    color: #393939 !important;
    background: #F9FAFC !important;
    direction: ltr;
    text-align: center;
    transition: all 0.3s ease !important;
    box-sizing: border-box;
    font-family: inherit !important;
}

.fb_ha_input:focus {
    border-color: #0078B7 !important;
    background: #FFFFFF !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(0, 120, 183, 0.1) !important;
}

.fb_ha_btn_submit {
    width: 100%;
    background: #0078B7 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 15px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0, 120, 183, 0.2) !important;
    font-family: inherit !important;
}

.fb_ha_btn_submit:hover {
    background: #006092 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 120, 183, 0.3) !important;
}

.fb_ha_auth_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-size: 13px;
}

#fb_ha_timer_text { color: #F89E1F; font-weight: bold; }
#fb_ha_btn_edit_phone { color: #0078B7; text-decoration: none; font-weight: bold; transition: 0.2s; }
#fb_ha_btn_edit_phone:hover { color: #004d75; text-decoration: underline; }

.fb_ha_auth_message_box {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.fb_ha_msg_error { background: #FFF5E6; color: #F89E1F; border: 1px solid #F89E1F; }
.fb_ha_msg_success { background: #f4fdf4; color: #71BF44; border: 1px solid #71BF44; }