#module_serverless_auth {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	display: none;
	z-index: 99999;
	text-align: center;
}
#module_serverless_auth_wrapper {
	background-color: #efefef;
	padding: 10px;
	max-width: 500px;
	max-height: 400px;
	margin: 10% auto;
	text-align: left;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #552200;
}
.Signin_header__YSox7 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #5f5f5f;
}
.Signin_loginButton__3Vrxy {
	text-align: center;
	background-color: #ff9600;
	border: 1px solid #ff9600;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.Signin_row__3x4HH {
	text-align: center;
}