.cBox{
    height:auto;
    overflow:hidden;
    width:500px;
    margin:0 auto;
}
.cBox .item{
    height:auto;
    overflow:hidden;
    border-radius:10px;
    border:1px solid rgba(110, 135, 91, 1);
    padding:16px 26px;
    padding-bottom:12px;
    background:rgba(168, 208, 137, 0.25);
    margin-top:32px;

}
.cBox .item.mt7{
    margin-top:7px;
    padding:0;
}
.cBox .from{
    height:auto;
    overflow:hidden;
}
.cBox .from h3{
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:20px;
    color:rgba(173, 121, 174, 1);
    margin-top:12px;
    padding-left:16px;
}
.cBox .from .item input,.cBox .from textarea{
    width:100%;
    border:0;
    background:none;
    outline:none;
    font-size:14px;
    line-height:32px;
    padding:0 10px;
}
.cBox .from .btn{
    height:auto;
    overflow:hidden;
    text-align:center;
    margin-top:16px;
}
.cBox .from .btn button{
    background:rgba(168, 208, 137, 0.25);
    color:rgba(173, 121, 174, 1);
    border:0;
    font-size:14px;
    line-height:32px;
    border-radius:5px;
    width:100px;
}
.cBox .register{
    text-align:center;
    font-size:14px;
    color:#333;
    margin-top:16px;
}
.cBox .register a{
    color:#333;
    text-decoration:none;
}
.cBox .register a:hover,.cBox .register a:active{
    text-decoration:underline;
}
@media (max-width: 768px) {
    .con .cBox{
        padding:0 20px 50px;
        width:auto;
    }
}