@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  color: #000;
  src: local('Open Sans'), local('OpenSans'), url(/media/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

#footer_wrapper {background: none;}

.alpha60 {
    background: none; background-repeat: no-repeat;
    position: center;
}

#admin_wrapper {
    width: 600px;
    margin: 80px auto 0;
    padding: 58px 12px 15px;
    border: 5px solid #f1940a;
    box-shadow: #3d3d3c36 15px 15px;
    text-align: center;
}

  #logo {
  background-image: url('https://secure.activecarrot.com/media/dynamic/static_images/1243/NZA-Logo_Large_black.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 150px;
  margin-left: 210px;
  margin-top: -55px;

  }

#admin_wrapper > form > div {
  margin-left: auto;
  margin-right: auto;
}


form {
    margin-left: auto;
    margin-right: auto;
}

form label {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #3d3d3c;
    text-shadow: none;
}

form .button {
    background-color: #3d3d3c;
    background-origin: none;
    padding: 5px;
    background-repeat: none;
    background-size: none;
    border-radius: 2px;
    border-width: 0px;
    min-width: 400px;
    margin-left: -60px;
    margin-top: 30px;
    transition: 0.6s ease 0s;
}

body {background: none;}

form .button:hover{
    background-color: rgb(0, 0, 0);
    transition: 0.6s ease 0s;
    border-radius: 2px;
    color: #f1940a;
    cursor: pointer;
    }

    form .forgot_password p a:hover{
    background: #cccccc1a;
    color:#f1940a;
    border-radius: 2px;
    transition: 0.6s ease 0s;
    }


.forgot_password p a {
    text-align: left;
    color:#4a4444;
    font-size: 14px;
    margin-left: 30px;
    transition: 0.6s ease 0s;
}


.customer_login_message {
  text-align: center;

}

.fail {
    background-color: #FFE1E1;
    text-align: center;
    border: 3px solid #C30;
    color: #C30;
    background-image: url(../images/admin/cancel.png);
    box-shadow: 8px 8px #131415a1;
}
#login_password {
display: block !important
}