/* BASIC css start */
.joinBenefit {
    font-size: 17px;
    text-align: center;
    background: #fff;
    padding: 50px 0 30px;
    width: 50%;
    margin: 16px auto;
   box-sizing: border-box;
}

.loginBottom {
    padding: 90px 16px 60px;
    text-align: center;
background-color: #f8f8f8;
}
.welcome {font-size: 20px; letter-spacing: -0.5px;}
.welcome span {font-size: 26px;}
.joinSum { margin: 0 0 30px 0; font-size: 16px; }
.btn_Black{
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 2px;
    /* width: 50%; */
    margin: 0 auto;
    display: inline-block;
    padding: 20px 60px;
}
.numbering {
display: block;
    width: 40px;
    height: 40px;
    margin: 0px auto 10px;
    border-radius: 50%;
    background: #eee;
    line-height: 40px;
    color: #999;
}

#container { margin-bottom: 0;} 
/* BASIC css end */

