.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -139px 0 0 -173px;
    width: 346px;
}

form {
    width: 318px;
    height: 229px;
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0 0 28px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.08);
    -moz-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.08);
}

.auth-error {
    font-size: 12px;
    color: #ff0000;
    height: 20px;
    visibility: hidden;
}
.auth-success {
    display: none;
    line-height: 30px;
    text-align: center;
    padding-right: 28px;
}

.auth-error.show {
    visibility: visible;
}

label {
    display: block;
    font-size: 13px;
    color: #666666;
}

input.text {
    font-size: 20px;
    color: #333333;
    display: block;
    width: 285px;
    margin: 10px 0;
}

input.submit {
    float: right;
    color: #333333;
    font-weight: normal;
    padding: 5px 10px;
    margin-right: 25px;
    margin-top: 10px;
    width: auto;
}

div.left {
    float: left;
    margin-top: 20px;
}

div.left label {
    float: left;
    padding-left: 9px;
    cursor: pointer;
}

div.left input {
    width	: 13px;
    height	: 13px;
    float	: left;
    padding	: 0;
    margin	: 0;
}

.centered .foo {
    font-size: 12px;
    margin: 10px 0 0 30px;
}

#login {
    display: block;
}

#forgot {
    display: none;
}

#forgot .auth-success {
    margin-top: 97px;
}

#change_password .auth-success {
    margin-top: 82px;
}