* {
  display:block;
  margin:auto;
}

.placeholder {
  background-image: url("./img/edata.png");
  display: flex;
  flex: auto;
  width: 50%;
  height: 100%;
  margin: auto;
  margin-top: 10px;
}

.placeholder img {
  align-content: center;
  display: block;
  height: 80%;
  width: 80%;
}

.text {
  margin: auto;
  width: 30%;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  color: #CCCCCC;
  margin-top: 50px;
  align-content: center;

}

.text h3{
  color: #AAAAAA;
  margin-bottom: 10px;
  align-content:  center;
  text-align: center;
  font-size: 20pt;
}

.login {
 margin-left: 30%;
 margin-right: 30%;
}

.login a {
  background-color: #0E3F85;
  color: #FFFFFF;
  border: none;
}

.login a:hover {
  background-color: #1277B2;
}

.footer {
  display: block;
  height: 30px;
  margin-top: 8px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  background: linear-gradient(124deg,rgba(13,62,132,1) 60%,rgba(18,119,178,1) 60%,rgba(18,119,178,1) 70%,rgba(239,126,37,1) 70%)
}
