/***********************************
* FONTS
***********************************/
/***********************************
* COLORS
***********************************/
/***********************************
* DIMENSIONS
***********************************/
/***********************************
* MIXINS
***********************************/
.access-here-form {
  background-color: #46a6af;
  margin-bottom: 50px;
  margin-top: 50px; }
  @media (max-width: 900px) and (min-width: 320px) {
    .access-here-form {
      margin: 20px; } }
  @media (min-width: 768px) {
    .access-here-form {
      padding: 60px 40px; } }
  @media (min-width: 992px) {
    .access-here-form {
      padding: 60px 90px; } }
  @media (min-width: 1200px) {
    .access-here-form {
      padding: 60px 200px; } }
  .access-here-form h1 {
    font-size: 35px;
    color: white;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase; }
  .access-here-form h2 {
    font-size: 25px;
    color: white;
    text-align: center;
    text-transform: uppercase; }
  .access-here-form h3 {
    font-size: 23px;
    color: white;
    text-align: center; }
  .access-here-form h4 {
    font-size: 23px;
    color: white; }
  .access-here-form hr {
    border-top: 3px solid white;
    width: 40%; }
  .access-here-form input {
    width: 100%;
    margin-bottom: 15px;
    color: #46a6af;
    padding: 10px;
    background-color: #E5F1E4; }
  .access-here-form #id_experience_file {
    margin-bottom: 0px; }
  .access-here-form .help-text {
    font-size: 14px;
    color: white;
    margin-bottom: 5px; }
  .access-here-form textarea {
    width: 100%;
    margin-bottom: 15px;
    color: #649465;
    padding: 10px;
    background-color: #E5F1E4; }
  .access-here-form label {
    width: 100%;
    background-color: #50B77E;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 15px; }
  .access-here-form button {
    background-color: black;
    color: white;
    border: none;
    width: 100px;
    height: 37px;
    border-radius: 3px;
    margin: 15px 15px 15px 0; }
    .access-here-form button:hover {
      color: #46a6af;
      background-color: white; }
  .access-here-form .form-infos {
    color: white;
    font-size: 14px; }
    .access-here-form .form-infos input {
      margin-left: 0; }
  .access-here-form .yes-no-input {
    display: inline-block;
    color: white;
    width: auto;
    margin-right: 5px;
    margin-left: 20px; }
  .access-here-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #E5F1E4 !important;
    color: #5F9564;
    padding: 11px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0; }
  .access-here-form .form-languages {
    margin-top: 5px; }
    .access-here-form .form-languages .form-languages-line {
      background-color: #50B77E;
      width: 100%;
      color: white;
      padding: 10px;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between; }
      .access-here-form .form-languages .form-languages-line .language_skill_radio {
        margin-bottom: 0px; }
      .access-here-form .form-languages .form-languages-line .skills-inline span {
        display: inline-block;
        margin-left: 5px; }
      .access-here-form .form-languages .form-languages-line .skills-inline input {
        display: inline-block;
        width: auto;
        margin-left: 15px; }
  .access-here-form .errorlist {
    color: red; }
  .access-here-form #id_message {
    padding-bottom: 100px; }
