body {
	background-image: none;
	background-color: #33363c;
	color: #fff;
	letter-spacing: .75px;
    margin: 0;
}

#logo {
	width: 298px;
	height: 84px;
	background: url(https://secure.activecarrot.com/media/dynamic/static_images/1161/logo-color.png);
	margin: 30px 40px;
}

#admin_wrapper.alpha60 {
	background: #1e2127;
}

#admin_wrapper {
	width: 400px;
	margin: 40px auto;
	padding: 20px;
	border: 0;
	min-height: inherit;
}

#admin_wrapper h2 {
        color: #fff;
	font-size: 1em;
	font-weight: 300;
	text-shadow: none;
}

form .input,
form select,
textarea,
input:focus,
textarea:focus {
	background-color: #33363c;
        color: #fff;
	border: none;
}

#login-form > p > label,
form label {
	font-weight: 300;
	font-size: 1.25em;
	margin-bottom: 5px;
	display: block;
	margin-top: 10px;
	color: #fff;
	text-shadow: none;
}

#login-form .input {
	border: inherit;
	padding: 7px;
	color: #fff;
	width: 350px;
	background: #33363c;
	font-size: 1em;
	letter-spacing: .75px;
}

#login-form .forgot_password p a {
	font-size: .9em;
	font-weight: 300;
	text-shadow: none;
	color: #fff;
	letter-spacing: 1.25px;
}

#login-form .forgot_password p a:hover {
	color: #aaa;2
	transition: 200ms all ease-out;
}

#login-form div.forgot_password p input#button.button,
form .button {
	background-color: #005b98;
	padding: 8px 20px;
	font-weight: 400;
	font-size: 1em;
	border: 2px solid #fff;
	margin: 20px 0;
}

#login-form div.forgot_password p input#button.button:hover,
form .button:hover {
	background-color: #004a7c;
	box-shadow: 0 0 0 3px #fff;
	transition: 200ms all ease-out;
}

#change-password-form ul {
	padding: 10px 0 20px !important;
}

#change-password-form > div:nth-child(4) {
	background-color: transparent !important;
	width: 100% !important;
	border: none !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	padding: 0 !important;
	font-size: .9em !important;
	background: none !important;
}

.attention,
.fail,
.information,
.success {
	margin: 20px 0;
	padding: 0 20px;
	height: auto;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 15px;
	background: none !important;
	border: none !important;
	letter-spacing: 1px;
}

.attention,
.good {
	color: #FFE477;
}
.fail,
.short,
.weak {
	color: #FF7344;
}
.information {
	color: #3EB8C0;
}
.success,
.strong {
	color: #8DE38D;
}