.login-modal-mask {
	background: rgba(0, 0, 0, .6);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .4s;
	z-index: 10001;
}

.portal-login-iframe {
	border: 0;
	border-radius: 12px;
	bottom: 0;
	display: inline-block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.login-close-button {
	z-index: 9999;
	font-size: 22px;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	position: absolute;
	right: calc(50% - 335px);
	top: calc(50% - 245px);
	transition: all .3s;;
}
.login-close-button:hover{
	color: red;
}
.login-hidden {
	display: none;
}
