*, body {
    direction: var(--bs-rtl);
    font-family: var(--bs-font-family);
    font-weight: var(--bs-font-regular);
    font-size: var(--bs-font-size);
    line-height: var(--line-height);
}

.container-fluid {
    min-width: 100vw;
    min-height: 100vh;
}

.right-section {
    background: var(--bs-c2);
    color: var(--bs-c7);
    min-height: 100vh;
}

    .right-section .content {
        min-height: 100vh;
    }

    .right-section header {
        color: inherit;
        max-width: 416px;
        margin: 0 auto;
        padding: 48px 20px 0;
        text-align: right;
        height: 37vh;
    }

        .right-section header .logo {
            color: inherit;
            opacity: 0.7;
            text-decoration: none;
            margin-bottom: 30px;
            display: block;
        }

            .right-section header .logo:hover {
                opacity: 1;
            }

            .right-section header h1 {
                text-align: justify;
                font: var(--bs-font-bold) 22px/38px var(--bs-font-family);
            }

    .right-section .artwork {
        margin: 0 auto;
        margin-right: -11px;
        margin-left: -11px;
        color: inherit;
        text-align: right;
        height: 63vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .right-section .artwork .artwork-image {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
        }

        .right-section .artwork .artwork-author {
            position: absolute;
            bottom: 0;
            width: 416px;
            text-align: center;
        }

            .right-section .artwork .artwork-author p {
                padding: 0 30px !important;
                line-height: 30px;
                color: inherit;
                opacity: 0.7;
                width: max-content;
                margin-bottom: 1rem;
            }

        .right-section .artwork .artwork-image img {
            height: 100%;
            width: 100%;
        }

.divider {
    border-top: 1px solid #dbdbde;
}

hr.divider {
    margin-bottom: 10px;
    padding: 0;
    overflow: visible;
    border: none;
    border-top: 1px solid #3d3d43;
    color: #3d3d43;
    text-align: center;
}

    hr.divider:after {
        content: 'أو';
        display: inline-block;
        position: relative;
        top: -7px;
        padding: 0 16px;
        background: white;
        font: var(--bs-font-regular) 14px/14px var(--bs-font-family)
    }

.left-section.content {
    min-height: 100vh;
}

    .left-section .header {
        margin: 0 auto;
        padding: 48px 20px 0;
        text-align: left;
        height: 30vh;
    }

        .left-section .header p {
            display: inline;
            margin: 0 10px;
            padding: 0;
            color: var(--bs-c2);
        }

        .left-section .header .quick-guide {
            color: var(--bs-c1);
            text-decoration: none;
        }

            .left-section .header .quick-guide:hover {
                color: var(--bs-c1d10);
                text-decoration: underline;
            }

    .left-section .forms {
        margin: 0 auto;
        padding: 0 20px 0;
        color: var(--bs-c2);
        text-align: right;
    }

        .left-section .forms .form-wrapper {
            width: 100%;
            max-width: 416px;
            margin: auto;
        }

            .left-section .forms .form-wrapper h2 {
                text-align: justify;
                letter-spacing: 2px;
                margin-bottom: 26px;
                font: var(--bs-font-bold) 24px/30px var(--bs-font-family);
            }

            .left-section .forms .form-wrapper .key-form {
                display: flex;
                margin: 0 0 40px;
            }

        .left-section .forms .user-form .btn-sign-in {
            display: block;
            width: 50%;
            max-width: 200px;
            margin-top: 22px;
            color: var(--bs-c7);
            background: var(--bs-c2);
            border: 1px solid var(--bs-c2);
            border-radius: 4px;
        }

            .left-section .forms .user-form .btn-sign-in:hover {
                border: 1px solid var(--bs-c2);
                background: var(--bs-c2a);
            }

            .left-section .forms .user-form .btn-sign-in:focus {
                border: 1px solid var(--bs-c2);
                background: var(--bs-c2a);
                text-decoration: none;
            }

        .left-section .forms .user-form .content {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font-style: inherit;
            font-weight: inherit;
            line-height: 1;
            vertical-align: baseline;
        }

            .left-section .forms .user-form .content fieldset {
                margin: 0 0 12px;
            }

label {
    display: block;
    margin: 14px 0 4px;
    color: var(--bs-c2);
    font: var(--bs-font-regular) 16px/24px var(--bs-font-family);
}

input[type='text'], input[type='number'], input[type='search'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], .braintree-input, .selectize-input {
    border: 1px solid transparent;
}

input[type='text'], input[type='number'], input[type='search'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], .braintree-input, .selectize-input, textarea, .ql-container .ql-editor, select, .input-with-prefix {
    font: var(--bs-font-regular) 16px/24px var(--bs-font-family);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    -webkit-transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
    border-radius: 4px;
    outline: none;
    background-color: #f3f3f4;
    color: #0d0c22;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    direction: var(--bs-rtl);
}

label.password a {
    position: relative;
    float: left;
    color: var(--bs-c1);
    text-decoration: none;
}

    label.password a:hover {
        color: var(--bs-c1d10);
        text-decoration: underline;
    }

.left-section .forms .form-wrapper .key-form .btn-key {
    width: 100%;
    color: var(--bs-c2);
    background: var(--bs-c7);
    border: 1px solid var(--bs-c2);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

    .left-section .forms .form-wrapper .key-form .btn-key:hover {
        background: var(--bs-c2);
        color: var(--bs-c7);
    }

    .left-section .forms .form-wrapper .key-form .btn-key:focus {
        background: var(--bs-c2);
        color: var(--bs-c7);
    }

    .left-section .forms .form-wrapper .key-form .btn-key .paragraph {
        height: 100%;
        padding: 6px 12px;
        margin-left: -12px;
    }

    .left-section .forms .form-wrapper .key-form .btn-key .key-icon {
        height: 100%;
        padding: 6px 12px;
        margin-left: -12px;
        background: var(--bs-c2);
        color: var(--bs-c7);
        border: none;
        border-radius: 2px 0 0 2px;
    }

        .left-section .forms .form-wrapper .key-form .btn-key .key-icon img {
            height: 24px;
        }

input:hover[type='text'], input:hover[type='number'], input:hover[type='search'], input:hover[type='password'], input:hover[type='email'], input:hover[type='url'], input:hover[type='tel'], input:hover[type='date'], textarea:hover, select:hover, .input-with-prefix:hover {
    border-color: rgba(0,0,0,0.1);
    background-color: var(--bs-c7);
    -webkit-box-shadow: 0 0 0 4px rgba(2, 37, 75, 0.1);
    box-shadow: 0 0 0 4px rgba(2, 37, 75, 0.1);
}

input:focus[type='text'], input:focus[type='number'], input:focus[type='search'], input:focus[type='password'], input:focus[type='email'], input:focus[type='url'], input:focus[type='tel'], input:focus[type='date'], textarea:focus, select:focus, .input-with-prefix:focus {
    border-color: rgba(2, 37, 75, 0.81);
    background-color: var(--bs-c7);
    -webkit-box-shadow: 0 0 0 4px rgba(2, 37, 75, 0.1);
    box-shadow: 0 0 0 4px rgba(2, 37, 75, 0.1);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.7;
    font: var(--bs-font-light) 16px/24px var(--bs-font-family);
}

::-webkit-input-placeholder { /* Microsoft Edge */
    opacity: 0.7;
    font: var(--bs-font-light) 16px/24px var(--bs-font-family);
}

@media (max-width: 1024px) {
    .right-section {
        display: none;
    }
}

@media (max-width: 428px) {
    .left-section .header {
        height: 26vh;
    }
}

#Username {
    direction: var(--bs-ltr);
}

#Password {
    direction: var(--bs-ltr);
}

.validation-summary {
    display: flex;
    margin-top: 25px;
    text-align: justify;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-right: 0;
}