@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 12pt;
}

h2 {
font-family: "Montserrat", sans-serif;
}

.login-wrapper .login #admin_wrapper {
  background: 0;
  border: 0;
  margin: 0 auto;
  width: 409px;
  max-width: 100%;
  min-height: auto;
  padding: 20px;
}

#logo {
  margin: 0 auto;
  width: 100%;
  height: 82px;
  background: url('https://secure.activecarrot.com/media/dynamic/static_images/1164/Nillumbik Leisure ELC.png');
background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center center;
  
  padding: 25px 0;
}

body {
  background: linear-gradient(rgb(255 255 255 / 5%), rgb(255 255 255 / 5%)), url(https://secure.activecarrot.com/media/dynamic/static_images/1164/Eltham%20Leisure%20Centre.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

#admin_wrapper {
  background: rgb(255 255 255 / 93%);
  padding: 3rem 6rem;
}

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

form .input {
  font-family: "Montserrat", sans-serif;
}

form .button {
  border-radius: 0;
  padding: 20px 40px;
  background-color: #007d85;
  color: #fff;
border:none;
}

form label {
  color: #346979;
}

h1 {
  text-align: center;
}

form .button:hover {
  background-color: #499fb5;
  transition: 0.2s ease-in;
  color: black;
  cursor: pointer;
}

.forgot_password p a:hover {
  color: #000000;
  transition: 0.2s ease-in;
  text-decoration: underline;
}

.forgot_password p a {
  font-size: 12px;
  color: #346979;
}

.login_custom_html {
  font-size: 12px;
}