/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}


.titleLabel {
	color: #404040;
	font-weight: bold;
}
.loginTextBox {
	font-size: 14pt;
    margin-right: 10px;	
}
.errorMessage {
  color: red;
}
.successMessage {
  color: green;
}

.serverResponseLabelError {
  color: red;
}




