﻿.loading-texted {
    position: absolute;
    top: 48px;
    left: 85px;
    color: #777777;
}


.imageseted {
    position: absolute;
    top: 41px;
    left: 42px;
}

.loading-texted {
    position: absolute;
    top: 48px;
    left: 85px;
    color: #777777;
}

.wait-plese {
    background-color: #dcdcdc;
    width: 200px;
    color: #777777;
    padding: 7px;
    border-radius: 5px;
}



.modal-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left:-70px;
    z-index: 999;
    margin: 0 auto;
    transition: opacity 200ms;
}


    .modal-wrapper.intro {
        visibility: visible;
        opacity: 1;
        height: 100%;
        width: 100%;
    }

    .modal-wrapper.open .modal {
        margin-top: -200px;
        opacity: 1;
    }

.sweet-alert .icon.warning {
    border-color: #F8BB86;
    display: block !important;
}

#valid-msg {
    color: #00C900;
    position: relative;
}
/*loader-css*/
.modal-wrapper .please-wait-img {
    height: 120px;
    left: 50% !important;
    margin: -60px 0 0 -100px !important;
}

.modal-wrapper .bar-loader-img {
    text-align: center !important;
    background-color: #f6f6f5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 7px
}

.modal-wrapper .please-wait {
    text-align: center;
    margin-top: 6px;
}
body {
    background: white;
}
p.pwd_info {
    margin: -21px 0 20px 0 !important;
    line-height: normal;
    color: #848E9C !important;
    font-size: 10px !important;
    font-weight: 500;
    text-align: start;
}
.my-4 {
    margin-top: 0 !important;
}
.user_icon {
    position: relative;
}
    .user_icon i {
        position: absolute;
        top: 21px;
        right: 12px;
        /* font-size: 20px; */
        color: #cccccc;
    }

@media (max-width: 600px) {
    .footer {
        height: 50px;
        background: #f1f3f6;
    }
    .text-center.my-3 {
        margin-bottom: 70px!important;
    }
    #ples-wt{
        margin-left:-260px;
    }
    
}
/*@media (max-width: 676px) {
    .userimage {
        position: fixed;
        margin: 0 auto;
        left: 28% !important;
        right: 50%;
        top: 50%;
        bottom: 50%;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        height: 90px;
        width: 200px;
        background-color: #ecebeb;
        padding: 0 0 0 0;
    }
}*/