
.loginbox {
    /* background: #f6f6f6; */
    background-image: url('../../../images/bglogin.jpg') !important;
    background-position: top center;
    background-repeat: no-repeat !important;
    background-size: cover;
}

.bg-gray {
    /* background: #f6f6f6; */
    background-image: url(../../../../content/layouts/assets/afraciaimages/bg-img.png);
    background: transparent !important;
}

loginbox  .logsize {
    width: 193px;
    display: block;
    margin-top: 84px !important;
    margin: -19px auto;
    padding-bottom: 0px !important;
    margin-bottom: -60px !important;
}
@media only screen and (max-width: 768px) {
    .loginbox .logsize {
        width: 129PX !IMPORTANT;
        display: block;
        margin-top: 29px !important;
        margin: -19px auto;
        padding-bottom: 0px !important;
        margin-bottom: -60px !important;
    }
    .loginbox {
        background-image: url('/content/images/bglogin.jpg') !important;
        background-position: top center;
        background-repeat: no-repeat !important;
        background-size: cover;
        height:100% !important;
    }
    .registerdiv .mb-3 {
        margin-bottom: 0.9rem !important;
    }
        .loginbox .logsize {
            width: 193px;
            display: block;
            margin-top: 34px !important;
            margin: -19px auto;
            padding-bottom: 0px !important;
            margin-bottom: -60px !important;
        }
    .mb-sm-3 
    {
        margin-bottom:15px;
    }
}
@media (max-width: 767.98px) {
    .auth-page-wrapper .overflow-hidden {
        overflow: HIDDEN !important;
    }

    #RegisterDialuge .heightSCROLL {
        HEIGHT: auto !important;
        overflow: visible;
    }

    .auth-page-wrapper .overflow-hidden {
        overflow: visible !important;
    }
}