
html,
.app body.anon,
section.wrapper-lg {
    height: 100%;
}

.anon #content {
    display: flex;
    flex-direction: column;
    height: 80%;
}

.anon .container.aside-xl {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.anon .m-b-lg {
    width: 100%;
}

.form-tab {
    display: none;
}

.tabbed-form-nav {
    min-width: 100px;
}

.video-form {
    height: 80%;
    width: 50%;
    margin: auto;
    position: relative;
}

.video-form .form-tabs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
