body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #0d1137, #e52165);
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.login {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 500px;
}

.login100-form-title {
    font-size: 2rem;
    color: #e52165;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.form-input {
    margin-bottom: 20px;
}

.form-input input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
}

button[type="submit"] {
    width: 100%;
    background: linear-gradient(to right, #e52165, #0d1137);
    color: #fff;
    padding: 12px;
    font-size: 1rem;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

button[type="submit"]:hover {
    opacity: 0.85;
}

.forgotPW {
    display: block;
    margin-top: 15px;
    text-align: center;
}

.forgotPW a {
    color: #e52165;
    text-decoration: none;
}

.alert {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

footer {
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 0.85rem;
    color: #ddd;
}

.form-input .txt1 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

.login-logo {
    width: 90px;
    margin: 0 auto 20px auto;
    display: block;
}

.form-input .txt1 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}