.banner{
    height: 16vw;
    background: url("../../img/member/banner.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
}
.fom > div{
    margin-top: 15px;
}
.c-btn{
    border: none;
    display: inline-block;
    background-color: #FBBB6A;
    color: #fff;
    padding:.5rem  3.5rem;
    border-radius: .2rem;
}