h2.page-header {
    margin:10px 0  25px 0;
    padding-bottom:15px;
}
.finance-header h2,.finance-header p{ text-align:center; }
.user-baseinfo {
    margin-bottom:25px;
}
.user-baseinfo table tr td {color:#999;}
@media (min-width: 767px) {
    .user-center .avatar-text,.user-center .avatar-img {
        height:150px;width:150px;border-radius: 150px;line-height:150px;font-size:70px;
    }
    .user-center .avatar-img  {font-size:0;}
    .user-center .avatar-img img {
        height:150px;width:150px;border-radius:150px;
    }
}

body.auth-body {
    padding-top: 0;
    background: #0b1220;
}
body.auth-body nav.navbar,
body.auth-body footer.footer {
    display: none;
}
body.auth-body main.content {
    padding: 0;
    min-height: 100vh;
}
.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 14px;
}
.auth-bg {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(800px 600px at 15% 10%, rgba(24, 188, 156, 0.20), rgba(24, 188, 156, 0) 60%),
        radial-gradient(700px 520px at 90% 20%, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0) 55%),
        radial-gradient(900px 650px at 50% 100%, rgba(99, 102, 241, 0.14), rgba(99, 102, 241, 0) 60%),
        linear-gradient(180deg, #0b1220 0%, #070b14 100%);
    z-index: 0;
}
.auth-shell {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}
.auth-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}
.auth-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 22px 8px 22px;
}
.auth-brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.auth-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.auth-brand-text {
    min-width: 0;
}
.auth-brand-title {
    color: #e5e7eb;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.auth-brand-subtitle {
    color: rgba(229, 231, 235, 0.70);
    font-size: 12px;
    margin-top: 4px;
}
.auth-tabs {
    display: flex;
    gap: 0;
    padding: 0 10px 10px 10px;
}
.auth-tabs a {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    color: rgba(229, 231, 235, 0.75);
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.15s ease, color 0.15s ease;
    font-size: 14px;
}
.auth-tabs a.active {
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}
.auth-tabs a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.auth-body-inner {
    padding: 14px 22px 22px 22px;
}
.auth-label {
    color: rgba(229, 231, 235, 0.75);
    font-size: 12px;
    margin-bottom: 6px;
}
.auth-input {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(3, 7, 18, 0.65);
    color: #e5e7eb;
    padding: 0 12px;
    outline: none;
}
.auth-input::placeholder {
    color: rgba(229, 231, 235, 0.35);
}
.auth-input:focus {
    border-color: rgba(24, 188, 156, 0.75);
    box-shadow: 0 0 0 3px rgba(24, 188, 156, 0.18);
}
.auth-input-wrap {
    position: relative;
}
.auth-eye {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 38px;
    border: none;
    background: transparent;
    color: rgba(229, 231, 235, 0.65);
    border-radius: 10px;
}
.auth-eye:active,
.auth-eye:focus {
    outline: none;
}
.auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    color: rgba(229, 231, 235, 0.70);
    font-size: 12px;
}
.auth-row a {
    color: rgba(229, 231, 235, 0.85);
    text-decoration: none;
}
.auth-row a:hover {
    color: #fff;
}
.auth-submit {
    margin-top: 16px;
    height: 48px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(135deg, #18bc9c 0%, #0ea5a4 100%);
    color: #041016;
    font-weight: 700;
    font-size: 15px;
}
.auth-submit:active {
    transform: translateY(1px);
}
.auth-footnote {
    text-align: center;
    margin-top: 14px;
    color: rgba(229, 231, 235, 0.55);
    font-size: 12px;
}
.auth-footnote a {
    color: rgba(229, 231, 235, 0.85);
    text-decoration: none;
}
.auth-footnote a:hover {
    color: #fff;
}
.auth-card .help-block {
    margin: 6px 0 0 0;
    color: rgba(239, 68, 68, 0.9);
    font-size: 12px;
    min-height: 16px;
}
.auth-card .form-group {
    margin-bottom: 12px;
}
