@CHARSET "UTF-8";
#login_content {
	width: 85%;
	margin: auto;
}

div.login-error {
	height: 50px;
	color: #FF0000;
}

.login-require {
	margin-bottom: 40px;
}

.login_icon {
	margin-bottom: 25px;
	margin-left: 50px;
}
/* ログイン画面のテキストボックス */
.login_input {
	width: 300px;
	margin-left: 30px;
	border-radius: 3px;
	border: 1px solid;
	height: 40px;
	padding-left: 15px;
	font-size: 15px;
    letter-spacing: 1px;
}

.to_entry {
	text-align: center;
	font-size: 13px;
}
div.button {
	text-align: center;
}

#login_button{
	border: solid 1px white;
    height: 40px;
    width: 200px;
    background-color: #3b4aff;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    letter-spacing:3px;
}
#login_button:hover{
	background-color: #4a88f6;
}
#login_button:active {
	background-color: #003085;
}
#entry_message {
	text-align: center;
}