@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #00263E;
}



body {
	background-color: #F9F9FA;
	background: none;
}

/* #login_header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: #8f2b8a;
} */

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

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

#login_footer {
	position: fixed;
	bottom: 0px;
	left: 75px;
	width: 100%;
	height: 93px;
	background: #8f2b8a;
}

#login_footer img {
	position: absolute;
    width: 280px;
    height: 230px;
    bottom: -1px;
    left: -75px;
}
}


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

#admin_wrapper {
	background-color: #fff;
	border: 0px;
	margin: 0 auto;
	padding: 0;
	height: 700px;
	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/1102/BlacktownLeisureCentreStanhopeLogo.jpg) no-repeat;
	background-size: 250px;
	background-position: center;
	width: 250px;
	height: 250px;
	padding: 20px;
}

/* LOGIN FORM */
form {
display: flex;
flex-direction: column;
margin: 0;
padding: 50px;
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;
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: #fff;
color: #000;
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: #333133;
}

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

.success {
color: #090;
}

.fail {
color: red;
}

.information {
color: #03F;
}

.attention {
color: #C69E00;
}