@charset "utf-8";

.logo-mini img {
	margin: 0;
}

.logo-lg img {
	margin: 10px 0;
}

/* LOGIN */
#login {
	width: 300px;
	height: 290px;
	margin: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -170px;
	margin-top: -145px;
	padding: 20px;
	font-weight: 400;
	overflow: hidden;
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
}

#login label {
	color: #777;
	font: 13px Verdana, Geneva, sans-serif;
}

#login input[type="password"], #login form input[type="checkbox"], #login input[type="text"] {
	background: #FBFBFB none repeat scroll 0% 0%;
}

#login input[type="password"], #login input[type="text"] {
	font-size: 24px;
	width: 265px;
	padding: 5px;
	margin: 2px 0;
	border: 1px solid #DDD;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
	background-color: #FFF;
	color: #32373C;
	outline: 0px none;
	transition: border-color 0.05s ease-in-out 0s;
}

#login form p {
	margin-top: 0;
}

#login form .submit {
	margin-bottom: 0px;
}

#login form input[type='submit'] {
	height: 30px;
	line-height: 28px;
	padding: 0px 12px 2px;
	background: #0091CD none repeat scroll 0% 0%;
	border-color: #0073AA;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}
