@charset "UTF-8";
#login_box {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;

	width: 640px;
	height: 520px;

	border-radius:10px;
	border: 3px solid #4d5fac;
}

.alignc {
	text-align: center;
}

/**
 * pcode_174　内容追加
 * 修正日 : 22.11.10
 * 修正者 :  徐仁勇
 */
 
 /* login言語メニュー*/
 #locales {
	display: flex;
	justify-content: flex-end;
    margin-right: 20px;
    margin-top: 10px;	
}

 .display_none {
	display: none;
}

.language-active {
	color: #00a6e2;
}

.language-active, .language  {
	display: inline-block;
    position: relative;
    vertical-align: middle;
}

.language-active:before, .language:before {
    content: '';
    background-color: #00a6e2;
    bottom: -5px;
    height: 3px;
    display: block;
    position: absolute;
    width: 100%;
}

.language:before {
	opacity: 0;
}

.language:hover {
	color: #00a6e2;
}

.language:hover.language:before{
	opacity: 1;
}

.change_active {
    background-color: #ffcc99;
    box-shadow: 0 0 0 1000px #ffcc99 inset;
}

#language-login {
display: flex;
    justify-content: flex-end;
    margin: 10px 10px 0 0;
}
/*********************/
/** 内容追加完了 */

#logo {
	margin-top: 30px;
}

#login_company_name{
	margin-top: 10px;
	font-size: 24pt;
	font-weight: bold;
}


#login_title {
	margin-top: 10px;
	font-size: 24pt;
	font-weight: bold;
	color: #2d3f8c;
}

.in_box {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	margin: 10px;
	padding: 20px;
}

#login_btn {
	margin-top: 10px;
	background-color: #4d5fac;
	color: #ffffff;
}

#entry_btn {
	margin-top: 18px;
	background-color: #ffffff;
	color: #4d5fac;
}

.btn {
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 7px;
	font-size: 20px;
	cursor: pointer;
	transition: opacity .5s ease;
	font-weight: 600;
}

.entry {
	margin-top: 40px;
	border-radius:  7px;
	background-color: #4d5fac;
	color: #ffffff;
	font-size: 10pt;
}

.entry a {
	color: #ffffff;
}

.entry_title {
	padding: 5px;
	text-align: center;
	font-size: 12pt;
}

dt {
	margin-top: 20px;
}

dd {
	margin: 0px;
	height: 40px;
	width: 100%;
	font-size: 1.8rem;
}

dd input {
	height: 50px;
	width: 100%;
	font-size: 1.8rem;
	border-radius:  5px;
	border: solid 1px #8c8c8c;
}

.error_message {
	color: #ff0000;
	font-size: 10pt;
}