@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

#logo {
margin: 0 auto;
    width: 100%;
    height: 82px;
    background: url(https://baypavilions.com.au/wp-content/uploads/2021/11/Bay-Pavilions-Logo-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px auto;
    padding: 25px 0;	
}

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

#admin_wrapper {
    background: rgb(255 255 255 / 93%);
}

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

form .button {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
padding: 15px;
    background-color: #28334a;
}

form label {
color: #e10600;
}

h1 {
    text-align: center;}

form .button:hover {
  background-color: #E10600;
  transition: 0.2s ease-in;
  color: #ffffff;
  cursor: pointer;
}

.forgot_password p a:hover { color: #E10600; transition: 0.2s ease-in; }