body {
    font-family: Arial, Helvetica, sans-serif;
}

.career-form {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.form-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}

.form-content {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
}

div.under-text > input {
    width: 90%;
}

.input-address, .area-of-interest-details, .under-text {
    display: flex;
    flex-direction: column;
}

.input-name {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
}

.city-address {
    display: flex;
    flex-direction: column;
    min-width: 50%;
}

.required {
    color: red;
    margin-left: 5px;
}

.header-label {
    width: 150px;
    font-weight: bold;
}

input {
    margin-right: 10px;
}

span {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: lighter;
    color: lightgray;
}

input:not([type="checkbox"]) {
    width: 190px
}