.elementor-989867 .elementor-element.elementor-element-15e1069{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.premium-login{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;

    background:
    linear-gradient(
    135deg,
    #0b1220 0%,
    #111827 50%,
    #1e3a8a 100%
    );

    padding:20px;
}

.premium-login .login-card{
    width:100%;
    max-width:430px;

    padding:50px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.12);

    border-radius:24px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.35);

    text-align:center;
}

.premium-login .logo-area img{
    width:90px;
    margin-bottom:20px;
}

.premium-login h2{
    color:#fff;
    font-size:32px;
    margin-bottom:10px;
}

.premium-login p{
    color:#94a3b8;
    margin-bottom:35px;
}

.premium-login input{
    width:100%;
    height:58px;

    background:#111827;

    border:1px solid #374151;

    border-radius:14px;

    color:#fff;

    padding:0 18px;

    margin-bottom:15px;

    outline:none;

    transition:.3s;
}

.premium-login input:focus{
    border-color:#3b82f6;

    box-shadow:
    0 0 0 4px rgba(59,130,246,.15);
}

.premium-login button{
    width:100%;
    height:58px;

    border:none;

    border-radius:14px;

    color:#fff;

    font-size:16px;
    font-weight:600;

    cursor:pointer;

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #06b6d4
    );

    transition:.3s;
}

.premium-login button:hover{
    transform:translateY(-2px);

    box-shadow:
    0 10px 30px rgba(37,99,235,.4);
}

.premium-login a{
    display:inline-block;

    margin-top:20px;

    color:#94a3b8;

    text-decoration:none;
}

.premium-login a:hover{
    color:#fff;
}/* End custom CSS */