body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
}

.form-container {
    background: white;
    max-width: 420px;
    margin: 40px auto;
    padding: 30px 24px;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    text-align: center;
}

h1 {
    font-size: 24px;
    margin: 0;
}

.egov {
    color: green;
    font-weight: bold;
}

.kz {
    color: #04682b;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    margin: 16px 0 4px;
}

.subtitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.register-form {
    text-align: left;
}

.register-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.register-form input,
.register-form select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

.radio-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.radio-group label {
    font-size: 14px;
}

.checkbox-group {
    margin-bottom: 16px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 8px;
}

button[type="submit"] {
    width: 100%;
    background: #006d30;
    color: white;
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
    background: #005a27;
}
