html,body.login {
	background: url(../assets/img/body-background.png) repeat;
}
#login form {
	background: #fff;
	border: 3px solid #F3BE67;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0 !important;
	outline-color: #C33B32;
	outline-style: solid;
	outline-width: 10px;
	position: relative;
}
#nav {
	padding-bottom: 10px;
	position: relative;
	top: 20px;
}
.login #nav a {
	font:bold 12px Adobe Garamond, Georgia, serif;
	text-decoration:none;
}
.login h1 {
	background-color: #fdae40;
	background-image: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 174, 64)), to(rgb(219, 106, 52)));
	background-image: -webkit-linear-gradient(top, rgb(253, 174, 64), rgb(219, 106, 52));
	background-image: -moz-linear-gradient(top, rgb(253, 174, 64), rgb(219, 106, 52));
	background-image: -o-linear-gradient(top, rgb(253, 174, 64), rgb(219, 106, 52));
	background-image: -ms-linear-gradient(top, rgb(253, 174, 64), rgb(219, 106, 52));
	background-image: linear-gradient(top, rgb(253, 174, 64), rgb(219, 106, 52));
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fdae40', EndColorStr='#db6a34');	
	height: 41px;
	margin-left: -24px;
	position: relative;
	width: 375px;
	z-index: 100;
}
#login h1:before {
	border-color: #c63925 #c63925 transparent transparent;
	border-style: solid;
	border-width: 5px 11px;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0;
}
#login h1:after {
	border-color: #c63925 transparent transparent #c63925;
	border-style: solid;
	border-width: 5px 10px;
	content: '';
	height: 0;
	left: 100%;
	margin-left: -21px;
	position: absolute;
	top: 100%;
	width: 0;
}
.login h1 a {
	background-image: url(../assets/img/tk-logo.png) no-repeat !important;
	display: block;
	height: 100px;
	margin-left: -27px;
	width: 100%;
}
.login label {
	color:#6E5C3C;
	display:block;
	font:12px Arial, Helvetica, Verdana;
	font-weight:700;
	padding-top:9px
}
.forgetmenot label {
	color:#6E5C3C;
	font-size:12px;
	font-weight:normal;
}
#login #nav {
	color:#b8b6b7;
	padding-top:10px
}
#login #nav a,.login #backtoblog a {
	color:#E89600!important;
	font:normal 12px Arial, sans-serif;
	text-decoration:none;
}
#login #nav a:hover,.login #backtoblog a:hover {
	color:#E89600!important;
	text-decoration:underline
}
.login #backtoblog {
	background:none;
	border-bottom:none;
	position: relative;
	top: 10px;
}
.login #login_error {
	background-color:#C13C37;
	border: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#fff;
	font-size:12px;
	margin-bottom:40px;
	margin-left: 10px;
	padding:8px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 291px;
	z-index: 100;
}
#login_error a {
	color:#fff;
}
input[type=text],
input[type=password] {
	border: 2px solid #FCF0DA !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 -100px 0 #fff !important;
	-moz-box-shadow: inset 0 -100px 0 #fff !important;
	box-shadow: inset 0 -100px 0 #fff !important;
	color:#555;
	display:inline-block;
	font-size:14px;
	height:35px;
	line-height:20px;
	margin-bottom:9px;
	padding:4px 6px;
}
input[type=text]:focus,
input[type=password]:focus {
	outline: none;
}
#login p.message {
	background-color:#FDFBDB;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#c09853;
	font-size:12px;
	margin-bottom:40px;
	margin-left: 10px;
	padding:8px;
	position: absolute;
	top: 0;
	width: 291px;
	z-index: 100;
}
#wp-submit.button-primary {
	background-color: #FBAD4C;
	background-image: none;
	border: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
}
#wp-submit.button-primary:hover {
	background-color: #E69624;
	color: #ffffff;
	text-shadow: none;
	*background-color: #E69624;
}