.content_wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

header {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 51px;
}

.footer_space {
    flex: 1 0 auto;
}

.content_body {
    border-radius: 8px;
    /*flex: 1 0 auto;*/
    background-color: #ffffff;
    padding: 36px 95px 60px 95px;
    max-width: 612px;
}

header .header_logo {
    margin-top: 51px;
    height: 32px;
    width: 185px;
}

header .header_logo_divider {
    transform: rotate(90deg);
    min-width: 61px;
    margin-top: 60px;
}

.page_header_title {
    margin-bottom: 12px;
    margin-top: 0px;
}

.page_button_container {
    margin-top: 32px;
}

.page_account_information {
    margin-top: 24px;
}

@media screen and (max-width: 600px) {
    header .header_logo {
        height: 28px;
        width: 114px;
    }
}
