.onlineformcamp_button1{
    margin-top:20px;
    display:inline-block;
    width:100%;
    position:relative;
    border:0px;
    outline:0px;
    font-size:22px;
    line-height:1;
    font-family:PFDinTextCompProRegular;
    color:#fff;
    text-transform:uppercase;
    padding:17px 10px 16px 10px;
    border-radius:15px;
    max-width:240px;
    text-align:center;
    text-decoration:none !important;
    cursor: pointer;

    background:#00a8ae;
}
.onlineformcamp_button1:hover{
    color:#fff;
    background:#1dc1c7;
}
.onlineformcamp_button1:active{
    top:1px;
}

.onlineformcamp_button2{
    margin-top:20px;
    display:inline-block;
    width:100%;
    position:relative;
    border:0px;
    outline:0px;
    font-size:22px;
    line-height:1;
    font-family:PFDinTextCompProRegular;
    color:#fff;
    text-transform:uppercase;
    padding:17px 10px 16px 10px;
    border-radius:15px;
    max-width:240px;
    text-align:center;
    text-decoration:none !important;
    cursor: pointer;

    background:#792da0;
}
.onlineformcamp_button2:hover{
    color:#fff;
    background:#984cbf;
}
.onlineformcamp_button2:active{
    top:1px;
}