﻿
.success-animation {
    margin: 30px auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}



body {
    background-color:#fff;
    min-height: 100vh;
}

.brand-wrapper {
    margin-bottom: 19px;
}

    .brand-wrapper .logo {
        height: 37px;
    }

.login-card {
    border: 0;
 /*   border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);*/
    overflow: hidden;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card .card-body {
    padding: 40px 60px 15px;
}

@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px;
    }
}

.login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
    font-family: Tajawal;
}

.login-card form {
    max-width: 100%;
}

.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 12px 25px;
    /*margin-bottom: 20px;*/
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
    font-family: Tajawal;
    text-align:right;
}

    .login-card .form-control::-webkit-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control::-moz-placeholder {
        color: #919aa3;
    }

    .login-card .form-control:-ms-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control::-ms-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control::placeholder {
        color: #919aa3;
    }

.login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: rgb(var(--primary-color));
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff !important;
    margin-bottom: 24px;
    
}

    .login-card .login-btn:hover {
        border: 1px solid #000;
        background-color: #000;
        color: #000;
    }

.CustomRegister-btn {
    padding: 13px 20px 12px;
    background-color: #000;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
    font-family: Tajawal;
    border-color: #9f8116;
}

    .CustomRegister-btn:hover {
        border: 1px solid #000;
        background-color: #9f8116;
        color: #fff;
    }

.login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px;
    font-family: Tajawal;
}

.login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px;
    font-family: Tajawal;
}

@media (max-width: 767px) {
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}

.login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3;
    font-family: Tajawal;
}

.login-logo {
    position: absolute;
    z-index: 999;
    max-width: 63%;
    left: 19%;
    top: 12px;
}

.overlay-div {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    opacity: .5;
}

/*.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}*/

.input-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.alignRtlFPasswowrd {
    direction: rtl !important;
    text-align: right !important;
}

/*Custome Css*/
.dirDiv {
    direction: rtl !important;
    text-align: right !important;
}

.form-check-inlineAr {
    margin: auto
}

.span.input-group-textAr {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

/*span.input-group-text {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}*/

/*input#phoneNumber {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}*/

.form-check.form-check-inline {
    margin: auto !important;
}

.form-check-input {
    margin-left: 5px !important;
}

.input-group-NumbrtAr {
    direction: ltr !important;
}

input {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text;
}

.form-control {
    line-height: 0 !important;
}

.phone-group {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.emiratesId-group {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.password-group {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.password-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    margin-right: -1px;
}
/*.uaePassSignIn_btn {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    border: 0;
    box-shadow: 0px 1px 2px 1px rgb(100 100 100 / 12%);
    outline: none;
    width: 100%;
    padding: 8px 15px 8px 40px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-image: url('/img/UAEPASS_logo_white_bg.png');
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-size: contain;
}

    .uaePassSignIn_btn:hover {
        background-color: #000;
        color: #fff;
        background-image: url('/img/UAEPASS_logo_dark_bg.png');
        transition: all 0.2s ease-in-out;
    }*/
.uaePassSignIn_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    
    border: 0;
   
    outline: none;
    width: 100%;
    padding: 8px 15px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .uaePassSignIn_btn img {
        height: 35px;
    }

    .uaePassSignIn_btn .white-logo {
        display: inline-block !important;
    }

    .uaePassSignIn_btn .dark-logo,
    .uaePassSignIn_btn .disabled-logo,
    .uaePassSignIn_btn .pressed-logo {
        display: none !important;
    }

    /* hover style */
    /* .uaePassSignIn_btn:hover {
        background-color: #000;
        color: #fff;
    }

        .uaePassSignIn_btn:hover .dark-logo {
            display: inline-block !important;
        }

        .uaePassSignIn_btn:hover .white-logo,
        .uaePassSignIn_btn:hover .disabled-logo,
        .uaePassSignIn_btn:hover .pressed-logo {
            display: none !important;
        }*/

    /* disabled style */
    .uaePassSignIn_btn:disabled {
        background-color: #fff;
        color: #a4a4a4;
        cursor: default;
    }

        .uaePassSignIn_btn:disabled .disabled-logo {
            display: inline-block !important;
        }

        .uaePassSignIn_btn:disabled .white-logo,
        .uaePassSignIn_btn:disabled .dark-logo,
        .uaePassSignIn_btn:disabled .pressed-logo {
            display: none !important;
        }

    /* pressed style */
    .uaePassSignIn_btn:visited {
        background-color: #f7f7f7;
        color: #000;
    }

        .uaePassSignIn_btn:visited .pressed-logo {
            display: inline-block !important;
        }

        .uaePassSignIn_btn:visited .white-logo,
        .uaePassSignIn_btn:visited .dark-logo,
        .uaePassSignIn_btn:visited .disabled-logo {
            display: none !important;
        }

    /* focus style */
    .uaePassSignIn_btn:focus {
        background-color: #fff;
        color: #000;
        outline: 2px solid #addfcf;
    }

        .uaePassSignIn_btn:focus .white-logo {
            display: inline-block !important;
        }

        .uaePassSignIn_btn:focus .dark-logo,
        .uaePassSignIn_btn:focus .disabled-logo,
        .uaePassSignIn_btn:focus .pressed-logo {
            display: none !important;
        }

.forgot-username {
    position: absolute;
    left: 61px;
}

.row.no-gutters{
    flex-direction:row-reverse;
}

.loginImg {
    justify-content:end;
}

.wizard .wizNum {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    background: #ccc;
    position: relative;
}

.wizNum.active {
    background: rgb(var(--primary-color));
    color: #fff;
}

.wizard .stepNum {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wizsparator {
    width: 24%;
    padding: 0 20px;
}

    .wizsparator hr {
        margin-top: 8px;
        margin-bottom: 0;
    }

.stepTitle {
    position: absolute;
    right: -58px;
    top: 53px;
    color: #000;
    width: 150px;
    white-space: nowrap;
    font-size: 12px;
}

.stepMobile {
    padding: 0;
    margin: 0;
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 16px;
}

footer{
    direction:rtl;
    text-align:right;
}