@import url('https://fonts.googleapis.com/css?family=Muli:400,700,800,900&display=swap');


* {
  font-family: 'Muli', sans-serif;
  font-size: 1em;
}

body {
background-color: #fff;
background-image: none;
}

#admin_wrapper {
background-color: #ffffff;
border: none;
margin: 0px auto;
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0;
position: absolute;
top: 0;
}

#logo {
width:100%;
height:180px;
background:url('https://leisure.yarracity.vic.gov.au/fe/img/leisure-logo.svg') no-repeat;
background-size: 100px;
background-color: #80378E;
background-position: center;
display: block;
margin: 0;
margin-bottom: 10px;
padding: 0;
position: absolute;
top: 0;
}

/* CUSTOMER LOGIN MESSAGE */
.customer_login_message {
    margin-top: -100px;
    font-size: 20pt;
    font-weight: bold;
}



/* LOGIN FORM */
form {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 700px;
margin-top: 20px;
}

form p {
display: flex;
flex-direction: column;
margin: 10px 10px;
}

form label {
color: #333;
margin-bottom: 7px;
text-align: left;
text-shadow: none;
font-weight: bold;
}

form .input {
border-radius: 4px;
height: 20px;
width: 270px;
text-align: center;
background-color: white;
outline: none;
font-size: 14px;
color: #333333;
}

/* AUTOCOMPLETE */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: 1px solid #ccc;
-webkit-text-fill-color: black;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}


.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: #333;
}

.forgot_password p a:hover {
color: #007BB7;
}


form .button {
border: 0;
border-radius: 5px;
margin-top: 5px;
height: 38px;
background-color: #007BB7;
color: #fff;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

form .button:hover {
background-color: #025a86;
color: #fff;
cursor: pointer;
transition: .1s;
}

#admin_wrapper > h2 {
    position: fixed;
   top: 190px;
   text-align: center;
    color: #333;
}

#admin_wrapper > div:nth-child(3) {
    position: fixed;
   top: 300px;
   text-align: center;
    color: #333;
}

#admin_wrapper > div:nth-child(3) > form > p:nth-child(1) {
    margin-top: -5px;
}

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

.success {
color: #090;
}

.fail {
color: red;
}

.information {
color: #03F;
}

.attention {
color: #C69E00;
}

#custom_footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom_footer_wrapper {
    width: 1176px;
    margin: 0 auto;
    padding: 0 10px;
}

.acknowledge_text {
    color: #cfd8dc;
    margin: 0;
    padding: 30px 0;
    width: 900px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.footer_underline {
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 1176px;
    margin: 0 auto;
}

.footer1 {
    background-color: #45555A;
    height: 105px;
}

.footer1_wrapper {
    width: 1076px;
    margin: 0 auto;
    padding: 40px;
}

.disclaimer1,
.privacy_policy {
    color: #cfd8dc;
    font-weight: bold;
    padding-right: 410px;
}

.footer2 {
    background-color: #172A31;
    height: 171px;
}

.copyright_text,
.disclaimer_text {
    color: #cfd8dc;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
    padding-top: 15px;
}

.footer_copy_dis {
    display: flex;
    justify-content: space-between;
    width: 1176px;
    margin: 0 auto;
}

.disclaimer_text {
    width: 420px;
    text-align: right;
}