.loader.is-active {
    background-color: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.loader {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999;
}
.loader-image {
	height: 165px;
    width: 275px;
    text-align: center;
    background-color: #fff;
    margin-top: 200px;
    border-radius: 20px;
    border: 1px solid #ccc;
	padding:30px;
    box-shadow: 0 0 10px 10px #333;
}