@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');
body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  background-color: #f3f3f3;
  margin: 0;
}
.login-wrap{
	width: 100%;
	height: 100vh;
	background-color: #151515;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-block{
	max-width: 550px;
	min-width: 360px;
}
.login-title{
	color: white;
	font-size: 36px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.login-name{
	color: white;
	width: 100%;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
}
.login-panel{
	border: 1px solid white;
	border-radius: 10px;
	padding: 25px;
	margin-top: 30px;
	color: white;
}
.login-panel-title{
	font-size: 32px;
	margin-bottom: 30px;
}
.login-btn{
	
}
.idxblock{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
.idxblock a{
	display: block;
	margin: 15px 0;
}
.login-panel label{
	font-size: 12px;
}

.login-panel-btn-group{
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 40px;
}

@media(max-width: 600px){
	.login-block{
		width: calc( 100% - 50px );
		margin-left: 25px;
	}
}

.notification{
	margin-top: 20px;
	color:white;
	text-align: center;
}
.remark{
	margin-top: 20px;
	color:white;
	line-height: 1.7em;
}