#wait-spinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0,0,0,0.5);
  background-repeat: no-repeat !important;
  background-size: 102px 102px !important;
  background-image: url('/wp-content/uploads/2023/08/SPINNER_03.png') !important;
  display: flex;
  align-items: center; justify-content: center;
  visibility: hidden; opacity: 0;
}

.blue-link {
	color: #5eb0e6;
}

.login-page-text-large {
	font-size: 16px;
}

.login-page-text-small {
	font-size: 12px;
}

.error {
	color: red;
	font-weight: 500px;
	font-size: 1.25em;
}
