.apply-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 4rem;
  .form-container {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
  }

  .form-name, .file-name {
    margin-left: .8rem;
    margin-bottom: .5rem;
  }

  .form-header {
    color: #374252;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .form-header-desc {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .form-container-title {
    font-weight: 600;
    font-size: 14px;
    color: #4e5258;
    margin-bottom: 7px;
  }

  .form-revision-box {
    background: #f9efd6;
    border: 1px solid #eb8c00;
    padding: 20px 20px 20px 25px;
    margin-bottom: 25px;
    border-radius: 3px;
    color: #333;
  }

  .warning-icon {
    color: #eb8c00;
    padding-right: .5rem;
  }

  span {
    display: block;
  }

  .break-word {
    word-break: break-word;
  }
  .max-width-logo {
    padding: 1rem;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  @media (max-width: 765px){
    .max-width-logo {
      max-width: 200px;
    }  
  }
  .logo-container { 
    padding: 1rem;
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    margin-bottom: 25px;
    height: 180px;
    position: relative;
  }

  .info-box {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px 20px 3px 20px;
    overflow: hidden;
    margin-bottom: 25px;
  }
}