@font-face {
    font-family: Raleway;
    src: url(https://static.bond.edu.au/sites/all/themes/bond_base/fonts/raleway/raleway-v9-latin-regular.woff2);
}
@font-face {
    font-family: Open Sans;
    src: url(https://static.bond.edu.au/sites/all/themes/bond_base/fonts/open-sans/open-sans-v10-latin-regular.woff2);
}
html,
body {
    min-height: 100vh;
}
body {
    margin: 0px;
    font-family: Raleway, sans-serif !important;
    text-align: center;
    background-image: url(https://secure.activecarrot.com/media/dynamic/static_images/940/SC_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#logo {
    height: 80px;
    background: url(https://static.bond.edu.au/sites/all/themes/bond_base/img/logo-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 40px;
}
#admin_wrapper {
    margin: 0px;
    margin-top: 25vh;
    min-height: initial;
    padding: 20px;
    display: inline-block;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    width: 436px;
    padding-top: 80px;
    position: relative;
}
form {
    margin: 0px 20px;
}
form input.input {
    width: 75%;
    box-sizing: border-box;
    border: 1px solid white;
    padding: 7px;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    margin: auto;
    color: #666;
}
form input.button {
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.64285714;
    border-radius: 0;
    user-select: none;
    font-family: inherit;
    background-color: #ac5319;
    border-radius: 2px;
    margin: auto;
}
form input.button:hover {
    background-color: #ca5d03;
}
label,
.forgot_password p {
    color: #324e6d !important;
    font-size: 14px !important;
    overflow-wrap: break-word;
    text-align: center;
}
.forgot_password p a {
    top: 80px;
    position: relative;
    font-size: inherit;
    color: inherit;
}
.title, div#admin_wrapper form::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #ae5308;
    border-bottom: 1px solid white;
    padding: 20px 0px;
    font-family: Raleway, sans-serif !important;
    margin: 0px !important;
}

div#admin_wrapper > div > form::before{
    content: 'Retrieve your password';
}

div#admin_wrapper > form::before{
    content: 'Login to your account';
}

div#admin_wrapper > form{
    margin-bottom: 50px;
}

div#admin_wrapper > div > form input.button{
    background-color: #757a7f;
}

div#admin_wrapper > div > form input.button:hover{
    background-color: #62676b;
}
*{
    font-family: Raleway, sans-serif !important;
    text-shadow: none !important;
}
#admin_wrapper h2{
    margin: 15px 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    color: #324e6d !important;
    font-size: 14px !important;
    overflow-wrap: break-word;
    line-height: 25px;
font-weight: inherit !important;
}