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

}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: calc(100% - 40px);
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: rgba(255,255,255,.25) !important;
    left: 6px!important;
    color: white!important;
}
.form-group.no-border.form-control-lg .form-control, .input-group.no-border.form-control-lg .form-control{
    padding:15px 8px;
}
.login-page .card-login .logo-container {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 50px;
    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:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.15) inset !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    background-clip: content-box !important;
    /*-webkit-text-fill-color: rgba(255, 255, 255, 0.15);*/
}

.login-page .link:hover{
    color:#a1ec01!important;
}
.logo-container img{
    border-radius: 50%;
}

@media(max-width: 450px){
    .container,.card-body,.col-md-4,.card-footer {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
#sumbitBt{
    position: relative;
}
.iti__selected-flag{
    height:30px!important;
    top: 10px!important;
    width: 65px!important;
    padding:0 0 0 4px!important;
}
.iti--separate-dial-code .iti__selected-dial-code{
    margin-left: 4px!important;
}

.iti__arrow{
    border-top-color:white!important;;
    margin-left: 3px!important;
}