@charset "utf-8";


/* ------------------------------------------------------------------------------ common */
.bg {
/* 	background: linear-gradient(60deg, rgba(19,151,194,1) 54%, rgba(216,233,171,1) 100%);  */
	background: #1397C2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	text-align: center;
	padding: 100px 5% 30px;
	box-sizing: border-box;
}

.input-field {
	border: none !important;
	background: #F5F7FA;
	margin-bottom: 5px;
	padding: 15px;
	font-size: 12px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Noto-Sans-JP-Regular';
}


.login-box {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	padding: 40px 30px 46px;
	width: 100%;
	max-width: 508px;
	box-sizing: border-box;
}

.logo {
	width: 110px;
}

.title {
	margin: 10px 0 20px;
	font-size: 13px;
	color: #333;
	font-family: 'Noto-Sans-JP-Medium';
}

.login-box h2{
	padding: 15px 0 20px;
	font-size: 14px;
	line-height: 150%;
	font-family: 'Noto-Sans-JP-Medium';
}

.login-button {
	width: 100%;
	padding: 13px;
	margin: 30px 0 0;
	border: none;
	border-radius: 999px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
/* 	background: linear-gradient(to right, #4ca9cf, #88cc76); */
	background: #1397C2;
	transition: background 0.3s ease;
}

.login-button:hover {
	opacity: 0.9;
}

.line-button{
	display: block;
	width: 100%;
	padding: 10px;
	background: #07C755;
	color: #fff !important;
	font-size: 16px;
	font-family: 'Noto-Sans-JP-Medium';
	border-radius: 100px;
	margin: 0 0 51px;
}
.line-button img{
	position: relative;
	left: -10px;
}

.logout-button{
	display: block;
	width: 100%;
	padding: 14px;
	border-radius: 100px;
	background: #808A9A;
	color: #fff !important;
	font-size: 16px;
}

.error {
	font-size: 14px;
	color: red;
	padding-top: 20px;
	line-height: 140%;
	font-family: 'Noto-Sans-JP-Medium';
}

.note {
	font-size: 11px;
	color: #707070;
	margin-top: 20px;
	line-height: 150%;
	font-family: 'Noto-Sans-JP-Regular';
}

footer {
	font-size: 0.6rem;
	color: #fff;
	margin-top: 110px;
	font-family: 'Noto-Sans-JP-Regular';
}


/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
}
