@charset "utf-8";

/**
 *
 *  出展者専用ページ ログイン
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#Exhibitor .in-holder{
	padding-top: 18px;
}


/*--------------------------------------------------------------------------
   Login
---------------------------------------------------------------------------*/

#Login{
	margin-top: 10px;
	padding-bottom: 32px;
}
#Login .unit-ttl{
	margin-bottom: 28px;
	text-align: center;
}
#Login .form-holder{
	display: table;
	margin: 0 auto;
	text-align: center;
}
#Login .form-unit{
	display: table-cell;
}
#Login .form-unit input[type="password"]{
	width: 295px;
	padding: 11px;
	border: 1px solid #bfc0d0;
	border-radius: 2px;
	background: #f1f4f7;
}
#Login .btn-login{
	display: table-cell;
	padding-left: 20px;
}
#Login .btn-login button{
	display: inline-block;
	width: 165px;
}
#Login .is-error{
	margin-top: 12px;
	color: #ed3b3c;
	text-align: left;
}