body, html {
    margin: 0;
  padding: 0;
  min-height: 100vh;
  
  font-family: "Barlow", sans-serif;
  font-size: 0px;
}

#container {
  min-height: 100vh;
  position: relative;
}

.image {
  position: fixed;
  left: 0px;
  width: 600px;
  height: 600px;
  bottom: 10%;
}

.Hero
{
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  position: fixed;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 68px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1em;
}

.Footer
{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  color: white;
  box-sizing: border-box;
  background-color: #0f1425;
}

.Header
{
  position: absolute;
  left: 10%;
  top: 10px;
  width: 80%;
  text-align: center;
}

.LogoContainer
{
  width: 15%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

.Logo
{
  width: 70%;
}

.LineFromLogo
{
  width: 70%;
  height: 1px;
  background-color: #CCC;
  vertical-align: middle;
  display: inline-block;
}

.Links
{
  display: inline-block;
  width: 15%;
  text-align: right;
  vertical-align: middle;
  font-size: 12px;
}

.BigACLLogo
{
  position: fixed;
  left: -200px;
  bottom: 0px;
  width: 400px;
}

.RightContainer
{
  left: 50%;
  width: 50%;
  box-sizing: border-box;
  padding: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.SecondHero
{
  font-size: 40px;
  font-weight: normal;
  color: #08133B;
  text-align: left;
  margin-bottom: 30px;
}

 .containerForm {
    display: flex;
    align-items: center;
    width: 90%;
    background-color: #07123a;
    padding: 10px;
    border-radius: 5px;
  }

  .Aviso
  {
    font-size: 10px;
    color: #AAA;
    margin-top: 10px;
    font-style: italic;
  }
  .icon-box, .icon-envelope {
    font-size: 30px;
    height: 50px;
    padding: 20px 0px 0px 10px;
    color: white;
    vertical-align: middle;
  }

  .vertical-line {
    border-left: 2px solid white;
    margin: 0 10px;
    height: 40px;
  }

  .input-field {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30pt;
    width: 100%;
    font-family: "Barlow", sans-serif;
    font-weight: 100;
  }

  .input-field:focus {
    outline: none;
  }

  .input-field::placeholder {
    color: rgba(255, 255, 255, 0.1);
  }

  .chevron-icon {
    font-size: 24px;
    color: #add1e8;
    cursor: pointer;
    background: none;
    border: none;
  }

  .Error
  {
    position: relative;
    background-color: #d7064f;
    color: white;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
    padding: 6px 6px;
    display: inline-block;
    margin-bottom: 15px;
  }

.RightContainerNormal
{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 150px 50px 200px 40%;
  text-align: left;
  
}

@media only screen and (max-width: 800px){
  .Hero{
    display: inline-block;
    position: relative;
    top: 20vh;
    left: 10%;
    font-size: 50px;
  }
  .RightContainer
  {
    display: inline-block;
    position: relative;
    width: 85%;
    top: calc(15vw + 220px);
    left: 10%;
    margin: 0;
    padding: 0;
  }
  .SecondHero
  {
    font-size: 30px;
  }
  .input-field
  {
    font-size: 20px;
  }
  .vertical-line
  {
    height: 20px;
  }
  .fas
  {
    height: 30px;
    font-size: 20px;
    vertical-align: top;
    padding-top: 10px;
  }
  .containerForm
  {
    width: 85%;
  }
}
