.stytch-message {
  padding: 15px 15px;
  border: 0px;
  border-bottom: 2px solid #333;
  text-align: center;
  background: #eee;
  max-width: 100%;
  margin-bottom: 15px;
}

.stytch-message-error {
  border-bottom-color: red;
  color: red;
	border-left: 4px solid red;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
}

.sty-popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
	position: absolute;
	width: 400px;
	background-color: lightgray;
	border: 1px solid #666666;
	padding: 40px 20px;
	top: 40%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	z-index: 999;
}

.sty-popup-overlay.active {
  visibility: visible;
  text-align: center;
}

.sty-popup-content {
  visibility: hidden;
}

.sty-popup-content h2 {
  padding-bottom: 8px;
}

.sty-popup-content .nomargin {
	margin: 0!important;
}

.sty-popup-content button {
  padding: 5px 10px;
	margin-top: 20px;
}

.sty-popup-content.active {
  visibility: visible;
}

.sty-close-popup {
	position: absolute;
	top: 0px;
	right:10px;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
}

#login_stytch {
  width: 320px;
  padding: 5% 0 0;
  margin: auto;
}
.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 34px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

