.logwrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.logwrap_page {
	position: relative;
	margin: 0 auto 30px;
}
.logwrap, .logwrap_page {
	background: white;
	border-radius: 5px;
	width: 800px;
	height: 600px;
	max-height: 95vh;
}

#lpwrap, #ldwrap, #ldwrapcont {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

#lpwrap {
	width: 50%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#ldwrap {
	left: 0;
	width: 100%;
	overflow-y: scroll;
}

.no_loginreg_image.logwrap, .no_loginreg_image.logwrap_page {
	width: 400px;
}

.no_loginreg_image #lpwrap {
	display: none;
}

.no_loginreg_image #ldwrap {
	left: 0;
	width: 100%;
}

#ldwrapcont, #loginroot {
	width: 100%;
	overflow: auto;
}

#logintip {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	border-top: none;
	color: white;
	margin: 0;
	background: gray;
}

.login-title {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #444;
	padding-bottom: 20px;
}

#login-goregist {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: white;
	padding: 10px 30px;
	border-top: 1px solid lightgray;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-sizing: border-box;
}

#login-content_js {
	padding: 30px;
}

.login-cont-wrap {
	margin: 0;
	width: 100%;
}

.login-cont-wrap .remembermelog {
	float: left;
}

.login-cont-wrap .accregrules {
	float: left;
	width: 50%;
}

#logintip.logintiphide {
}

.uiviewclose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 25px;
    z-index: 10001;
    border-radius: 50%;
    background-color: gray;
    opacity: 0;
    cursor: pointer;
	box-sizing: content-box;
}

#logwrap .uiviewclose, #loginwrap .uiviewclose {
	right: -10px;
	top: -10px;
	border: 6px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.uiviewclose:after {
    color: white;
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 20px;
    pointer-events: none;
	-webkit-text-size-adjust: none;
}

.login-fgt-wrap {
	padding: 30px 0 0;
	font-size: 16px;
}

.login-cont-button {
	text-align: right;
}

#ldwrap .topbutton {
	display: inline-block;
	padding: 8px 20px;
	font-weight: 500;
	text-shadow: none;
	text-transform: none;
	border: none;
	border-radius: 3px;
}

#ldwrap a {
	font-size: 16px;
	font-weight: 500;
}

#login-goregist a {
	display: inline-block;
	margin: 5px 10px 0;
	color: white;
	font-size: 16px;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 3px;
  padding: 2px 5px;
}

@media only screen and (max-width: 850px) {
	.logwrap {
		width: 640px;
	}
}
@media only screen and (max-width: 650px) {
	.logwrap {
		width: 400px;
	}
	#lpwrap {
		display: none;
	}
	#ldwrap {
		left: 0;
		width: 100%
	}
}
@media only screen and (max-width: 400px) {
	.logwrap, .no_loginreg_image.logwrap, .no_loginreg_image.logwrap_page {
		width: 95vw;
	}
}
@media only screen and (max-height: 750px) {
	#login-content_js {
		padding: 30px 20px 100px;
	}
}


#loginiframe {
	position: fixed;
	
	border: none;
	z-index: 100;
	background-color: transparent;

	/* position: absolute; */
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);

	background: transparent;
	border-radius: 5px;
	/* width: 800px; */
	height: 665px;
	max-height: 95vh;
	width: 420px;
	max-width: 95vw;
	overflow: hidden;
	border-radius: 4px;

}




#loginwrap {
	position: relative;
	width: 500px;
	max-width: 100%;
	margin: 0 auto 20px;
	min-height: min(100vh, 630px);
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	border-radius: 4px;
	min-height: 620px;
}

#ldwrap {
	border-radius: 4px;
	background-color: white;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */

}

#ldwrap::-webkit-scrollbar {
	display: none;
  }



#loginwrap.no_loginreg_image {
	width: 600px;
}
				


.loginoverlay {
	z-index: 200;
}

@media only screen and (max-width: 400px) {
	#loginiframe {
		max-width: 100vw;
		max-width: 100dvw;
		width: 100vw;
		width: 100dvw;
		max-height: 100vh;
		max-height: 100dvh;
		height: 100vh;
		height: 100dvh;
	}
	#loginwrap {
		height: 100vh;
		height: 100dvh;
	}

	#loginwrap .uiviewclose {
		right: 5px;
		top: 5px;
		border: none;
	}
}