
header {
    background: #004387;
    color: white;
    padding: 10px;
    text-align: center;
}
form {
    background: white;
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
}
label {
    display: block;
}
input, select {
    width: 100%;
    padding: 8px;
}
button {
    margin-top: 15px;
    background: #004387;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}
body {
    font-family: sans-serif;
    background: url("background.jpg") no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.card {
    background: white;
    max-width: 600px;
    margin: 40px auto;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

form label {
    display: block;
}

form input, form select {
    width: 100%;
    padding: 8px;
    margin-top: 3px;
}

form button {
    margin-top: 20px;
    background: #004387;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.col-2 {
    width: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-top: 3px;
}

.col-10 {
    flex: 1;
    padding-left: 5px;
}

.checkbox-text {
    display: inline-block;
    line-height: 1.5;
    font-size: 15px;
}
