.login-sec {
    display: flex;
    background-color: #F4F4F4;
}

.green-bg {
    background-image: url(../../images/login_back.png);
    background-size: 100% 100%;
    min-height: 100vh;
    width: 35%;
    overflow-y: auto;
    max-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.green-bg img {
    max-width: 400px;
    width: 90%;
}

.logo-ref {
    display: none;
    padding-bottom: 20px;
    text-align: center;
}

.logo-ref img {
    width: 120px;
}

.green-bg p {
    font-family: 'Al-Jazeera-Bold';
    font-size: 24px;
    margin: 20px 0 0 0;
    color: rgb(12, 12, 12);
}

.green-bg p:last-of-type {
    font-size: 18px;
}

.form-sec {
    width: 65%;
    margin: auto 0;
    display: flex;
    min-height: 100vh;
    background-color: #F4F4F4;
}

.form-card {
    padding: 40px 50px;
    height: 100%;
    margin: auto;
    width: 100%;
}

.form-card h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Al-Jazeera-Bold';
}

.form-card h2 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    font-family: 'Al-Jazeera-Bold';
}

.form-card .contact-submit {
    padding: 10px;
    width: 85%;
    margin: auto;
    border-radius: 5px;
}

.form-submit {
    padding: 10px;
    width: 100%;
    margin: auto;
    border-radius: 5px;
}

.form-card form input,
.form-card form select,
.form-card form textarea {
    border: 1px solid #666;
    padding: 10px 50px 10px 10px;
    direction: rtl;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #666;
}

.form-card form textarea {
    resize: none;
    margin: 10px 0 15px;
}

.form-card .select-arrow {
    position: relative;
    max-width: 888px;
    margin: auto;
}

.form-card .select-arrow select {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    padding-left: 50px !important;
    min-width: 120px;
}

.add-photo {
    padding: 0;
    min-width: 100px;
    border: none;
    background-color: #fff;
    color: #7FBF47;
    height: 39px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.form-card .number-div {
    flex-wrap: nowrap;
}

.form-card .number-div input {
    width: 80px;
    flex-grow: 1;
    margin-left: 10px;
}

.form-card form .select-arrow::after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 20px;
    top: 8px;
    left: 20px;
    position: absolute;
    color: #7FBF47;
}

.form-card #accordion button {
    margin-bottom: 0;
    background-color: #fff;
}

.form-card #accordion .card {
    border: none;
    margin-bottom: 15px;
}

.form-card #accordion .card-header {
    border: none;
    padding: 0;
}

.form-card #accordion .btn-link {
    color: rgb(43, 43, 43);
    padding: 15px 20px 15px 40px;
    font-size: 14px;
    width: 100%;
    transition: all 0.4s ease-in-out;
    transform: translateY(0);
}

.form-card #accordion .btn-link:hover {
    text-decoration: none;
    color: #f3c623;
    transform: translateY(-5px);
}

.form-card #accordion .btn-link:active,
.form-card #accordion .btn-link:focus {
    text-decoration: none;
}

.form-card #accordion .card-body {
    color: #989898;
    font-size: 14px;
}

.form-card #accordion .btn::after {
    content: "\f0d7";
    color: #f3c623;
    top: 15px;
    left: 20px;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.form-card #accordion .btn[aria-expanded="true"]::after {
    content: "\f0d8";
}

.login-confirm {
    text-align: center;
    font-family: "GE-Medium";
    color: rgb(38, 38, 38);
    font-size: 14px;
    margin-top: 20px;
}

.login-confirm a {
    text-decoration: underline;
    color: rgb(38, 38, 38);
}

@media (max-width: 992px) {
    .form-card {
        padding: 40px 20px;
    }
}

@media (max-width: 992px) {

    .form-card form input,
    .form-card form select,
    .form-card form textarea {
        font-size: 13px;
    }
}

#prevBtn {
    background-color: transparent;
    color: #7fbf47;
    border: 1px solid #7fbf47;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px;
    padding: 0;
    border-radius: 20px;
}

#videoPlaceholder {
    margin: 10px;
    width: 100px;
}

.face-photo {
    width: 265px;
    font-size: 18px;
    border: 1px solid #7fbf47;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto 20px;
}

.face-photo button {
    display: block;
    margin: 10px auto;
    border: 1px solid #7fbf47;
    padding: 2px 10px;
    border-radius: 5px;
    width: 200px;
    background: transparent;
}

@media screen and (max-width: 768px) {
    .green-bg {
        display: none;
    }

    .form-sec {
        width: 100%;
    }

    .logo-ref {
        display: block;
    }
}

/*******************sign in section*********************/
.sign-section {
    background-image: url(../images/bg3.html);
    background-color: #f2f3f7;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 380px;
    border: none;
    padding: 20px 0 80px 0;
}

.sign-section .explain {
    text-align: right;
}

.sign-section .explain img {
    max-width: 32px;
    max-height: 32px;
    margin-left: 5px;
}

.sign-section .explain h4 {
    font-family: "DroidKufi-Regular";
    direction: rtl;
}

.sign-section .explain p {
    font-family: "GE-Medium";
    direction: rtl;
    text-align: justify;
    font-size: 20px;
    line-height: 42px;
    margin: 25px 0;
}

.sign-section .form-card {
    padding-top: 15px;
}

.input-size {
    max-width: 450px;
    margin: auto;
}

.sign-cards-body .tabs {

    margin: auto;
    justify-content: center;
    align-items: center;
}

.tabs .p-rel img {
    position: absolute;
    top: 12px;
    right: 20px;
    max-width: 20px;
    max-height: 20px;
}

.sign-cards-body .tabs .tab {
    display: none;
}

.sign-cards-body .tabs .tab.active {
    display: block !important;
}

.sign-cards-footer {
    padding: 16px;
    text-align: center;
}

.sign-actions {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 10px auto;
    max-width: 400px;
}

.sign-actions button {
    margin-bottom: 10px;
    transform: scale(1.0);
    transition: all 0.6s ease-in-out;
}

.sign-actions button:hover {
    transform: scale(1.01);
    box-shadow: 1px 1px 6px #666666a6;
}

.sign-actions .form-submit#nextBtn,
.form-submit {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    border: none;
    background: #7fbf47;
}

.p-main {
    font-family: 'Al-Jazeera-Bold';
    margin-bottom: 30px;
    color: #7E7E7E;
}

#skipBtn {
    background-color: #C9C9C9;
}

.btn-darkgray {
    background-color: #707070;
}

.forget-link {
    text-decoration: underline;
    transition: all 0.6s ease-in-out;
    margin-right: 5px;
}

.forget-link:hover {
    text-decoration: underline;
}

.form-card .steps {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.form-card .step span {
    transition: all 0.3s ease-in-out;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #fff;
    border-radius: 11px;
    font-weight: 600;
    margin: 5px;
    padding: 0;
    line-height: 19px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #e1e1e1;
}

.form-card .step.active span {
    border: 1px solid #7FBF47;
    color: #7FBF47;
}


/********************************/
.id-upload {
    position: relative;
    max-width: 205px;
    padding: 30px 20px;
    background: #fff;
    color: #7FBF47;
    border: 1px solid #7FBF47;
    border-radius: 5px;
    width: 170px;
    height: 185px;
    text-align: center;
    margin: 10px;
}

.id-upload .id-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.id-upload .id-edit input {
    display: none;
}

.id-upload .id-edit input+label {
    display: inline-block;
    width: 170px;
    height: 185px;
    margin-bottom: 0;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.id-upload .id-preview {
    width: 110px;
    height: 80px;
    position: relative;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

.id-upload .id-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.id-upload p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.file-select-name1,
.file-select-name2 {
    color: #666;
}

.id-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

#videoCapture {
    display: none;
    position: relative;
    height: 160px;
    width: 212px;
}

#myVideo,
#myCanvas {
    border: 1px solid #ddd;
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
}

#getPic {
    border: 1px solid #7fbf47 !important;
    padding: 2px 10px !important;
    background: transparent;
    direction: rtl;
    color: #7fbf47 !important;
    width: 100%;
    border-radius: 5px;
    margin: 10px auto;
    display: none;
    width: 200px !important;
    text-align: center;
}

.code-input {
    width: 50px !important;
    height: 50px;
    margin: 5px;
    padding: 0 !important;
    line-height: 50px;
    font-size: 26px !important;
    text-align: center;
    border: 1px solid #7fbf47 !important;
}

.input-design {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

button:disabled {
    background: #C9C9C9;
}
