@charset "UTF-8";

.login_contents{
	background: #206fa2;
	width: 550px;
	margin: 7% auto 0;
	padding: 30px;
	text-align: center;
}

.login_contents h1{ margin-bottom: 20px; }

.login_contents h1 img{ width: 60%; }

.login_input{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.login_input span{ width: 30%; text-align: right; padding: 10px; color: #fff; }

.login_input input{	width: 60%; text-align: left; color: #000; }

.login_submit{ background: #d36b86; margin-top: 30px; outline: 1px solid #fff; }

.login_submit:hover{ background: #b95e76; }

.memory_txt{ font-size: 0.7em; color: #fff; }

.alert-error{ margin-top: 20px; color: #ff3366; }
