html {
	height: 100%;
	background: #DEEAEE;
	background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#F8FBFC), to(#DEEAEE));
    background: -webkit-linear-gradient(top, #F8FBFC, #DEEAEE 60%);
    background: -moz-linear-gradient(top, #F8FBFC, #DEEAEE 60%);
    background: -ms-linear-gradient(top, #F8FBFC, #DEEAEE 60%);
    background: -o-linear-gradient(top, #F8FBFC, #DEEAEE 60%);
    background: linear-gradient(top, #F8FBFC, #DEEAEE 60%);
}

.login-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -130px;
    margin-left: -250px;
    width: 500px;
}

.content {
    min-height: 0px; /* reset style.css */
    width: 500px;
    height: 260px;
    background: #fff url(../images/login-signin.png) 100% 0 no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.form {
    padding: 30px 220px 30px 40px;
}

h1 {
    font-size: 24px;
    color: #666;
    line-height: 200%;
    text-align: center;
}

#username {
    margin-bottom: 20px;
}

input { width: 218px; }

.error {
    margin: 5px 0;
    line-height: 20px;
    height: 20px;
    color: red;
}

.btn-blue {
    float: right;
}

.forget {
    line-height: 32px;
    color: #aaa;
    border-bottom: 1px dotted #aaa;
}

.forget:hover {
    text-decoration: none;
    border-bottom: 1px solid #008cd8;
    color: #008cd8;
}

.footer {
    text-align: center;
    color: #8da8b2;
}

.footer a {
    color: #8da8b2;
}
