.content-wrapper {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.content-wrapper .page-content {
    flex: 1;
}

.privacy-footer {
    justify-content: space-around;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
}

.privacy-footer-item img {
    padding: 10px 20px 10px 20px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .privacy-footer {
        margin-top: 48px;
    }
}

@media screen and (max-width: 580px) {
    .page-content {
        padding-left: 0;
        padding-right: 0;
    }

}

.page-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 460px;
    height: auto;
}

.sign-up-logo {
    height: 30px;
    width: 90px;
    margin-bottom: 10px;
    align-self: center;
}
