html{
  height: 100%;
}
body {
  min-height: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 100%;
  line-height: 100%;
  color: #444444;
    background-color: #F7F7F7;

}

h1 {
  line-height: 200%;
}

#header{
  background-color: #FFF;
  height: 10em;
}

#logo_container{

}

#language_container{
  text-align: right;
}

#logo {
  max-width: 100%;
}

.head-box {
  padding: 1em;
}

.title{
  text-align: center;
}

#login-signup {
padding-top: 0px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;}

#login-form {
  
  max-width: 760px;

}

#content {
  width: 100%;
  background-color: #F7F7F7;
  border-top: solid 1px #D8D8D8;
  margin:0 auto;
  text-align: center ;
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0px 0px 0em;
}

.pure-form-aligned .pure-control-group {
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.pure-controls{
  /*text-align: left;*/
}

.label {
  text-align: right;
}


a {
  color: #0078E7;
  text-decoration: none;
}

.pure-form-aligned .pure-control-group label {

}

.pure-button {
  font-size: 100%;
}

#password-recovery {
  margin-top: 10px;
  width: 100%;
}

#create-new-account {
  margin-top: 10px;
  width: 100%;
}

#create-account-h1 {
  margin-top: 30px;
  font-weight: normal;
}


@media (max-width:480px){
  .pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form textarea {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 90%;
  }
  .pure-form select{
    height: 1.8em;
    font-size: 90%;
    padding: 0.2em 0.3em;
  }
  body {
    font-size: 120%;
  }
  .pure-button {
    font-size: 120%;
    width: 100%;
  }
  .pure-form-aligned .pure-control-group {
      text-align: left;
  }
  .pure-form-aligned .pure-control-group label {
      text-align: left;
  }
  #header{
    height: auto;
  }
}

#password {
  width: 230px;
}
#name {
  width: 230px;
}
  .hideShowPassword-wrapper {
    width: 230px;
  }


/* Smartphones (portrait and landscape) ----------- */
@media (max-width:480px){

  #password {
    width: 100%;
  }
  #name {
    width: 100%;
  }
  .hideShowPassword-wrapper {
    width: 100%;
  }
  h1 {
    font-size: 1.8em;
  }
}
