table > tbody input[name="username"],
table > tbody input[name="password"]{
    width: calc(30rem * 0.7);
}

div.outerbox table > tbody > tr > td:first-child{
    display:none;
}

div.outerbox table > tfoot td{
    padding: 0;
}
div.outerbox table > tfoot td > div{
    padding: 1rem 0.5rem;
}
div.outerbox table > tfoot td > ul.notice{
    border-top: 2px var(--image-color) solid;
    box-shadow: 0 3px 6px rgba(128, 128, 128, 0.2) inset;
    padding-left:2rem;
}
