#contents {
    box-sizing: border-box;
    width:600px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #CCCCCC;
}

.title {
    width:100%;
    height: 60px;
    display: flex;
    justify-content: center;
    background-color: #80d7e4;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.title > img {
    margin-top:17px;
    margin-right:15px;
    width:30px;
    height: 30px;
}

.title > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.other-link {
    width: fit-content;
    color:rgb(0, 47, 128);
    cursor: pointer;
    margin:auto;
    margin-top:25px;
    text-align: center;
}

input[class=error-message] {
    width:100%;
    margin:auto;
    text-align: center;
    color: #E20000;
}

table {
    margin:auto;
    width:400px;
}

table, th, td {
    border: none;
    vertical-align: middle;
}

th {
    width:120px;
    height: 50px;
    background-color: #ffffff;
    color:black;
    text-align: left;
    font-weight: normal;
}