@charset "UTF-8";
/* CSS Document */

/*
**************************************
**Custom Styles 
**************************************
*/

/* Set a custom background */
body.login {
	background: #EDEFF4;
}

/* Adjust padding depending on height of logo */
#login {
	padding: 30px 0 0;
}

/* Replace the WP logo */
.login h1 a {
	background-image: url('/wp-content/uploads/2013/12/logo-2-small.png');
	background-size: 103px 90px;
	width: 103px;
	height: 90px;
}

/* Style the Log In form */
.login form {
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	border: 1px solid rgba(0,0,0,.2);
	background-clip: padding-box;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
	overflow: hidden;
}

.login label {
	color: #333;
	line-height: 26px;
}

/* Customize the Log In button */
.login .button-primary {
	width: 120px;
	float:right;
	background-color:#083353 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0b436e), to(#083353));
	background: -webkit-linear-gradient(top, #0b436e, #083353);
	background: -moz-linear-gradient(top, #0b436e, #083353);
	background: -ms-linear-gradient(top, #0b436e, #083353);
	background: -o-linear-gradient(top, #0b436e, #083353);
	background-image: -ms-linear-gradient(top, #0b436e 0%, #083353 100%);
	text-shadow: #333333 0 1px 0;
	color: #849db0;
}
.login .button-primary:hover {
	background-color:#083353 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0b436e), to(#083353));
	background: -webkit-linear-gradient(top, #0b436e, #083353);
	background: -moz-linear-gradient(top, #0b436e, #083353);
	background: -ms-linear-gradient(top, #0b436e, #083353);
	background: -o-linear-gradient(top, #0b436e, #083353);
	background-image: -ms-linear-gradient(top, #0b436e 0%, #083353 100%);
	text-shadow: #333333 0 -1px 0;
	color: #fff;
}

.login .button-primary:active {
	background-color:#083353 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0b436e), to(#083353));
	background: -webkit-linear-gradient(top, #0b436e, #083353);
	background: -moz-linear-gradient(top, #0b436e, #083353);
	background: -ms-linear-gradient(top, #0b436e, #083353);
	background: -o-linear-gradient(top, #0b436e, #083353);
	background-image: -ms-linear-gradient(top, #0b436e 0%, #083353 100%);
	text-shadow: #333333 0 -1px 0;
	color: #fff;
}
