.full-page.login-page.section-image{
    background: url('/img/login/login-5.jpeg');
    background-size: cover;
    background-position: center;
}
.card.card-login{
    direction: rtl;
}
.btn-green{
    border:1px solid;
}
.card.card-login .input-group-prepend .input-group-text{
    border-radius: 0 30px 30px 0;
    padding: 0px 15px 0 0;
    background-color:  rgba(255, 255, 255, 0.15) !important;;
}
.card.card-login input{
    border-radius: 30px 0 0 30px!important;
    background-color:  rgba(255, 255, 255, 0.15) !important;;

}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: calc(100% - 33px);
}
.iti--separate-dial-code .iti__selected-flag{
    color: black!important;
    border: 1px solid #0000001c;
}
.login-page .card-login .logo-container{
    width: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0 0 35px 5px #ffffff45;
    border-radius: 50%;
}
.loadingOnline{
    position: absolute;
    /*left: 10px;*/
    margin-top: -8px;
}

.loadingOnline .loaderRefOnline{
    z-index: 100;
    perspective: 800px;
    width: 28px;
    height: 28px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #EFEFFA;
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #EFEFFA;
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
input:-internal-autofill-selected{
    background-color: transparent!important;
}


.form-check .form-check-sign::after{
    font-family : Nucleo Outline!important;
    color: white!important;
}

.wizard-navigation li{
    text-align: center;
    background-color: rgba(200, 200, 200, 0.2);
    list-style: none;
}
.wizard-navigation li.active{
    background : -webkit-linear-gradient(224deg, rgba(37,28,73,.93) 20%, rgba(115,25,102,.93) 44%);
    box-shadow: 0 16px 26px -10px rgba(37,28,73,.56)  , 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(37 28 73 / 20%);
    border-radius: 4px;
    height: 45px;
}
.wizard-navigation li a{
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    padding: 10px 0;
    display: block;
    font-weight: 500;

}
.wizard-navigation li.active a{
    padding-top: 12px;
    color: white;
    -webkit-font-smoothing: subpixel-antialiased;
}
.wizard-navigation  {
    height: 38px;
}
.wizard-card .tab-content{
    width: 100%;
}


.wizard-card .wizard-title{
    font-size: 18px;
}
.input-group .input-group-addon{
    position: absolute;
    left: -35px;
    top: 24px;
}

#phoneNumDiv .control-label{
    left: 0px;
    top: -36px;
    font-size: 13px;
    color: #666;
}