body{
    padding:0;
    margin: 0;
    background-image:url("/assets/images/sw-1951-2000x949.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}
.box-body {
    margin-top: 5%; margin-left:30%;margin-right:30%;

    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 36px;

    box-shadow:0px 0px 9px green;
}
.table_set{border:1px #EEEEEE groove;margin-top:0px;margin-left:auto;margin-right:auto;font-size: 25px;}
.table_set input{font-size: 20px;outline:medium; }
.table_set select{font-size: 20px;}
.table_set td{padding-left: 10px;}
.table_row1{background-color: #DDDDDD;height: 50px;}
.table_row2{background-color: #EEEEEE;height: 50px;}
