#firstTimeLoginContainer
{
}

#firstTimeLoginHeader
{
  display: table;
  width: 80em;
  position: relative;
  left: -9em;
  top: 4.9em;
 }

#firstTimeLoginTitle
{
  display: inline-block;
  position: relative;
  width: 60em;
}


.firstTimeLoginLogo
{
  background-image: url(../images/ai_logo_128.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 6.5em;
  display: block;
  position: relative;
  left: -0.3em;
  top: -0.3em;
}

.firstTimeLoginLogoCircle
{
  width: 9em;
  height: 9em;
  border-radius: 9em;
  border: 3px solid #0eabd9;
  display: table-cell;
  vertical-align: middle;
}

.firstTimeLoginLogoCircleRight
{
  width: 9em;
  height: 9em;
  border-radius: 9em;
  border: 3px solid #0eabd9;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: -1.3em;
}


#firstTimeLoginLine
{
  width: 100%;
  height: 4px;
  background-color: #0eabd9;
  position: relative;
}

#subscriptionImageFirstTimeLogin
{
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 6.5em;
  margin: 0 auto;
}

#securityQuestions
{
    border: solid 4px #0eabd9;
    border-radius: 4px;
    border-top: 0px;
    width: 50em;
    margin: auto;
    padding: 1em;
}

.Instructions
{
    color: #fff;
}

.Welcome
{
  width: 90%;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.8em;
  text-transform: uppercase;
  vertical-align: bottom;
  text-align: center;
  font-family: "arial black";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.QuestionsList li {
    list-style-type: decimal;
    color: #fff;
    font-size: 16pt;
}



@media (max-width: 1630px)
{
  #securityQuestions
  {
    width: 46em;
  }
  #firstTimeLoginHeader
  {
    width: 76em;
    left: -7.3em;
  }
  #firstTimeLoginTitle
  {
    width: 56em;
  }

}

@media (max-width: 1440px)
{
  #securityQuestions
  {
    width: 43em;
  }
  #firstTimeLoginHeader
  {
    width: 72em;
    left: -5.3em;
  }
  #firstTimeLoginTitle
  {
    width: 51.7em;
  }
}

@media (max-width: 1280px)
{
  #securityQuestions
  {
    width: 40em;
  }
  #firstTimeLoginHeader
  {
    width: 68em;
    left: -3.3em;
  }
  #firstTimeLoginTitle
  {
    width: 48em;
  }
}

@media (max-width: 1165px)
{
  #securityQuestions
  {
    width: 37em;
  }
  #firstTimeLoginHeader
  {
    width: 64em;
    left: -1.3em;
  }
  #firstTimeLoginTitle
  {
    width: 44em;
  }
}
