.wrapper {
    max-width: 800px !important;
}

.title {
    line-height: 30px;
    font-size: 18px;
    font-weight: 900;
    padding: 15px 0;
    color: #333;
    border-bottom: #d2d2d2 1px solid;
}

.title img {
    margin: 0 10px 0 15px;
}

.systembox {
    max-width: 630px;
    width: 100%;
    margin: 35px auto;
    font-size: 15px;
}

.table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
    text-align: left;
}

.table-cell:first-child {
    text-align: right;
    border-right: #d2d2d2 1px solid;
}

.notice {
    width: 200px;
    font-size: 12px;
    color: #aaa;
    border: 0px !important;
}

input[type="text"],
input[type="password"] {
    width: 198px;
    height: 25px;
    padding: 5px;
    border: #aaa 1px solid;
}

input.go[type="button"] {
    padding: 10px 25px;
    background: #9aa4e8;
    color: #fff;
    border: 0;
}

input.go[type="button"]:hover {
    background: #4b569c;
}

input.clear[type="button"] {
    padding: 10px 25px;
    background: #aaa;
    color: #fff;
    border: 0;
}

input.clear[type="button"]:hover {
    background: #888;
}

@media screen and (max-width: 1080px) {
    .table {
        width: 100%;
        display: block;
    }
    .table-row {
        display: block;
        border-bottom: #d2d2d2 1px solid;
        padding: 10px 0;
    }
    .table-cell {
        display: block;
        text-align: center;
        padding: 0;
    }
    .table-cell:first-child {
        text-align: center;
        border: 0;
    }
    .notice {
        width: 100%;
    }
    input[type="text"],
    input[type="password"] {
        width: 100%;
        padding: 5px 0;
    }
}