.jj{
    width: 100%;
    height: 20vh;
    background: none;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;flex-direction: column;
}
.join{
    width: 100%;
    height: ;
    float: left;
    background: url('../images/img/blogwave1.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.forms{
    width: 35%;
    padding: 20px;
    height: auto;
    background: rgba(59, 58, 58, 0.7);
    float: left;
    backdrop-filter:saturate(100%) blur(10px);
    margin-bottom: 10vh;
    margin-top: 10vh;
    box-shadow: 0px 2px 24px 11px rgb(1, 1, 60);
}
.formsa{
    width: 100%;
    background:none;
    border: 1px solid #444;
    margin-bottom: 2vw;
    padding-bottom: 1.2vw;
    padding-top: 1.2vw;
    color: #fff;
}
.formsb{
    width: 49%;
    background:none;
    border: 1px solid #444;
    margin-bottom: 2vw;
    padding-bottom: 1.2vw;
    padding-top: 1.2vw;
    color: #fff;
}
.submitebtn{
    padding: 10px 36px;
    border: none;
    background-color: chocolate;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s ease;
}
.submitebtn:hover{
    box-shadow: -1px 1px 24px 0px rgb(249, 249, 249);
    scale: 1.2;
}