body {
    /*background-image: url("../img/back_A.png");*/
    /* background-image: url("../img/IMG_2906_s.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
}

.title-area {
    margin-top: 10%;
    margin-bottom: 10pt;
    width:300px;
    margin-left: auto;
    margin-right: auto;
}

.input-area {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
}

.input-field {
    background-color: #ffffff;
    border-color: #CCC;
    border-radius: 0;
}

.form-table{
    width:100%;
}
.form-table > tbody > tr{
    height:34px;
}
.form-table > tbody > tr > td{
    width: 25%;
}

.input-title{
    background-color: #CCC;
    text-align: center;
}

.login-button {
    background-color: #5a14eb;
    border-color: #000000;
    font-size: 12pt;
}

.link{
    color: #666666;
    margin : 20px;
}
.footer {
    font-size: 8pt;
    color: #666666;
}