
.RegHeader
{
  width: 100%;
  display: table;
  height: 5.5em;
  margin: auto;
  text-align: center;
}

.RegHeaderLogo
{
  width: 6em;
  text-align: center;
}

.RegHeaderText
{
  font-size: 260%;
  text-transform: uppercase;
  color: white;
  text-align: center;
  width: 100%;
  font-family: "arial black";
  line-height: 1.5em;
}

#i18n_reg_disablePopup
{
  font-size: 100%;
  color: white;
  text-align: center;
  width: 100%;
}

#RegHeaderImg
{
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

#RegHeaderText
{
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}


.RegDialog
{
  width: 35em;
}

#registrationDialog
{
  padding: 1.3em;
  border: solid 0.12em #999;
  border-radius: 0.19em;
}


#facebook > img
{
  vertical-align:middle;
  cursor: pointer;

}

#i18n_reg_title
{
  display: inline-block;
  text-transform: uppercase;
  font-size: 200%;
  line-height: 0.06em;
}

#i18n_reg_enable
{
  margin-left: 0.63em;
  font-size: 75%;
  color: white;
}

.InputContainer
{
  width:100%;
  margin-top:1em;

}


.RegTableRow
{
  width: 100%;
  height: 2.7em;
  padding: 0.4em 0;
  display: table;
}


.UserIdRow
{
  width: 100%;
  padding: 0.6em 0;
  display: table;
}


.RegTableCell
{
  display: table-cell;
  width: 48%;
}

.RegTableCellUserId
{
  display: table-cell;
  width: 100%;
}


.RegTableCellSpacer
{
  display: table-cell;
  width: 4%;
}

.RegHomeDialogFooter
{
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1em;

}


.LoginHomeDialogFooter
{
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;

}

.RegFormTerms
{
  display: inline-block;

}

#regFormTermsWrapper
{
  display: inline-block;
  font-size: 80%;
  margin: 0 auto;
  background: #999999;
  padding: 3px;
}

.AiRegUserName
{
  width:87.2%;
}


.RegInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:white;
  background: transparent;
}

.RegInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:white;
  background: transparent;
  opacity:  1;
}

.RegInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:white;
  background: transparent;
}

input[type=text].RegInput, input[type=password].RegInput
{
  width: 100%;
  padding: 0.44em 0.14em;
  color: white;
  line-height: 1.38em;
  border: solid 1px white;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  font-weight: normal;
  font-size: 100%;
}


@media (max-width: 600px)
{

  #vwPopup_0
  {
    font-size: 68%;

  }

  input[type=text].RegInput, input[type=password].RegInput
  {
    width: 88%;
  }

  #registrationDialog
  {
    height: 50em;
  }

  .HomeDialogFooter
  {
    position: relative;
    top: -2em;

  }

  .Row
  {
    height: 5.4em;
  }

  #firstName
  {
    margin-bottom: .3em;
  }

  #email
  {
    position: relative;
    top: -.1em;
    margin-bottom: .2em;
  }

  .AiRegUserName
  {
    width: 88%;
    position: relative;
    top: -.2em;
  }

  .AiRegPassword
  {
    margin-bottom: .3em;
    position: relative;
    top: -.25em;
  }

  #rePassword
  {
    position: relative;
    top: -.15em;

  }

}