body.login div#login form#loginform p.submit input#wp-submit {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #d4612b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Avenir Next LT Pro", sans-serif;
    text-shadow: none!important;
    border-color: none;
    box-shadow: none;
    text-decoration: none;
    line-height: 0;
    padding:14px;
  }

body.login div#login form#loginform p.submit input#wp-submit:hover {
    background-color:#2c2d6d;
}

.login h1 a {
    background-image: url(/wp-content/themes/aonp/img/logo.png);
    background-size: 150px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 120px;
    margin-bottom: 0;
    width: 150px;
}

body.login div#login form#loginform p label,
body.login div#login p#backtoblog a,
body.login div#login p#nav a {
    font-family: "Avenir Next LT Pro", sans-serif;
}