.do_login {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: 'concourse';
    position: absolute;
    /* margin-top: 15em; */
    /* left: -50%; */
    /* transform: translate(50%, 50%); */
    font-size: 1em;
    width: auto;
    min-width: 23em;
    height: 28em;
    background: white;
    box-shadow: var(--raised_button);
    gap: 3em;
    position: relative;
}

.bg_banner {
    /* background: #FFFFFF url(/img/thinkheaven_logo.svg) no-repeat center fixed; */
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    opacity: 0.1;
    filter: blur(1.6px);
    /* transform: scale(1.5); */
    left: 0;
    top: 0;
    /* display: none; */
}

.login_message {
    font-size: 1.4em;
    /* text-align: center; */
    /* margin-bottom: 1.4em; */
    font-feature-settings: 'c2sc';
}

.login_message:after {
    content: '...';
}

.main_content {
    /* position: fixed; */
    /* transform: translate3d(-50%, -50%, 0px); */
    /* left: 50%; */
    /* top: 50%; */
    max-width: 40em;
    width: 28em;
    padding: 3em;
    margin: auto;
}

.container {
    /* display: flex; */
    /* margin: auto; */
    /* margin: auto; */
    /* font-size: 1em; */
    /* max-width: 46em; */
    /* background: #ffffff; */
    /* box-shadow: 0 1px 5px rgb(0 0 0 / 11%), 0 2px 10px rgb(0 0 0 / 11%), 0 4px 20px rgb(0 0 0 / 11%), 0 8px 40px rgb(0 0 0 / 11%); */
    /* padding: 4em 2em; */
    /* position: relative; */
}

#login {
    
}

#login input {
    
}