body {
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    background: #e8e8e8;
}

h1 {
    background: #f3725e;
    border-radius: 8px 8px 0 0;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
}

h2 {
    color: #5c5c5c;
    display: block;
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    padding: 16px 16px 6px;
    margin: 0;
}

h2.error {
    color: #aa0000;
}

a {
    color: #f3725e;
    text-decoration: none;
}

input {
    background: rgb(243, 243, 243);
    background: rgb(243, 243, 243);
    background: -moz-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243, 243, 243, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
    background: linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    background-position: top left;

    border: 1px solid #aaa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    display: block;
    margin: 10px auto;
    width: 200px;
    padding: 5px 8px 4px;
    font-size: 17px;
}

input[type=submit] {
    margin: 0;
    width: auto;
    position: absolute;
    right: 55px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
}

#login_box {
    background: white;
    border-radius: 8px;
    width: 320px;
    padding: 0 0 50px;
    margin: 10% auto 0;
    display: block;
    z-index: 100;
    position: relative;
}

#login_box p {
    color: gray;
    font-size: 12px;
    margin-top: 0;
    padding: 0 10px 10px;
}

input:first-of-type {
    margin-top: 25px !important;
}

#error {
    text-align: center;
    margin-top: 10%;
    font-size: 20px;
    color: gray;
}
