.filter-orange {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(29deg) brightness(106%) contrast(101%);
}
.security-box {
    padding-top: 10px;
}

.security-header {
    padding: 12px;
    background-color: var(--clg-grey-01);
    color: var(--clg-white);
    text-align: center;
    font-size: 12px;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 1em;
}

.slideunlock-wrapper {
    position: relative;
    max-width: 280px;
    margin: 2em auto 2em auto;
}

input[type="hidden" i] {
    display: none !important;
}

.slideunlock-slider {
    height: 28px;
    background-color: var(--clg-grey-06);
    border: 1px solid var(--clg-grey-05);
    border-radius: 3px;
    padding: 0 19px;
    margin-bottom: 26px;
}

.slideunlock-label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    background-color: var(--clg-orange);
    border-radius: 3px;
    background-position: center;
}

.slideunlock-label-tip {
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    color: var(--clg-grey-01);
    font-size: 13px;
    font-weight: 700;
    width: 100%;
}

.slideunlock-label-tip {
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    color: var(--clg-grey-01);
    font-size: 13px;
    font-weight: 700;
    width: 100%;
}

.right {
    float: right;
    margin-right: 0px;
    text-align: right;
}

.left {
    float: left;
}

.display-none {
    display: none;
}

.arrow-right {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 7px;
    right: 12px;
    bottom: 7px;
    left: 12px;
}

.clg-info-text-center {
    text-align: center;
}

.clg-info-text-bold {
    font-weight: bold;
    color: var(--clg-orange)
}

.header-text-sub {
    font-size: 20px;
    font-weight: lighter;
}