html, body {
    height: 100%;
    background-color: #FFFFFF;
}

#baseinfo_form {
    width: 300px;
    margin: auto;
    margin-top: 5%;
}


#baseinfo_form p {
    height: 38px;
    width: 300px;
    margin: 15px auto 0 auto;
    font-size: large;
}

#title {
    text-align: center;
    font-size: x-large;
    margin-left: 50px;
}

.left {
    line-height: 38px;
}

.right {
    font-size: large;
    float: right;
    border-radius: 5px;
    height: 38px;
    text-align: center;
}

#baseinfo_form button {
    height: 38px;
    width: 305px;
    margin: 10px auto 0 auto;
    font-size: large;
    border-radius: 5px;
    background-color: #3BAFFA;
}