body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    min-width: 145.16px;
    font-size: 13px;
}

input[type="text"],
input[type="email"],
select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 5px;
    width: 300px;
}

input[type="date"],
input[type="file"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 300px;
}

select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 5px;
    cursor: pointer;
    width: 300px;
}

textarea {
    
}

button[type="submit"],
button[type="button"] {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4caf50;
    color: #fff;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover,
button[type="button"]:hover {
    background-color: #45a049;
}

.checkbox-group {
    margin-top: 10px;
}

.checkbox-group label {
    display: block;
    margin-bottom: 5px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 5px;
}

.checkbox-group input[type="checkbox"] + label {
    display: inline;
}

.checkbox-group input[type="checkbox"]:checked + label {
    font-weight: bold;
}

.applicant-label {
    
}

.applicant-label1 {
    width: 185px;
}


.form-columns {
    display: flex;
    justify-content: space-between;
}

.form-column {
    flex: 1;
    margin-right: 20px; /* Adjust margin as needed */
}

@media only screen and (max-width: 768px) {
}