:root {
    --indigo-900: #0f1235;
    --indigo-800: #1d2149;
    --indigo-700: #2a2f63;
    --accent-cyan: #7de3e3;
    --accent-orange: #ff8c3a;
    --accent-green: #9eec98;
    --text-primary: #ffffff;
    --text-dark: #1d2149;
    --muted: #9aa3c0;
    --bg-page: #f7f8fb;
    --card-shadow: 0 30px 80px rgba(17, 22, 54, 0.1);
}

body {
    font-family: "Alexandria", "Cairo", sans-serif !important;
    background: #fff;
    color: var(--text-dark);
    direction: rtl;
}

main {
    background-color: #ffffff
}

.basic-wrapper.card-body {
    padding-top: 0 !important;
}

.login-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: var(--card-shadow);
    border: 1px solid rgba(15, 18, 53, 0.05);
}

h4.login-title,
h6.login-title {
    height: 32px;
    color: rgba(29, 33, 73, 1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 41px;
}

h6.login-title {
    font-size: 14px;
    margin-bottom: 0;
}

.form-label,
.form-check-label {
    color: #1d2149;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 12px;
    margin-top: 5px;
}

.form-control {
    border: 1px solid #e6e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
    background: linear-gradient(90deg, var(--Background-Primary, #3E489E) 0%, #161A38 100%);
    border: 1px solid #ffffff33;
    border-radius: 26px;
    padding: 16px 12px;
    font-weight: 500;
    margin: 32px 0;
}

.create-account-section,
.create-account-section a,
.create-account-section a:hover,
.create-account-section span {
    color: rgba(29, 33, 73, 1);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 767px) {
    .basic-wrapper.card-body {
        padding: 0 !important;
    }
}

@media (min-width: 1200px) {
    main>.container.container-fluid {
        max-width: 1440px;
    }

    .hero-panel {
        height: 850px !important;
    }
}

.col-xs-12, .col-md-10, .col-lg-7,.col-xl-12 {
    all:unset !important;
}