/******************************************************************

Stylesheet: Login Stylesheet

Stylesheet used only for the login page.

******************************************************************/
body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccccc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.login h1 a {
  background: url(../images/login-logo.png) no-repeat top center;
  width: 326px;
  height: 140px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}
.login form .input:focus, .login input[type="text"]:focus {
	border:1px solid #43943b;
}
/*********************************
BUTTON STYLES
*********************************/
.wp-core-ui .button-primary {
	background-color:#43943b;
	border:none;
	box-shadow:none;
	text-shadow:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	background-color:#407fc3;
	border:none;
}
/*********************************
LINK STYLES
*********************************/
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color:#43943b;
}