html {
    color: #223a70;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
legend {
    text-align: center;
    font-size: 30px;
}

fieldset {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: double 10px #6694ff;
    border-bottom: double 10px #6694ff;
    border-left: none;
    border-right: none;
    width: 600px;
}

#submit {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    width: 130px;
    height: 40px;
    border: none;
    margin-top: 10px;
    color: #ffffff;
    background-color: #223a70;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#submit:hover{
    background-color: #fff;
    border: solid 1px #223a70;
    color: #223a70;
}

dt {
    text-align: right;
    width: 150px;
    height: 30px;
    font-size: 20px;
}

dl {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

dd {
    margin-left: 20px;
    text-align: left;
    color: #000000;
}

.exit {
    text-decoration: none;
    border-bottom: solid 1px #223a70;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 30px;
    font-size: 110%;
}

.exit:visited {
    color: #223a70;
}

li {
    color: #ff6347;
}

.logo {
    text-align: center;
}


#fitslogo img {
    border-radius: 8px;
}
