@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

h2 {
  font-family: "Open Sans", sans-serif;
color:#031f73;
}

.forgot_password p a {
  color: #ebb700;
  font-size: 14px;
}

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

#logo {
  margin: 1em auto;
  width: 100%;
  background: url('https://secure.activecarrot.com/media/dynamic/static_images/882/Cardinia-Leisure-logo-RGB-Colour.png') center center no-repeat;
  background-size: 150px auto;
}

body {
  background: linear-gradient(rgb(255 255 255 / 5%), rgb(255 255 255 / 5%)), url('https://secure.activecarrot.com/media/dynamic/static_images/882/2.png') center bottom / cover no-repeat fixed;
}

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

form .input {
  font-family: "Open Sans", sans-serif;
    width: 350px;
}

form .button {
  border: none;
  border-radius: 0;
  padding: 20px 40px;
  background-color: #ebb700;
  color: black;
}

form .button:hover {
  background-color: #031f73;
  transition: 0.2s ease-in;
  color: white;
  cursor: pointer;
  text-decoration: underline;
}

form label {
  color: #031f73;
  font-size: 18px;
}

h1 {
  text-align: center;
}

.login_custom_html {
  font-size: 12px;
}

#admin_wrapper {
  background-color: #fdfdfd;
  border: 2px solid #ffffff;
  margin: 100px auto;
  width: 500px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
padding: 2em !important;
}

#admin_wrapper h2 {
margin-left:0px;}