#content_area{
    min-height: 100vh;
}
.signup_content{
    margin-bottom: 5%;
}
#signup_section, #entermeeting_section{
    min-height: 90vh;
    align-items: center;
}
#signup_section .link_primary, #entermeeting_section .link_primary{
    text-decoration: none;
}
.form_frame{
    position: relative;
}

@media(min-width: 768px){
    .signup_line::after{
        content:"";
        position:absolute;
        height: 50%;
        width: 1px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgb(204,204,204);
    }
    .signup_content{
        margin-bottom: 15%;
    }
    #signup_section, #entermeeting_section{
        min-height: 0vh;
    }
}

