.center 
{
  text-align: center;
}


.center > div, .center > table /* insert any other block-level elements here */ 
{
  margin-left: auto;
  margin-right: auto;
}


.welcome
{
  color: #00659C;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 0;
}


.instructions
{
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: lighter;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 0;
}


.errorMessage
{
  margin-top: 10px;
}


.loginBlock
{
  background-image: url("../images/loginBlock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
  text-align: left;

  width: 25%;
  min-width: 210px;
  max-width: 250px;  

  color: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  
  box-shadow: 0px 0px 1px #0079bc;
  
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


#loginNameLabel
{
  padding-top: 5px;
  padding-bottom: 3px;
}


#txtuserid
{
  width: calc(100% - 33px);
}


#passwordLabel
{
  padding-top: 10px;
  padding-bottom: 3px;
}


#txtpassword
{
  float: left;
  width: calc(100% - 33px);
}


#submit
{
  float: left;
  padding-top: 1px;
  padding-left: 5px;
  padding-bottom: 10px;
}


#createAccountBlock
{
  background-image: url("../images/createAccountBlock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
  text-align: left;

  width: 25%;
  height: 60px;
  min-width: 210px;
  max-width: 250px;  

  color: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  
  box-shadow: 0px 0px 1px #0079bc;
  
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


#createAccountBlock > a
{
  color: #ffffff;
  width: 100%;
}


#createAccountBlock > a:hover
{
  text-shadow: 1px 1px 1px #777777;  
}

@media only screen and (max-width: 640px) 
{
  .welcome
  {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 0;
  }


  .instructions
  {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 0;
  }
}