.nixauth-box {
    background: transparent;
    padding: 25px;
    border: 1px solid rgba(209, 25, 255, 0.4);
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
    color: #fff;
}

.nixauth-box h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.nixauth-box label {
    color: #fff;
    margin-top: 10px;
    display: block;
}

.nixauth-box input {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    border: none;
    margin-bottom: 10px;
}

.nixauth-box button {
    width: 100%;
    background: #D119FF;
    padding: 12px;
    border-radius: 8px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
}

.nixauth-box button:hover {
    background: #5E00EE;
}

.nixauth-link a {
    color: #76A9FA;
}

.nixauth-link a:hover {
    color: #fff;
}

.nixauth-message {
    margin-bottom: 10px;
}

.nixauth-message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    display: block;
}

/* Error message */
.nixauth-message.error {
    color: #ff4d4d;
}

/* Success message */
.nixauth-message.success {
    color: #4dff88;
}
