* {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 16px !important;
     text-shadow: none !important;
}

body {
    margin: 0px;
    background-image: url('https://secure.activecarrot.com/media/dynamic/static_images/900/FitnessEdge_background.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #ffffff;
    color: #0f0f0f;
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-align: left;
    margin: 0 auto;
}


#admin_wrapper h2 {
    font-family: 'Montserrat', sans-serif !important;
    color: #00263E;
    text-align: center;
}

#admin_wrapper > form > div {
	display: flex;
	align-items: center;
	align-content: center
	width: 100% !important;
	font-size: 14px !important;
	text-align: center;
	overflow: hidden !important;
}

form .button {
	padding: 12px 10px !important;
	width: auto !important;
}


.customer_login_message {
    text-align: center;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

#admin_wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: 0px;
	margin: 0 auto;
	padding-top: 0px;
	min-height: 700px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0;
}

#admin_wrapper h1 {
	color: #fff;
    font-size: 26px;
    padding: 10px 0;
    margin: 0 auto;
    background: #8f2b8a;
}

#logo {
	background: url('https://secure.activecarrot.com/media/dynamic/static_images/900/Fitness Edge NEW logo 29-7-13 black text.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 70%;
	padding: 20px;
}

/* LOGIN FORM */
form {
    min-width: 70%;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 10px;
    padding: 30px;
    border: 3px solid #F1F1F2;
}

form p {
display: flex;
flex-direction: column;
margin: auto;

}

form label {
color: #00263E;
margin-bottom: 7px;
text-align: left;
font-weight: bold;

}

form .input {
	border-radius: 4px;
	height: 40px;
	width: 300px;
	text-align: left;
	background-color: white;
	font-size: 16px;
	color: #00263E;
}

.forgot_password {
    display: flex;
    align-items: center;
justify-content: center;
}

.forgot_password p {
text-align: center;
margin-top: 20px;
}

.forgot_password p a {
order: 2;
margin-top: 30px;
text-decoration: none;
text-transform: capitalize;
font-size: 0.9em;
font-weight: 400;
color: #00263E;
}

.forgot_password p a:hover {

text-decoration: underline;
}

form .button {
border: none;
border-radius: 2px;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5); 
margin-top: 0 auto;
width: 230px;
height: 50px;
background-color: #8acb57;
color: #FFF;
font-size: 19px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}

form .button:hover {
cursor: pointer;
transition: all .3s ease;
color: #fff;
background-color: #42ADFF;
}

.success, .fail, .information, .attention {
position: relative;
text-transform: uppercase;
font-size: 0.9em;
background-color: #00ffff00;
border: 0px solid;
text-align: center;
}

.success {
color: #085a08;
}

.fail {
color: red;
}

.information {
color: #03F;
}

.attention {
color: #C69E00;
}