.apply {
  padding: 30px 0;
}

.apply .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.apply .form-item label {
  text-align: right;
  min-width: 400px;
  margin-right: 30px;
}

.apply .form-item .form-item-control {
  flex: 1;
}

.apply .form-item input[type='text'],
.apply .form-item textarea {
  line-height: 30px;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  min-width: 450px;
  padding: 0 10px;
}

.apply .form-item input[type='text']:focus,
.apply .form-item textarea:focus,
.apply .form-item input[type='button']:hover,
.apply .form-item input[type='submit']:hover {
  border-color: #206d9f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.apply .form-item input[type='button'],
.apply .form-item input[type='submit'] {
  padding: 10px 40px;
  border: none;
  background-color: #206d9f;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.apply .form-item label > span {
  color: #fa3534;
  margin-right: 5px;
  vertical-align: middle;
}

table,
table th,
table td {
  border: 1px solid #eee;
}
table {
  table-layout: fixed;
}
th {
  background-color: #eee;
}
th,
td {
  padding: 15px 10px;
  width: 200px;
}
table {
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  font-size: 13px;
}
