.apply-container{
  background: #00233b;
  padding: 100px 0;
}
.apply-container h2{
  color: #ffffff;
}
.apply-container h3{
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
.job-form{
  margin: 0 auto;
  width: 500px;
}
.job-form label{
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: 'MetropolisBoldRegular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
span.red{
  color: red !important;
}
.job-form input{
  border: 1px solid blue;
  display: block;
  background: none;
  border: 1px solid #ffffff;
  width: 100%;
  float: left;
  margin-bottom: 25px;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 15px;
  font-family: 'MetropolisBookRegular', sans-serif;
  outline: none;
}
.job-form input[type='submit']{
  border: none;
  display: inline-block !important;
  padding: 20px 50px;
  width: auto;
  text-align: center;
  background: #00abf0;
  border: none;
  color: #ffffff;
  font-family: 'MetropolisBoldRegular', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  margin-top: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: all .35s ease;
}
.job-form input[type='submit']:hover{
  opacity: .7;
}
.job-form textarea{
  border: 1px solid blue;
  display: block;
  background: none;
  border: 1px solid #ffffff;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 15px;
  font-family: 'MetropolisBookRegular', sans-serif;
  outline: none;
}
.blue-upload-btn{
  border: none;
  display: block;
  width: 100%;
  color: #ffffff;
  font-family: 'MetropolisBoldRegular', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0;
  line-height: 15px;
  background: #00abf0;
  cursor: pointer;
  transition: all .35s ease;
}
.blue-upload-btn:hover{
  opacity: .7;
}