#centerPannel
{
  opacity: 1.0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  width:570px;
  height:330px;
  background-color:#eaeaea;
  padding-top: 10px;
  padding-left:20px;
  padding-right:20px;
  box-shadow: 1px 1px 5px #111111;
  border-radius: 5px;
}

hr
{
  color: #eeeeee;
  background-color: #eeeeee;
  margin-top:-10px;
  margin-bottom:30px;
}

.questionLabel
{
  float:left;
  margin-left:50px;
  font-size:18px;
}

.questionField
{
  font-size:18px;
  width:20em;
  border-radius: 3px;
  border:1px solid #888888;
}

.questionField, .keepInMind, .hint
{
  float:right;
  margin-right:50px;
}

.connectButton
{
  width:150px;
  height:2.5em;
  font-size:14px;
  font-weight:bold;
  background-color:#005588;
  color:white;
  border-radius: 5px;
}
.connectButton:hover
{
  cursor:pointer;
  background-color:#003366;
}

.passwordForgotten
{
  text-decoration:none;
  margin-left:30px;
}