#loginBox{
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  width: 200px;
  
  padding: 40px;

  border-radius: 10px;
  
  color: darkgrey;
  background-color: #ececec;
  text-align: center;  
}

#loginBox input {
  padding: 10px;  
  border-radius: 4px;
  border: 1px solid #cccccc;  
}

#loginBox a {  
  text-decoration: none;
}

#loginBox .btnLogin {
  width: 190px;
  border: 1px solid dodgerblue;
  border-radius: 4px;
  
  background-color: dodgerblue;
  color: white;
  
  margin-top: 10px;
  margin-bottom: 5px;
  
  padding: 10px;
}

#loginBox .label {
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10px;
}