.member-pricing.member-pricing--member {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.ieee-login-section .member-login-btn input[name="mo_saml_wp_sso_button"],
.ieee-login-section .member-login-btn a {
    background: #2b4eff;
    margin: 5px 20px;
    padding: 8px !important;
    width: calc(100% - 40px) !important;
    display: block;
    height: auto !important;
    color: #fff !important;
    font-weight: bold;
}
.ieee-login-section{
    text-align:center;
    padding:20px 20px 10px;
}

.ieee-icon{
    margin-bottom:12px;
}

.ieee-title{
    font-size:24px;
    font-weight:700;
    color:#1f2937;
    margin:0;
}

.ieee-subtitle{
    margin:10px 0 24px;
    font-size:14px;
    color:#6b7280;
}

.ieee-login-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    width:100%;
    max-width:420px;
    margin:0 auto;

    height:56px;

    background:#0057d9;
    color:#fff;
    text-decoration:none;
    font-size:24px;
    font-weight:600;

    border-radius:8px;
    transition:.2s ease;
}

.ieee-login-btn:hover{
    background:#0048b3;
}

.btn-icon{
    width:24px;
    height:24px;
}

.divider{
    display:flex;
    align-items:center;
    gap:16px;
    margin:28px 0;
}

.divider::before,
.divider::after{
    content:"";
    flex:1;
    height:1px;
    background:#d9d9d9;
}

.divider span{
    font-size:18px;
    font-weight:600;
    color:#555;
}