
/*----------------------------*/
.job-application-wrapper {
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #000;
}

.job-application-wrapper .form-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.job-application-wrapper .form-meta {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.job-application-wrapper input{
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.resume-upload .js-form-managed-file {
  border: 2px dashed #000;
  padding: 40px;
  text-align: center;
  background: #fafafa;
}

.job-application-wrapper .form-actions input[type=submit] {
  background: #EEFF75 !important;
  color: #000 !important;
  padding: 12px 24px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}
.job-application-admin-table td a {
  color: #0074bd;
  text-decoration: none;
}
.job-application-admin-table td a:hover {
  text-decoration: underline;
}
