iframe
{
width:100%; height:440px;background-image: url('../images/spinner.gif');background-repeat: no-repeat;background-position: center;background-size: 100px;
}
/* Old style

/* ------------------------------------- */
/* *. events.......................... */
/* ------------------------------------- */
.interested--event {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50000;
}

.interested--event__card {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 650px;
  min-width: 350px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 16px;
}

.interested--event__card .interested--event__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #50504F;
    font-size: 28px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
}

.interested--event__card .interested--event__close:hover {
    color: #6C34A6;
}

.interested--event__card .btn {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    transition: .4s;
}

.interested--event__card .btn.red-btn {
    color: #C5203F;
}

.interested--event__card .btn:hover {
    color: #6C34A6;
}


/* ------------------------------------- */
/* *. sign in .......................... */
/* ------------------------------------- */
.success {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50000;
}

.success__card {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 32px);
    width: 400px;
    height: 250px;
    min-width: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success__card .success__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #50504F;
    font-size: 28px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
}

.success__card .success__close:hover {
    color: #6C34A6;
}

.success__card .success__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #028669;
    color: #028669;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.fail {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50000;
}

.fail__card {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 32px);
    width: 400px;
    height: 250px;
    min-width: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fail__card .fail__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #50504F;
    font-size: 28px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
}

.fail__card .fail__close:hover {
    color: #6C34A6;
}

.fail .error__icon  {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #6C34A6;
    color: #6C34A6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}