body{
    background: linear-gradient(135deg, #0f172a, #111827);
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Poppins', sans-serif;
}

.login-card{
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(10px);
    width:100%;
    max-width:420px;
}

.logo-title{
    color:#00d26a;
    font-size:32px;
    font-weight:700;
}

.custom-input{
    background:#1f2937;
    border:none;
    color:#fff;
    height:52px;
}

.custom-input:focus{
    background:#1f2937;
    color:#fff;
    box-shadow:none;
    border:1px solid #00d26a;
}

.input-group-text{
    height:52px;
}

.create-link{
    color:#00d26a;
    text-decoration:none;
    font-weight:600;
}

.create-link:hover{
    color:#00ff84;
}

.login-box-msg{
    color:#9ca3af !important;
}
.logo-img{
    width:300px;
    max-width:100%;
}