.login_wrapper {
	min-width: 950px;
	width: 95%;
	padding: 20px;
	margin: auto;
	position: relative;
}
.login_contents {
	position: relative;
	padding:20px 50px;
}
.login_background_photo_box {
	text-align: center;
}
.login_contents_box {
	position: absolute;
	display: block;
	top: 110px !important;
	left: 80px !important;
	right: 0 !important;
	bottom: 0 !important;
}
.login_notice_title_box {
	background: #fff;
	font-size: 100%;
	font-weight: bold;
	border: solid 2px #666;
	border-radius: 10px;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	width: 20% !important;
	min-width: 300px !important;
	height: 20% !important;
	min-height: 195px !important;
}
.login_notice_title {
	background: linear-gradient(90deg, #00AAEE 0%, #882288 20%, #009999 40%, #FF8800 60%, #EE0077 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.login_notice_list {
	overflow-y: auto;
	overflow-wrap: break-word;
	height: 80%;
}
.login_notice_list::-webkit-scrollbar {
	width: 15px;
}
.login_notice_list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F1F1F1;
}
.login_notice_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #A8A8A8;
}
.login_notice_div {
	margin: 5px 0;
	border-bottom: dotted 2px #B3B3B3;
}
.login_notice_content {
	line-height: 1.3;
}
.login_form {
	background: #FFF;
	margin-top: 10px;
	padding: 10px 20px;
	border: solid 2px #666;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	width: 20% !important;
	min-width: 300px !important;
	min-height: 170px !important;
}
.login_form_title {
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.login_form_item_name {
	width:70px !important;
	display: inline-block;
	font-weight: bold;
}
.login_mail {
	margin: 5px 0;
}
.login_password {
	margin: 5px 0;
}
.login_btn {
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: solid 2px #666;
}
.login_btn_text {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	color: #666 !important;
}
