body {
	padding: 0;
	background: #eee url("../../images/left-menu-bg.png");
}

a, input, button {
	outline: 0 !important;
}

.signin-container {
	margin: 0 auto;
	width: 260px;
}

.signin-container form .btn, .signin-container input, .signin-container label, .social p {
	font-size: 14px;
}

.signin-container input, .social p, .signin-container form {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.signin-container .btn {
	border: none;
}

a.header, .social p {
	-webkit-text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
	-moz-text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
	-o-text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
	text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
}

.signin-container form,
.signin-container input,
.signin-container,
a.header span,
a.header img,
.social a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}



/* ======================================================================= */
/* Logo */

a.header {
	display: block;
	margin: 0 auto 20px auto;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	width: 195px;
	text-align: center;
}

a.header span, a.header strong {
	margin-left: -1px;
	color: #fff;
}

a.header img, a.header span {
	opacity: 1;
	filter: ~"alpha(opacity=100)";
}

a.header:hover img, a.header:hover span {
	opacity: 0.9;
	filter: ~"alpha(opacity=70)";
}

a.header strong {
	font-size: 22px;
}

a.header img {
	margin: 0;
	position: relative;
}

/* ======================================================================= */
/* Form */

.signin-container form {
	width: 100%;
	margin: 0;
}

.fields {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
}

a.forgot-password {
	background: rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	display: block;
	float: right;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	margin: -32px 10px 0 0;
	padding: 0 6px;
	position: relative;
	z-index: 10;
}

.signin-container form .btn {
	line-height: 26px;
	margin-top: 15px;
	background: #56b2e3;
}

.signin-container input {
	background: rgba(255, 255, 255, 1);
	border: solid #dedede;
	border-width:  0 0 1px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	width: 100%;
}

.signin-container input[type=password] {
	padding-right: 70px;
}

.signin-container input:nth-child(1) {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.signin-container input:nth-child(2) {
	border: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.signin-container input:focus {
	border-color: #dedede;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.logo-signin { height: 40px;}

p.remember {
	line-height: 22px;
	margin: 15px 0
}
p.remember input[type="checkbox"],
p.remember span { 
	margin: 0 5px 0 0;
	float: none;
	color: #666;
	display: inline;
	width: auto;
	height: auto;
}