.card .row{
	text-align: center;
}
#logo {
	width: 100%;
	max-width: 270px;
	padding-bottom: 30px;
}

#form_tancd_text {
	height: 44px;
	ime-mode: disabled;
}
#form_password_text {
	height: 44px;
}
#dummySubmit {
	/* IEだとEnterでSubmitしてくれない。
	display:none;
	*/
	position: absolute;
	z-index: -100;
}

.errors {
	margin-top: 20px;
}

.errors ul {
	padding-left: 0px;
	list-style-type: none;
	color: #FF0000;
}

