/* ---------- Admin CSS ---------- */

body.login {
	background: #292c1e;
}

#login h1 a {
	width: 200px;
	height: 40px;
	background: url(../images/feeling-better-logo-white.png) no-repeat;
	background-size: 200px auto;
	margin: 0 auto;
}
#login form {
	background: #000;
}
#login form label {
	color: #fff;
}
#login form input[type="text"],
#login form input[type="password"] {
	padding: 10px;
	background: #292c1e;
	color: #fff;
	border: none;
	box-shadow: none;
}
#login form input[type="submit"] {
    float: none;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 15px 0 !important;
    margin: 40px 0 0;
    background: #519302;
    font-weight: 700;
    line-height: 1 !important;
    text-shadow: none;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    -webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
#login form input[type="submit"]:hover {
	background: #93d50a;
}

.login #backtoblog a,
.login #nav a {
	color: #fff !important;
}
.login #backtoblog a:hover,
.login #nav a:hover {
	color: #93d50a !important;	
}