div.btn-center {
    margin: 0 auto;
    text-align: center;
}

.user-name input, .password input {
    width: 70%;
    float: right;
    height: 26px;
    font-weight: normal;
    font-size: 14px;
}

.user-name label, .password label {
    width: 25%;
    float: left;
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.remember-pw {
    text-align: center;
    font-size: 12px;
}

div.margin-top {
    margin-top: 10px;
}

.tos {
    color: #388DFF;
    cursor: pointer;
}