@charset "UTF-8";

.login_block .message {
	color: #666;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Lato Number', 'PT Sans Alphabet', 'Noto Sans JP', 'Noto Sans CJK JP Subset', sans-serif;
	text-align: center;
}

.login_block .message.empty {
	height: auto;
	padding: 10px 0 15px;
}

.login_block .description {
	color: #666;
	text-align: center;
}

.login_block .description.error {
	color: #c00;
}

.login_block form {
	margin-top: 20px;
}
