/* @override http://local.moletto.com/css/login.css */

html
{
	background: url(/img/login-background-3.jpg) no-repeat center top;
	color: white;
}

body
{
/* 	font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

#loginDialog
{
	width: 280px;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -170px;
	top: 140px;
	border-radius: 10px;
	background-color: #283448;
	border: 1px solid #40526f;
	padding: 30px 30px 40px;
	-webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.4);
}

#loginDialog h1
{
	font-size: 28px;
	margin: 0 0 40px;
}

#loginDialog label
{
	display: block;
	text-align: left;
	margin: 8px;
	opacity: 0.6;
}

#loginDialog input
{
	padding: 6px;
	border: 1px solid #d5d9da;
	border-radius: 5px;
	box-shadow: 0 0 5px #e8e9eb inset;
	width: 90%; /* 400 (#container) - 40 (li margins) -  10 (span paddings) - 20 (input paddings) - 2 (input borders) */
	font-size: 1em;
	outline: 0; /* remove webkit focus styles */
/* 	font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: 'Titillium Web', sans-serif;
}

#loginDialog div.formRow
{
	margin: 20px 0;
}

#loginDialog button
{
	background: #57a9eb; /* Old browsers */
	background: -moz-linear-gradient(top, #57a9eb 0%, #3a76c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57a9eb), color-stop(100%,#3a76c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #57a9eb 0%,#3a76c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #57a9eb 0%,#3a76c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #57a9eb 0%,#3a76c4 100%); /* IE10+ */
	background: linear-gradient(top, #57a9eb 0%,#3a76c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a9eb', endColorstr='#3a76c4',GradientType=0 ); /* IE6-9 */
	border:1px solid #326fa9;
	border-top-color:#3e80b1;
	border-bottom-color:#1e549d;
	color:#fff;
	text-shadow:0 1px 0 #1e3c5e;
	font-size:.875em;
	padding:8px 15px;
	width:150px;
	border-radius:20px;
	box-shadow:0 1px 0 #bbb, 0 1px 0 #9cccf3 inset;
	margin-top: 30px;
}

#loginDialog button:active
{
	background: #3a76c4; /* Old browsers */
	background: -moz-linear-gradient(top, #3a76c4 0%, #57a9eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a76c4), color-stop(100%,#57a9eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* IE10+ */
	background: linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a76c4', endColorstr='#57a9eb',GradientType=0 ); /* IE6-9 */
	box-shadow:none;
	text-shadow:0 -1px 0 #1e3c5e;
}
