body .page-content .pc-split .login-box a.aetButton>div {
    position: relative;
    display: flex;
    margin-left: 10px;
    justify-content: flex-start;
}


body .page-content .pc-split .login-box a.aetButton>div>span {
    opacity: 1;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 16px;
    background: url(../img/layer-3.svg) no-repeat 50% 50%/20px 20px;
    background-color: white;
    flex-shrink: 0;
}

.second-layer {
    background: url(../img/layer-2.svg) no-repeat 50% 50%/20px 20px !important;
    background-color: white !important;
    flex-shrink: 0 !important;
}

.first-layer {
    opacity: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 16px;
    background: url(../img/layer-1.svg) no-repeat 50% 50%/20px 20px !important;
    background-color: white !important;
    flex-shrink: 0 !important;
    margin-right: 10px;
}

.third-layer {
    opacity: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 16px;
    background: url(../img/layer-3.svg) no-repeat 50% 50%/20px 20px;
    background-color: white;
    flex-shrink: 0;
    margin-right: 10px;
}


.justify-text {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
}

.aetButton-second {
    background-color: #3d5fa6 !important;
}

.aetButton-first-auth {
    background-color: #5a87e8 !important;
}

hr {
    width: 100% !important;
    border: 2px solid #3d5fa6;
    margin-bottom: 15px;
    margin-left: -15px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.fa {
    font-size: 30px;
}

.fa-exclamation-circle {
    color: red !important;
}

.ic {
    width: 100%;
    position: relative;
}

.ic:after {
    bottom: -4px;
}

.ic:after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -4px;
    left: 3px;
    right: 3px;
    background: #d2e7ff;
    background: #c9dadf;
}

.bd-up-f-style {
    font-size: 1rem;
    font-weight: 600;
    color: red;
    padding: 5px;
}

.bd-callout-info {
    border-left-color: red !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #999;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-info-blue {
    border-left-color: #253965 !important;
}

.bd-up-f-style-blue {
    font-size: 1rem;
    font-weight: 600;
    color: #253965;
}

.ui[class*="center aligned"].container {
    width: 100% !important;
    text-align: left !important;
}

h1 {
    text-align: left !important;
}