form {
    width: 65%;
    margin: auto;
    padding: 20px;
}
label{
    display: block;
    margin: 15px 0 5px;
    text-align: left;
}

input, textarea{
    width: 80%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid black;
    margin-bottom: 1%;
}
th{
    text-align: left;
}
button[type="submit"] {
    margin-top: 20px;
    padding: 8px 20px;
    background-color: #0D47A1;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 150px;
    font-size: 15px;
    font-weight: bold;
}

button[type="submit"]:hover {
    background-color: #0D47A1;
}
button[type="reset"] {
    margin-top: 20px;
    padding: 8px 20px;
    background-color: brown;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

button[type="reset"]:hover {
    background-color: brown;
}
.submit_introduction,.submit_form{
    border:2px solid black;
    margin: 10px auto;
    border-radius: 10px;
    width: 80%;
    margin-top: 30px;
}
.submit{
    text-align: center;
}
.con1
{
    overflow: hidden;
    margin-top: 3%;
}
.submit_title
{
    margin-left: 140px;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: black;
    font-weight: bold;
    float: left;
    border-radius: 10px;
    border: 2px solid  black;
    background-color: lightskyblue;
    margin-top: 10px;
}
table#subTable {
     margin-left: 45px;
 }