* {
    margin: 0;
    padding: 0;
}

body {
    background: -moz-linear-gradient(top,  rgba(50,50,50,0) 0%, rgba(50,50,50,0) 30%, rgba(50,50,50,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,0)), color-stop(30%,rgba(50,50,50,0)), color-stop(100%,rgba(50,50,50,0.3)));
    background: -webkit-linear-gradient(top,  rgba(50,50,50,0) 0%,rgba(50,50,50,0) 30%,rgba(50,50,50,0.3) 100%);
    background: -o-linear-gradient(top,  rgba(50,50,50,0) 0%,rgba(50,50,50,0) 30%,rgba(50,50,50,0.3) 100%);
    background: -ms-linear-gradient(top,  rgba(50,50,50,0) 0%,rgba(50,50,50,0) 30%,rgba(50,50,50,0.3) 100%);
    background: linear-gradient(top,  rgba(50,50,50,0) 0%,rgba(50,50,50,0) 30%,rgba(50,50,50,0.3) 100%);
    background-attachment: fixed;
    background-color: #eee;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", Geneva, Verdana, sans-serif;
}

img, fieldset {
    border: 0;
}

#wrapper-login {
    width: 400px;
    margin: 120px auto 0 auto;
    font-size: 14px;
    color: #000;
}

#greeting {
    margin-left: 160px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #3da5ee;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.85);
}

#login-form  {
    margin-top: 40px;
    position: absolute;
}

#login-form label {
    display: block;
    float: left;
    width: 150px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: rgba(69, 69, 69, 0.9);
    text-shadow: 0 1px 1px #fff;
    text-align: right;
}

#login-form input[type="text"], #login-form [type="password"] {
    display: block;
    float: left;
    width: 183px;
    height:16px;
    border: solid 1px #767676;
    margin-bottom: 8px;
    padding: 5px;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
}

#login-form input[type="password"] {
    font-family: courier;
    letter-spacing: 1px;
    font-size: 9px;
}

#login-submit {
    margin: 2px 0 10px 0;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #fff;
    border: none;
    background-color: rgba(61, 165, 238, 0.8);
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
}

#login-failed {
    margin-top:160px;
    color: #FF6877;
}
