/*LOGIN PAGE YFitnessBundaberg*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
	font-family: 'Open Sans' !important;
	text-shadow: none !important;
    margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #ffffff;
	margin: 0px;
}


#admin_wrapper h2 {
    font-family: 'Montserrat', sans-serif !important;
    color: #f02020;
    position: relative;
    top: -10px;
    text-align: center;
}

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


.customer_login_message {
	color: #f02020;
	position: relative;
	top: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999999;
}

#admin_wrapper > div.customer_login_message > h2 {
	margin-bottom: 0px !important;
}

#admin_wrapper {
	background: #ffffff;
	color: #f02020;
	border: 0px;
	margin: 0 auto;
	padding: 0;
	min-height: 700px;
	height: auto;
	text-align: center;
	position: relative;
	top: 100px;
	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;
}

#admin_wrapper h3 {
    font-size: 14px;
    color: #f02020;
}

#logo {
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/1366/The Y logo_WHT (1).png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center !important;
    background-color: #f02020;
    position: fixed;
    top: 20px;
    left: 0px;
    z-index: 100000 !important;
    width: 100%;
    height: 200px;
}

/* LOGIN FORM */
form {
	background: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	top: 90px;
	margin: 0;padding: 150px;
	border: 3px solid #ffffff;
	}

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

}

form label {
	line-height: 1.9em;
color: #000000;
margin-bottom: 7px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-weight: bold;
font-size: 1.5em;
}

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

.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: 1.2em;
font-weight: 400;
color: #000000;
}

.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: #f02020;
color: #fff;
font-size: 19px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}

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

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

.success {
color: #090;
}

.fail {
color: red;
}

.information {
color: #03F;
}

.attention {
color: #C69E00;
}