@charset "utf-8";
/* CSS Document */

body
{
	background-color:#f5f5f5;
}


html,
body,
.page
{
	height:100%;
	width:100%;
}

.logo
{	
	margin:0px auto;
	width:150px;
	margin-bottom:30px;
}

.login-container
{
	width:340px;
	margin:0px auto;
	text-align:center;
}

.login-container .error
{
	color:#ed0f67;
	font-weight:bold;
	padding:10px;
}

input.name
{
	background-image:url(../../../img/cms/login/user.png);
	background-repeat:no-repeat;
	background-position:300px center;
	font-size:20px;
	margin-bottom:10px;
}

input.password
{
	background-image:url(../../../img/cms/login/key.png);
	background-repeat:no-repeat;
	background-position:300px center;
	font-size:20px;
	margin-bottom:30px;
}

input[type=submit]
{
	width:70%;
}