#progress_loading {
    height: 100%;
    left: 0px;
    position: fixed;
    _position: absolute;
    background-color: #eeeeee;
    top: 0px;
    width: 100%;
    filter: alpha(opacity = 0);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 999999;
}

#loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 200px;
    margin-top: -75px; 
    margin-left: -75px; 
    z-index: 999999;
}

@media screen and (width < 576px) {
    .login-form {
        width: 90%;
    }
}

#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 0
}

#hd_pop h2 {
    position:absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: fixed;
    border: 1px solid #e9e9e9;
    background:#fff;
}

.hd_pops img{
    max-width: 100%
}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""

}
.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff
}

.hd_pops_footer .hd_pops_reject{
    background: #000;
    text-align: left;
    font-size: 10pt;
}

.hd_pops_footer .hd_pops_close{
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10pt;
}
