*, *::before, *::after { box-sizing: border-box; }
html { height: 100%; }
body {
    background: url(https://www.sgac.com.au/wp-content/uploads/2022/07/baby-water3-1.jpg);
    background-position: top right calc(50% + 230px);
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0;
    display: flex;
    height: 100%;
    font-family: GoodPro, Helvetica, sans-serif;
    justify-content: right;
}

#logo {
    background-image: url('https:\/\/www.sgac.com.au\/wp-content\/uploads\/2018\/03\/sgac_logo.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    clear: none;
    float: middle;
    height: 41px;
    text-indent: -9999px;
    width: 250px;
    margin-right: 500px;
    margin-bottom: 22px;
    margin-left: 20px;
}
.alpha60{
	background:#fff;
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11edf2f5, endColorstr=#11edf2f5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#11edf2f5, endColorstr=#11edf2f5)"
}
form label {
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
}
form .button {
    display: block;
    width: 100%;
    background: #dc781d;
    border: none;
    padding: 12px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 25px;
    cursor: pointer;
}

.attention, .fail, .information, .success {
    clear: both;
}

form .input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form .input#username { margin-bottom: 30px; }

form .input:focus {
    box-shadow: none;
    color: #212529;
    background-color: #fff;
    outline: 0;
}

form a {
    padding: 10px 2px 0 0;
    text-align: right;
    display: block;
}

#admin_wrapper {
    border: none;
    width: 42%;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    padding: 300px 40px 0 10px;
    position: relative;
}

@media only screen and (min-width: 1800px) {
    body {
        background-position: top left;
    }
}

@media only screen and (max-width: 992px) {
    body {
        background-position: top right calc(50% + 330px);
    }
    #admin_wrapper { width: 52%; }
}

@media only screen and (max-width: 768px) {
    body {
        background: url(https://www.sgac.com.au/wp-content/uploads/2022/07/baby-water-mobile3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 58% 220px;
    }

    #admin_wrapper {
        background: #fff;
        padding: 30px 30px 30px 10px;
        width: 100%;
        height: 390px;
    }
}