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

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

.ui-input-text {
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/1462/Active%20Manningham%20-%20logotype%20right%20alinged.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px auto;
    padding: 25px 0;	
}

body {
 background: linear-gradient(rgb(255 255 255 / 5%), rgb(255 255 255 / 5%)), url(https://activemanningham.com.au/wp-content/uploads/2023/06/Aquarena-2.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: 265px;
}

form .input {
font-family: 'Montserrat';
}

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: #0e74a5;
}

form label {
color: #0e74a5;
}

h1 {
    text-align: center;}

form .button:hover {
  background-color: #74cee2;
  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: #0e74a5;
}

.login_custom_html {font-size:12px;}