.yih360l-portal-card{
    max-width:520px;
    margin:20px auto;
    background:#ffffff;
    border:1px solid #dbe7dd;
    border-radius:18px;
    padding:28px;
    box-shadow:0 8px 24px rgba(0,0,0,0.05);
}

.yih360l-portal-card h3{
    margin:0 0 10px;
    color:#163a63;
    font-size:28px;
    line-height:1.2;
}

.yih360l-portal-card p{
    margin:0 0 18px;
    color:#4b5563;
    line-height:1.8;
}

.yih360l-portal-card label{
    display:block;
    margin-bottom:6px;
    font-weight:600;
    color:#163a63;
}

.yih360l-portal-card input[type="text"],
.yih360l-portal-card input[type="password"],
.yih360l-portal-card input[type="email"]{
    width:100%;
    padding:12px 14px;
    border:1px solid #cfd8d3;
    border-radius:12px;
    margin-bottom:14px;
    box-sizing:border-box;
}

.yih360l-portal-card input[type="submit"]{
    background:#2e7d32;
    color:#ffffff;
    border:0;
    border-radius:12px;
    padding:12px 18px;
    font-weight:700;
    cursor:pointer;
}

.yih360l-portal-card .login-remember{
    margin-bottom:14px;
}

.yih360l-portal-notice{
    max-width:700px;
    margin:20px auto;
    padding:16px 18px;
    border-radius:14px;
    line-height:1.7;
    border:1px solid transparent;
}

.yih360l-portal-success{
    background:#edf9f0;
    border-color:#b9e2c0;
    color:#1f6b35;
}

.yih360l-portal-warning{
    background:#fff8e8;
    border-color:#ead39a;
    color:#8a6b12;
}

.yih360l-portal-error{
    background:#fff1f1;
    border-color:#e7b4b4;
    color:#9f2d2d;
}
.yih360l-program-action{
    margin:18px 0 0;
}

.yih360l-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 22px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    line-height:1.2;
    transition:all 0.2s ease;
    box-shadow:0 8px 18px rgba(73,182,73,0.18);
}

.yih360l-btn-primary{
    background:#49b649;
    color:#ffffff;
    border:1px solid #49b649;
}

.yih360l-btn-primary:hover{
    background:#3d9f3d;
    border-color:#3d9f3d;
    color:#ffffff;
    transform:translateY(-1px);
}