body {
  height: 100vh;
  width: 100vw;
  margin: 0;
  font-family: "myriad-pro", sans-serif;
}

.content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header {
  display: flex;
  align-items: center;
}

.header .logo-omers {
  height: 46px;
  width: 210px;
  background: url("./images/logo-omers.svg");
  margin-right: 34px;
}

.header .logo-divider {
  height: 80%;
  border-left: 1px solid #cccccc;
  margin: 0 25px;
}

.header .logo-e-access {
  height: 66px;
  width: 66px;
  background: url("./images/logo-e-access.svg");
  margin-left: 34px;
}

.header .title {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  line-height: 44px;
  color: #003a70;
  margin-left: 12px;
}

.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 52px 0 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #003a70;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #212529;
}
