body {
background: #f4f4fc url(https://erc.dardanup.wa.gov.au//Profiles/reccentre/Assets/ClientData/Anna_Active_Carrot_Back_Ground.png) no-repeat center center fixed;
background-size: 90% 950px;
}

#logo {
    width: 300px;
    height: 113px;
    background: url(https://erc.dardanup.wa.gov.au/Profiles/reccentre/Assets/ClientData/ERC-logo-e1612336948159-300x113.png) no-repeat;
}

.alpha60 {
background:#ffb933;
}

form label {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
    color: #030B26;
    text-shadow: none;
}

form .button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #040A2B;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto
 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border:none;
    color: #f4f4fc;
    min-width: 50px;
    padding:10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
form .button:hover {
    background-color: #f4f4fc;
    cursor: pointer;
}