body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.box {
    border: 1px solid #4a7bb0;
    padding: 10px;
}

table {
    border-collapse: collapse;
    width: 360px;
    background-color: #ffffff;
}

th {
    padding: 8px;
    font-size: 15px;
    letter-spacing: 1px;
}

td {
    font-size: 13px;
    padding: 5px 8px;
}

input[type="text"],
input[type="password"],
input[type="date"],
select {
    width: 95%;
    padding: 2px 4px;
    font-size: 13px;
    box-sizing: border-box;
}

button {
    padding: 2px 10px;
    font-size: 12px;
    cursor: pointer;
}

textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    resize: none;
    box-sizing: border-box;
}