.sign-in-page{gap:61px;width:100vw;height:100vh;background-color:var(--secondaryBackgroundColor);display:flex;justify-content:center}.sign-in-page .bootcamp-background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.sign-up-page{gap:61px;width:100vw;height:100vh;display:flex;background-color:var(--secondaryBackgroundColor);justify-content:center;height:100vh!important}.sign-up-page .bootcamp-background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}@media(max-width:999px){.sign-up-page{height:100vh!important;background-color:var(--secondaryBackgroundColor);display:flex;justify-content:center;align-items:normal!important;overflow-y:auto}}@media(max-width:450px){.sign-in-page{overflow-y:auto}}