@charset "utf-8";
.btnLogInAgain {
  margin-top: 40px;
  margin-left: 60px;
  width: 160px;
  height: 40px;
  background: #265a87;
  border-radius: 4px;
  color: white;
}
.pageHeaderRow {
  border-bottom: 1px solid #cccccc;
  margin-left: 60px;
  margin-right: 60px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  color: #464646;
}
