/* LOGIN BELG COS */
* {
    font-family: 'Open Sans', sans-serif;
    text-shadow: none !important;
}


body {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100vw;
    margin: 0px !important;
    overflow-x: hidden;
    background: #FFF;
}



#admin_wrapper > div.customer_login_message {
    position: relative;
    top: 120px;
    display: block !important;
    width: 100vw;
    height: 150px;
    text-align: center;
    font-size: 1.1em;
    color: #FFF;
    margin-bottom: 20px;
}

#admin_wrapper {
    position: absolute;
    display: grid;
    grid-template-columns: [first] 100vw;
    grid-template-rows: 20% 10% 10% 10%;
    top: 0px;
    background: transparent;
    width: 100vw;
    height: 100vh;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 0px;
    text-align: center;
}

#admin_wrapper > form > div {
  position: relative;
  right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 70vw !important;
  max-width: 435px;
  overflow: hidden !important;
}

#admin_wrapper > form > div.forgot_password {
  display: grid;
  grid-template-rows: 1fr 1fr;
  padding: 0px !important;
  right: 0px;
  max-width: 400px;
  width: 70vw !important;
  height: 100px !important;
  margin: 0 auto !important;
  text-align: center;
  overflow: visible !important;
}

#admin_wrapper > form > div.forgot_password > p {
  margin: 0px !important;
}

.forgot_password p a {
  height: 100px !important;
}


#logo {
    position: absolute;
    top: 0px;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/554/city-of-sydney-logo.png') no-repeat center;
    background-size: 320px;
    background-color: #FFF;
    background-position: left;
    width: 100vw;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    z-index: 0 !important;
}

#logo::after {
  content: '';
  display: block;
  position: absolute;
  top: 89px;
  left: -10vw;
  width: 120vw;
  height: 40vw;
  max-height: 400px;
  background: #0850A1;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
}

#site {
    display: block;
    width: 100vw;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 120px;
}

form {
    position: relative;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 60vh;
    max-height: 800px;
    padding: 2.5em;
    text-align: left;
    background: #FFF;
    border-radius: 8px;
}

form p {
    background: transparent;
    width: 70vw;
    line-height: 2.0%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

form label {
    background: transparent;
    color: #041C2C;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    line-height: 2vw;
}

form .input {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #000;
    width: 70vw;
    max-width: 395px;
    height: 4vw;
    min-height: 50px;
    line-height: 3.0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5px;
    font-size: 0.8em;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #59595b;
  box-shadow: 0 0 0px 1000px #FFF inset !important;
  background: transparent !important;
  height: 4vw;
  text-indent: 20px;
  min-height: 50px;
  max-height: 70px;
  line-height: 2.0%;
}


form p a {
    display: block;
    width: 70vw;
    max-width: 400px;
    height: 55px;
    color: #041C2C;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 1.0em !important;
}

form p a:hover {
    text-decoration: underline;
    transition: ease-out 0.3s !important;
}

#button {
    display: grid;
    grid-area: bottom;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    height: 55px;
    margin-top: 0px;
    background: #2DB84B !important;
    background-color: #2DB84B !important;
    font-size: 1.1em;
}

#button:hover {
    cursor:pointer;
    background:#188838 !important;
    transition: ease-out 0.3s;
}

form .button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}


#admin_wrapper h2 {
  position: relative;
  top: 90px;
  color: #1a252c;
}

h2, #admin_wrapper h3 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #5c97b2;
    background: yellow;
    font-weight: 600 !important;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.0em;
    max-width: 70vw;
    height: 20px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.attention, .fail, .information, .success {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    text-align: center;
    font-size: 0.9em;
    width: 70vw;
    height: auto;
    border: 0px;
    color: #FFF;
    background: #B00020;
}

@media all and (max-width: 580px)  {
  #admin_wrapper, .alpha60 {
    width: 100vw;
    min-width: 100vw !important;
    padding: 0px;
    margin: 0px;
  }

form, form p, form label, form .input
 {
    width: 90vw;
    line-height: 5vw;
}

#admin_wrapper > div.customer_login_message {
  width: 100vw;
  top: 90px;
  font-size: 0.8em;
}

#admin_wrapper > form > div.forgot_password  {
  width: 100vw !important;
  margin-left: auto;
  margin-right: auto;
}

#button {
  width: 92vw;
}


form {
  top: 20px;
  border-radius: 0px;
  padding: 0.2em;
}


#logo {
    background-size: 220px;
}

form label, form .input, form p a {
    height: 10vw;
        line-height: 4vw;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #59595b;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  height: 5vw;
  line-height: 2.0%;
}

#admin_wrapper h2 {
  width: 90vw;
  font-size: 0.7em;
}

}


#login_password {
display: block !important
}