#terms #kc-terms-text {
    height: calc(100vh - 150px);
    overflow: auto;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f1f1f1;
}

#pdf-container {
    position: relative;
}

.pdf-site {
    display: block;
    margin: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

#terms .clearfix {
    box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.3);
    position: relative;
    pointer-events: none;
}

#terms .login-pf-header {
    margin-bottom: 3px !important;
    display: flex;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
}

#terms #kc-content-wrapper {
    margin-top: 0;
}

#terms .card-pf-terms {
    max-width: 1020px;
    padding: 0 !important;
}


