.gympass-alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;

  display: flex;
  justify-content: center;
  flex-direction: column;

  width: 100%;
  height: 100%;
  background: #FFFFFF;
}

.gympass-alert p {
  font-size: 16px;
  font-weight: 400;
}

.gympass-alert h1 {
  font-size: 48px;
  font-weight: 500;
}
.gympass-error.alert {
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {

}
