.section_container{
    color: #706F6F;
    font-family: "font2";
    font-size: 16px;
}

.section_container p{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.section_container label span,
.section_container label .bank_number{
    display:block;
    float: left;
    margin-top: 8px;
    color: #3C67A5;
    font-family: "font2";
    font-size: 16px;
    line-height: 16px;
    width: 85%;
}

.section_container label span +  span{
    color: #706F6F;
}

.section_container .select_wrapper{
    margin-top: 20px;
    display: none;
}