
body {
    background-color:bisque;
    font-family: Arial, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}


form {
    width: 380px;
    margin: 50px auto;
    padding: 20px;
}


h1 {
    text-align: center;
    color: #6d3d88e4;
    margin-bottom: 25px;
font-family: monospace;
}

table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2); 
    padding: 20px;
    border-radius: 8px;
    color: #fff; 
    backdrop-filter: blur(5px); 
}


td, th {
    padding: 8px;
    text-align: left;
}


th label {
    display: block;
    margin-bottom: 5px;
    color: #fff; 
}


input[type="text"],
input[type="email"],
input[type="password"] {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.8);
}


input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: hsl(306, 100%, 77%);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}

input[type="submit"]:hover {
    background-color: #fa1291;
}

.btn-new {
    display: inline-block;
    padding: 10px 15px;
    background-color: #76006e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn-new:hover {
    background-color: #1e7e34;
}


.table-header-actions {
    margin-top: 15px;
    text-align: center;
}
