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

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

.signin-container {
	margin: 0 auto;
    width: 350px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 10px 20px 10px rgb(49 51 90 / 18%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.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;
}

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: -40px 10px 0 0;
	padding: 0 6px;
	position: relative;
	z-index: 10;
}

.signin-container form .btn {
	line-height: 26px;
	margin-top: 2px;
	background: #2196F3;
	text-transform: uppercase;
}

.signin-container input[type="text"],
.signin-container input[type="password"] {
	background: rgba(255, 255, 255, 1);
    border: solid 1px #eee;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    margin: 0 0 10px 0;
    padding: 0 15px;
    width: 100%;
    min-height: 34px;
    font-weight: 300;
}

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

.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;
}
p.terms {
	font-size: 11px;
	line-height: 22px;
	margin-left: 2px;
	margin-top: 5px;
}