@charset 'utf-8';


/*
	UI(login)
 */
html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
}

#wrap {
	display: table;
	width: 100%;
	height: 100%;
}

#wrap_inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#loginformaria {
	display: inline-block;
	width: 340px;
	padding: 50px 30px;
	padding-bottom: 20px;
	background: #cf2d5a;
	position: relative;
	text-align: left;
}

.donotwork {
	width: 550px !important;
	padding: 50px 30px;
	background: Transparent !important;
	font-size: 1.3em;
	text-align: center;
}

#logo {
	width: 400px;
	height: 150px;
	background: url(../img/common/logo_login.png) no-repeat;
	text-indent: 400px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: -75px;
	left: -30px;
}

fieldset {
	margin-bottom: 30px;
	border: none;
	position: relative;
}

legend {
	display: none;
}

label {
	display: block;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.4em;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset .error_message {
	margin: -16px 0 10px 0;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
}

fieldset div input {
	width: 100%;
	padding: 5px 10px;
	border: 2px solid #fa6189;
	background: #fff;
	font-size: 2em;
}

fieldset .error input {
	background: #fedfe9;
	border: 2px solid #98002b;
}

#flashMessage {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
}


#buttonarea {
	margin-bottom: 20px;
}

#buttonarea a {
	display: inline-block;
	width: 100%;
	height: 50px;
	background: #fa6189;
	color: #fff;
	font-size: 1.5em !important;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	overflow: hidden;
}

#buttonarea a span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: relative;
}

#buttonarea a span:before {
	content: '\e6d4';
	padding-right: 10px;
	font-family: 'icomoon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
}

#buttonarea a:hover {
	text-decoration: none;
	background-color: #fc7ba3;
}

#buttonarea a:hover span:before {
	content: '\e6d3';
}

.btn_return {
	font-size: 1.2em;
	line-height: 1.1em;
}

.btn_return a {
	display: inline-block;
	color: #fff;
}

.btn_return a:before {
	content: '\e614';
	font-family: 'icomoon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
}

