@media screen and (max-width:767px){
  body.sent {
    margin: 0;
  }

  h1 {
    font-size: 2em;
    margin-top: 100px;
    text-align: center;
  }
  form {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }

  label, input, textarea, select {
    display: block;
    margin: 0 auto 10px;
  }

  input, textarea, select {
    margin-bottom: 30px;
    padding: 5px;
  }

  input::-webkit-input-placeholder {
    color: #ddd;
  }
  input:-ms-input-placeholder {
    color: #ddd;
  }
  input::-moz-placeholder {
    color: #ddd;
  }
  input:-moz-placeholder {
    color: #ddd;
  }
  textarea::-webkit-input-placeholder {
    color: #ddd;
  }
  textarea:-ms-input-placeholder {
    color: #ddd;
  }
  textarea::-moz-placeholder {
    color: #ddd;
  }
  textarea:-moz-placeholder {
    color: #ddd;
  }

  #submit, #back, #confirm {
    display: inline-block;
    width: 80%;
    cursor: pointer;
  }

  #confirm-form p, #confirm-application p, #confirm-request p, #confirm-interview p {
    text-indent: 0;
    font-weight: bold;
    word-wrap: break-word;
  }

  .sent-wrap {
    width: 80%;
    margin: auto;
    min-height: 100%;
    margin-bottom: 300px;
  }

  .sent-lp-wrap {
    width: 80%;
    margin: auto;
    min-height: 100%;
    margin-bottom: 0;
  }
  .btn-cv {
    text-decoration: none;
    display: block;
    margin: 20px auto;
    max-width: 400px;
    line-height: 50px;
    background: #0058A8;
    border-radius: 10px;
    text-align: center;
    color: #fff
  }

  .btn-cv:hover {
    background: #007aca;
  }

  .request-flow {
      padding: 20px;
      text-align: center;
  }

  .request-flow img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .pc { display: none !important; }
  .sp { display: block !important; }
}

}
