body {
    background: #F6F9F9;
}
body:before {
    content:'';
    width: 100%;
    height:6px;
    background: #30B55E;
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
#login h1 a,
.login h1 a {
    background-image: url('../images/logo@2x.png');
    height: 74px;
    width: 158px;
    background-size: 158px 74px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
input[type="submit"] {
    background-color: #30B55E!important;
    display: block!important;
    width: 100%!important;
    border: 0!important;
    text-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
    padding: 6px!important;
    font-weight: bold!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: inherit!important;
    text-align: center;
}
