#preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loder-box {
    background-color: transparent;
    border-radius: 1px;
    height: 100px;
    left: 50%;
    margin-left: -64px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 128px;
}
