body{
  font-size: 12px;
  line-height: 15px;
}
div.container{
  background-image: url('../images/background-mobile.jpg');
  background-position: center top;
  background-size: 720px auto;
  min-height: 100%;
}

div.content{
  position: relative;
  width: 380px;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
}


div.rotatedContent{
  padding-top: 160px;
}

h1{
  margin-bottom: 5px;
  font-size: 20px;
}

@media screen and (device-aspect-ratio: 40/71) {
  p.mainText, a.note{
    font-size: 7px;
    line-height: 9px;
  }
}

div.button{
  width: 140px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}

p.terms{
  top: 585px;
  left: -30px;
  width: 440px;
  margin-left: 0px;
  font-size: 10px;
  line-height: 10px;
}

div.mask{
  height: 520px;
}

div.form{
  background-size: 100% auto;
  width: 300px;
  height: 430px;
  margin-top: 50px;
  padding: 15px;
}
div.close{
  right: -8px;
}

div.form h1{
  font-size: 18px;
  line-height: 18px;
}
div.form p{
  margin-top: 6px;
  margin-bottom: 3px;
  line-height: 12px;
}
input.inputText{
  height: 22px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 4px;
  border-radius: 2px;
}
input.inputText:nth-of-type(2n+1){
  margin-right: 0px;
}
textarea.inputArea{
  height: 50px;
  font-size: 12px;
  margin-bottom: 1px;
  border-radius: 2px;
}
input.submitButton{
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
}

div.tree{
  width: 500px;
  height: 480px;
}