body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    background: #fff;
    padding: 28px 32px;
    width: 380px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

h2 {
    text-align: center;
    margin-bottom: 8px;
}

p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 0;
}

label {
    font-size: 14px;
    margin-top: 14px;
    display: block;
}

input, select {
    width: 100%;
    padding: 9px 12px;
    margin-top: 6px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    box-sizing: border-box;
}

button {
    margin-top: 18px;
    width: 100%;
    padding: 12px;
    background: #07c160;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

button:hover {
    background: #05a84b;
}

footer {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-top: 20px;
}
