#loginform #user_id,
#loginform #email,
#loginform #password{
    width: 100%;
}
#loginform th{
    font-weight: normal;
    text-align: center;
}
.login_logo{
    width: 100%;
}
#whole_wrapper{
    margin-top: 0;
}
#whole_wrapper form{
	margin-top:5px;
}
#whole_wrapper section{
	margin-top:30px;
}
.page-header{
    border: none;
}
.reset-create,
.message{
    text-align: right;
    width: 100%;
    display: block;
	margin-bottom:10px;
}
.reset-create{
	margin-top:20px;
}
a.create-link{
    font-size: 90%;
    border-radius: 4px;
    padding: 10px 16px;
}
.reset-link{
    font-size: 90%;
    margin-bottom: 10px;
    display: inline-block;
}
.message{
    color: red;
}
.error-message{
    display: block;
    text-align: center;
    color: red;
}
.copyright{
    display: block;
    text-align: center;
    font-size: 70%;
    color: #777;
    margin: 40px 0;
}
