#registerContainer {
    margin: 32px auto 52px auto;
    position: relative;
}

#buttonRow {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.form-checkbox {
    margin-right: 5px;
}

#registrationHeader {
    background-color: transparent
}

.main-section {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.section-header {
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}


.save-success {
    background-color: rgba(255,255,255,.5);
    border: none;
    cursor: wait;
    display: none;
    height: 100%;
    min-height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.save-success-content {
    background-color: #ffffff;
    border: 1px solid #989898;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #00000029;
    margin: 0 auto;
    padding: 50px 55px;
    text-align: center;
    max-width: 595px;
    z-index: 2001;
}

.save-success-header,
.save-success-sub-header {
    font-weight: 600;
    color: #00385e;
}

.save-success-header {
    font-size: 24px;
}

.save-success-sub-header {
    font-size: 16px;
}

#passwordToolTip .toolTipPointer {
    top: 21px;
}

#backButton {
    color: white;
    border: none;
}

.block--container-narrow {
    max-width:992px;
    margin: 0 auto;
    padding:0 16px;
}