/* 去除容器的内边距且内容居中 */
.container-no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
}

.box1 {
    width: 100%;
    background-color: black;
}

.box2 {
    width: 100%;
    background-color: white;
}

.box3 {
    width: 100%;
    background-color: black;
}

.box4 {
    width: 100%;
    background-color: white;
}

.foot {
    position: relative;
}

.foot .bgc {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.formBody {
    width: 64%;
    position: absolute;
    top: 15%;
    left: 18%;
}

.formLabel {
    width: 100%;
    text-align: left;
    font-size: 10px;
    margin-bottom: 6px;
}

.formInput {
    width: 100%;
    height: 35px;
    border-radius: 50px;
    margin-bottom: 6px;
    padding: 0 20px;
}

#submit {
    width: 100%;
    height: 35px;
    border-radius: 50px;
    background-color: rgba(251, 136, 54, 1);
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-top: 6px;
}