@charset "UTF-8";
.login-container {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 1100px;
    position: relative;
    padding-bottom: 50px;
    width: 100%;
    /* background: url("../images/sigw.png") no-repeat center center; */
    background-size: cover;
    overflow: hidden;
    isolation: isolate;
    /* background-position: center 10%; */
}

.loginw-image-bg {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: unset !important;

    @media (max-width: 1024px) {
        display: none;
    }
}

.loginw-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: unset;
    min-height: unset !important;
    object-fit: unset !important;

    @media (max-width: 1024px) {
        display: none;
    }
}

.chase-bg {
    position: absolute; /* بدل fixed */
    inset: 0;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.bgg-overlay {
    background: transparent;
}

.blob {
    opacity: 0.25;
    mix-blend-mode: screen;
}

.chase-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.orbit {
    position: absolute;
    inset: -20%;
    animation: rotateOrbit 25s infinite alternate ease-in-out;
    transform-origin: center;
    transform: rotate(0deg) scale(1.05);
}

.blob {
    position: absolute;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    filter: blur(800px);
    opacity: 0.25;
    mix-blend-mode: multiply;
}

.blob-1 {
    background: #f8992c;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-2 {
    background: #44bda4;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.blob-3 {
    background: #8379b8;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-4 {
    background: #fe2c55;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.login-container
    > *:not(.loginw-image):not(.orbit):not(.chase-bg):not(.bgg-overlay):not(
        .glass-overlay
    ) {
    position: relative;
    z-index: 10;
}
.loginw-image {
    /* position: absolute;
    inset: 0;             
     width: 100vw;
  min-height: 90vh;
    object-fit: cover;
    z-index: 6 !important;
    pointer-events: none; 
  background-position: center 10%; */

    @media (max-width: 1024px) {
        display: none;
    }
}
@media (max-width: 1968px) {
    .login-container {
        min-height: 77vh;
    }
}
@media (max-width: 1827px) {
    .login-container {
        min-height: 72vh;
    }
}

.login-container .slider-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-container .slider {
    position: relative;
    background-color: transparent;
    height: 42px;
    border-radius: 50px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2509803922) inset;
    margin-bottom: 60px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.login-container .login-form {
    width: 100%;
}
html[lang="ar"] .login-container .slider {
    width: 75%;
}
html[lang="en"] .login-container .slider {
    width: 50%;
    max-width: 320px;
}
html[lang="ar"] .login-container .slider {
    width: 50%;
    max-width: 520px;
}
.login-container .slider span {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Baloo 2;
    font-weight: 700;
    z-index: 2;
    cursor: pointer;
    transition: color 0.2s ease;
}
html[lang="ar"] .login-container .slider span {
    font-size: clamp(12px, 2vw, 18px);
}
html[lang="en"] .login-container .slider span {
    font-size: clamp(18px, 2vw, 20px);
}
.login-container .span-1 {
    height: 100%;
    border-radius: 50px;
    color: white;
    padding-top: 6px;
}

.login-container .span-2 {
    color: #f05271;
}

html[lang="en"] .login-container .slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    /* نص العرض */
    height: 100%;
    background-color: transparent;
    border-radius: 50px;
    z-index: 1;
    transition: transform 0.5s ease;
}
html[lang="ar"] .login-container .slider-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    /* نص العرض */
    height: 100%;
    background-color: transparent;
    border-radius: 50px;
    z-index: 1;
    transition: transform 0.5s ease;
}
.login-container .separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 23px;
    color: #ccc;
    font-size: 24px;
    font-weight: 700;
    width: 77%;
}

/* تنسيق الخطوط الجانبية (ما قبل الكلمة وما بعدها) */
.login-container .separator::before,
.login-container .separator::after {
    /* لإنشاء المحتوى المطلوب (هنا خط) */
    content: "";
    /* العنصر المرن يأخذ أكبر مساحة متاحة بالتساوي */
    flex: 1;
    /* خط سفلي بحجم 1 بكسل ولون رمادي */
    border-bottom: 3px solid #ccc;
    /* توسيط الخطوط عمودياً مع النص */
    margin: auto 0;
}

/* إضافة مسافة بين الخط والنص */
.login-container .separator::before {
    margin-right: 15px;
    /* مسافة قبل النص */
}

html[lang="en"] .login-container .separator::before {
    margin-right: 15px;
}

html[lang="ar"] .login-container .separator::before {
    margin-left: 15px;
}

.login-container .separator::after {
    margin-left: 15px;
    /* مسافة بعد النص */
}

html[lang="en"] .login-container .separator::after {
    margin-left: 15px;
}

html[lang="ar"] .login-container .separator::after {
    margin-right: 15px;
}

.login-container .center-col {
    width: 45%;
    max-width: 741px;
    margin-top: 180px;
    text-align: center;
}

.login-container .center-col .title {
    font-family: Baloo 2;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f05271;
    margin-bottom: 29px;
}

.login-container .center-col .sub-title {
    font-family: Baloo 2;
    font-weight: bold;
    font-size: clamp(18px, 5vw, 48px);
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0px;
}

.login-container .center-col .input {
    padding: 0 30px;
    width: 80%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    opacity: 1;
    border-radius: 168px;
    border: none;
    outline: none;
    margin-bottom: 31px;
}
@media (max-width: 1300px) {
    .login-container .center-col .input {
        margin-bottom: 3px;
    }
}

.login-container .center-col input {
    padding: 0 24px;
    height: 60px;
    background-color: #ffffff !important;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    opacity: 1;
    border-radius: 168px;
    border: none;
    outline: none;
    margin-bottom: 24px;
    width: 80%;
}

.login-container input::placeholder {
    color: #aaa;
    font-weight: 500;
    padding-right: 5px;
    font-size: 16px !important;
    opacity: 1;
    /* علشان اللون يبان بوضوح */
}
html[lang="ar"] .login-container input::placeholder {
    font-size: clamp(12px, 2vw, 18px);
}
html[lang="en"] .login-container input::placeholder {
    font-size: 18px;
}
.login-container .center-col button {
    width: 80%;
    height: 60px;
    font-weight: 700;
    font-size: clamp(18px, 5vw, 24px);
    border: none;
    border-radius: 168px;
    outline: none;
    margin-bottom: 25px;
    cursor: pointer;
}

.login-container .center-col .signin {
    background-color: #f05271;
    color: #ffffff;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
}

.login-container .center-col .signin:hover {
    background-color: #8379b8;
}

/* btn-1: Google */
.login-container .center-col .btn-1 {
    border: 2px solid #4284f3;
    background-color: transparent;
    font-size: clamp(18px, 5vw, 24px);
    color: #4284f3;
    z-index: 5;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
    cursor: pointer;
}

.login-container .center-col .btn-1:hover {
    background-color: #f05271;
    color: #fff;
    border-color: #f05271;
    transform: scale(1.05);
}

/* btn-2: Apple */
.login-container .center-col .btn-2 {
    border: 2px solid #808080;
    background-color: transparent;
    color: #808080;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
    /* تم التأكد من عدم وجود تكرار أو transition إضافي هنا */
}

.login-container .center-col .btn-2:hover {
    background-color: #f05271;
    color: #fff;
    border-color: #f05271;
}

.login-container .no-account {
    display: flex;
    width: 100%;
    padding-left: 13%;
}

html[lang="ar"].login-container .no-account {
    padding-right: 13%;
}

.login-container .no-account a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
    color: #f8992c;
}

html[lang="ar"] .login-container .no-account a {
    margin-left: -28px;
}

.login-container .remember {
    display: flex;
    width: 86%;
    /* زي عرض العناصر اللي فوق */
    margin-bottom: 20px;
    padding-left: 13%;
    margin-top: 5px;
}

html[lang="ar"] .login-container .no-account {
    padding-right: 13%;
}

html[lang="ar"] .login-container .remember {
    padding-right: 13%;
    padding-left: 0px;
}

.login-container .remember .p-1 {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 0;
    line-height: 1;
    width: 45%;
    /* يخلي النص متزن عموديًا */
}

.login-container .remember .p-2 {
    color: #f05271;
    width: 55%;
    display: flex;
    align-items: flex-start;
    padding: 0px;
    justify-content: flex-end;
    margin-top: -8px;
}

.login-container .login-container .remember .p-2 {
    color: #f05271;
    font-size: clamp(12px, 5vw, 14px);
    font-weight: 500;
    margin-bottom: 0px;
}

.login-container .remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #f05271;
    cursor: pointer;
    position: relative;
    /* يظبطه نازلاً أو طالعاً بسيط حسب المتصفح */
}

@media (max-width: 1300px) {
    .login-container {
        background-image: none;
        min-height: 100vh;
    }
    .login-container .center-col {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        flex-direction: column;
        margin-left: 0;
        width: 90%;
    }
    .login-container .remember {
        padding-left: 12%;
        padding-right: 12%;
        width: 100%;
    }
    .login-container .center-col input {
        width: 100%;
    }
    .login-container .center-col button {
        width: 100%;
    }
}

@media (max-width: 931px) {
    html[lang="en"] .login-container .slider {
        width: 90%;
    }
    html[lang="ar"] .login-container .slider {
        width: 90%;
    }
}
@media (max-width: 500px) {
    .login-container .slider {
        width: 90%;
    }
    .login-container .center-col input {
        width: 90%;
    }
    .login-container .center-col button {
        width: 90%;
    }
}
@media (max-width: 420px) {
    .login-container .remember {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 0px;
        padding-right: 0px;
    }
    .login-container .remember .p-2 {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 2px;
        width: 100%;
    }
    .login-container .remember .p-1 {
        height: 21px;
        width: 100%;
    }
}
@media (max-width: 374px) {
    .login-container .no-account {
        flex-direction: column;
        align-items: flex-start;
    }
    .login-container .no-account a {
        margin-left: 0px;
    }
}
@media (max-width: 1284px) {
    html[lang="ar"] .login-container .remember .p-2 {
        margin-left: 10%;
    }
}
.login-container .separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77%;
    margin: 10px auto;
}

/*# sourceMappingURL=login.css.map */
