*{
  font-family: 'Roboto', sans-serif;
}

label.error {
	color: red;
  font-size:12px;
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}

.vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width:inherit;
  height:inherit;
  /* To center horizontally */
  margin: 0 auto;
  max-width: 400px;
}