
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300&display=swap');


.custombackground1 {
    background-image: url('https://members.wioa.org.au/api/WebsiteCached/DownloadFile?FileGuid=e9f629c4-5813-447d-90d2-5a1f1953bbf1#EXT=.png');
    background-size: cover;
    max-width: 100% !important;
    flex: 0 0 100%;
    .Members--DataForm

{
    max-width: 600px;
    align-self: auto;

    @media all and (max-width: 750px) {
        /* CSS rules here for screens lower than 750px */
        margin-left:auto!important;
        margin-right:auto!important;        
    }

    @media all and (min-width: 750px) {
        /* CSS rules here for screens above 750px */
        margin-left: 25%!important;
        margin-right: auto!important;
        margin-top: 50px!important;
        margin-bottom: 50px!important;
    }

    background-colour: white;
}

}

.members--formlayout {
    background-image: url('https://members.wioa.org.au/api/WebsiteCached/DownloadFile?FileGuid=e9f629c4-5813-447d-90d2-5a1f1953bbf1#EXT=.png');
    background-size: cover;
    max-width: 100% !important;
    min-height: 100%;
    flex: 0 0 100%;
    .members--formlayout--container{
        max-width: 600px;
        align-self: auto;
        background: white;

    @media all and (max-width: 750px) {
        /* CSS rules here for screens lower than 750px */
        margin-left: auto!important;
        margin-right: auto!important;
    }

    @media all and (min-width: 750px) {
        /* CSS rules here for screens above 750px */
        margin-left: 25%!important;
        margin-right: auto!important;
        margin-top: 50px!important;
        margin-bottom: 50px!important;
    }
    }
}