@charset "utf-8";

/*login画面*/
body {
    background: #eeeeee url(/static/images/bg.jpg) top left repeat;
}
input {
    background: transparent;
    border: 0;
}
#container {
    margin: auto;
    margin-top: 180px;
    width: 524px;
    height: 262px;
    text-align: left;
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}
form, .welcome {
    background: url(/static/images/form-bg.png) top left no-repeat;
    width: 524px;
    height: 262px;
    padding-top: 1px;
}

.login, .welcome-user {
    width: 470px;
    float: left;
    margin-top: 33px;
    margin-left: 40px;
    font-size: 20px;
}

.username-text {
    width: 190px;
    float: left;
    margin-top: 50px;
    margin-left: 40px;
    font-size: 15px;
}

.password-text {
    width: 290px;
    float: left;
    margin-top: 50px;
    margin-left: 0px;
    font-size: 15px;
}
#footer {
    margin: auto;
    margin-top: 50px;
    width: 500px;
    height: 30px;
    background: url(/static/images/footer-bg.png) bottom center no-repeat;
    text-align: center;
    font-family: "Times New Roman", Times, Georgia;
    font-weight: normal;
    font-size: 16px;
    color: #8d8d8d;
}
input[type="button"] {
    width: 60px;
    height: 50px;
    margin-top: 0px;
    margin-right: 2px;
    font-family: Verdana, Arial;
    font-size: 26px;
    font-weight:900;
    color: #ffffff;
}

input[type="button"]:hover, input[type="button"]:focus {
    background: url(/static/images/go-hover.png) top left no-repeat;cursor:pointer;
}
input[type="text"], input[type="password"] {
    width: 120px;
    height: 28px;
    margin-top: 5px;
    margin-left: 10px;
    font-family: Verdana, Arial;
    font-size: 16px;
    color: #2d2d2d;
}
.username-field {
    width: 168px;
    height: 38px;
    float:left;
    margin-top: 10px;
    margin-left: 35px;
    background: url(/static/images/username-field.png) center left no-repeat;
}
.username-field:hover {
    background: url(/static/images/username-field-hover.png) center left no-repeat;
}
.password-field {
    width: 280px;
    height: 38px;
    float:left;
    margin-top: 10px;
    margin-left: 22px;
    background: url(/static/images/password-field.png) center left no-repeat;
}
.password-field:hover {
    background: url(/static/images/password-field-hover.png) center left no-repeat;
}