#formJoinTheTeam .form-control {
  border-color: #aaa;
}
#formJoinTheTeam .form-control:focus {
  border-bottom-color: #fe6500;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #eee;
  border-right-color: #eee;
  border-left-color: #eee;
  border-style: solid;
  box-shadow: none;
}

#joinResume {
  margin-bottom: 10px;
}
#joinResume .fileInput-area,
#joinResume .uploaded-area {
  padding: 10px;
  border: 3px dashed #AAA;
}
#joinResume .fileInput-area {
  position: relative;
  overflow: hidden;
}
#joinResume .fileInput-area .button {
  font-weight: bold;
  text-decoration: underline;
}
#joinResume .fileInput-area input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
#joinResume .uploaded-area img.delete {
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: baseline;
}

/*# sourceMappingURL=join-the-team.css.map */
