@media only screen and (min-width: 768px) {
    .huro-footer .footer-copyright {
        padding: 0.75rem 0 0.75rem 0!important;
    }
    .hero-body {
        padding: 0rem 0rem !important;
    }
    .huro-footer {
        padding-top: 0px!important;
        margin-top: -42px;
    }
}

@media only screen and (max-width: 768px) {
    .huro-footer {
        padding-top: 5rem !important;
    }
}
a:hover {
    color: #ffffff !important;
}

/*---------------loading--------------*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;

    border: 15px solid rgba(33, 150, 243, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.colorAnimation {
    color: #29b6f6;
    position: relative;
    animation-name: colorAnimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

@keyframes colorAnimation {
    0%   {color: #5854d5;}
    25%  {color: #4d50ab;}
    50%  {color: #425285;}
    75%  {color: #225c94;}
    100% {color: #4374b7;}
}

/*----------------spinnerBox--------*/
#spinnerBox {
    background-color: rgb(0 0 0 / 99%);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

.spinnerBox {
    position: relative;
    right: 49%;
    top: 50%;
}

.spinnerBox img {
    position: absolute;
    transform: translate(50%, -50%);
    width: 20%
}

/*---------------------------*/
#captchaControl{
    width: 50%;
    display: inline-grid;
}
input[type=tel] {
    direction: rtl;
}


@media only screen and (max-width: 768px) {
    .modern-login .is-form {
        margin-top: -164px;
    }
    .modern-login .top-logo img {
        max-width: 70%;
    }
    body .modern-login {
        background: #232326;
        margin-top: -22px;
        padding-top: 56px;
    }
    .spinnerBox img {
        position: absolute;
        transform: translate(50%, -50%);
        width: 50%;
    }
}

.top-logo img ,.auth-logo a img {
    width: 150px;
}
.spinnerBox img {
    width: 170px;
}