body {
  overflow-x:hidden;
  margin: auto;
  width:100%;
}
#frame{
  position:absolute;
  width:360px;
}
#photo-bg {
  position: relative;
  width: 100%;
}
#ready_to_play {
  width: 100%;
}
#formpanel{
  position: absolute;
  top: 160px;
  left: 80px;
  width: 200px;
  font-size: 80%;
  text-align: center;
}
#placeholder-email {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  font-size: 100%;
  box-sizing: border-box;
}
#phone {
  position: absolute;
  top: 320px;
  left: 30px;
  width: 140px;
}
#play_store_button {
  position: absolute;
  top: 545px;
  left: 200px;
  width: 129px;
}
#footer {
  color:#666666;
  width: 100%;
  font-size: 70%;
}
#footer td {
  padding: 2px 5px;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
  text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
  text-align: center;
}

:-ms-input-placeholder {
  text-align: center;
}
