.custom-admission-registered-modal {
    position: fixed;
    inset: 0;
    z-index: 1000001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.custom-admission-registered-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .58);
}

.custom-admission-registered-box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 390px;
    background: #fff;
    border-radius: 4px;
    padding: 38px 28px 34px;
    text-align: center;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .25);
}

.custom-admission-registered-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4b400;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.custom-admission-registered-box h4 {
    margin: 0 0 12px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
}

.custom-admission-registered-box p {
    margin: 0 0 22px;
    color: #222;
    font-size: 12px;
    line-height: 1.55;
}

.custom-admission-registered-login-btn {
    min-width: 210px;
    height: 42px;
    border: 0;
    background: var(--e-global-color-primary, #213153);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(20, 87, 217, .25);
}