html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
background: linear-gradient(rgba(0,71,145,0.2), rgba(0,71,145,0.2)), url(https://www.chfac.com.au/wp-content/uploads/unorganized/active-carrot-swimming.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
background-attachment: fixed;
}

#logo {
margin: 0 auto;
width: 100%;
height: 82px;
background: url(https://www.chfac.com.au/wp-content/uploads/castle-hill-centre-logo-horiz-1.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 300px auto;
padding: 60px 0;
}

h1, h2 {
text-align: center;
text-shadow: none;
}

.customer_login_message {
  margin-bottom: 20px;
}

form {
margin: 0 auto;
width: 300px;
}

form label {
text-align: left;
text-shadow: none;
}

form p {
text-align: center;
}

form p a {
color: #fff;
}

form .input {
width: 100%;
}

form .button {
border: 0;
padding: 5px 10px;
text-transform: uppercase;
font-weight: bold;
}

#admin_wrapper {
border: 0;
padding: 20px;
padding-bottom: 40px;
}

#admin_wrapper h1 {
color: #fff;
margin-bottom: 10px;
}

#admin_wrapper h2 {
  margin:0;
}

.alpha60 {
background: rgba(0,71,145,0.9);
}

.attention, .fail, .information, .success {
height: auto;
}

@media only screen and (max-width: 500px) {
  
#admin_wrapper {
width:100%;
}  
  
}