.auth-popup-wrapper {position: fixed;background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;top: 0;width: 100%;height: 100%;z-index: 1111;}
.auth-popup-wrapper .auth-popup-div {width: 320px;height: 345px;z-index: 111;top: 0;left: 0;background: #1c0839;text-align: center;background-size: 100% 100%;border: 2px solid #fff;border-radius: 25px;box-sizing: border-box;}
.auth-popup-wrapper .loading {background-image: url("loading.gif");width: 50px;height: 50px;background-size: 50px;position: absolute;top: calc(50% - 38px);left: calc(50% - 25px);}
.auth-popup-wrapper .close {position: absolute;width: 30px;height: 30px;top: 10px;right: 10px;font-size: 40px;color: #fff;cursor: pointer;z-index: 1;text-shadow: 2px 2px 3px #000;line-height: 30px;}
.auth-popup-wrapper .close:hover {opacity: .8;}
.auth-popup-wrapper .auth-popup-iframe {position: absolute;left: calc(50% - 160px);margin-top: -2px;}