.footer {
  color: #fff;
}

.footer .small-prints {
  color: #00fff8;
}

.footer a:hover {
  text-decoration: underline;
}

body {
  background-color: #17324d;
}

main {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

.btn-eidas {
  background: #0073e6;
  background-image: url("../img/eidas-login.svg");
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 32px 32px;

  padding-left: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;

  text-align: left;
}

.row > .form-check-inline {
    width: auto;
}

@media screen and (min-width: 800px) {
    .info-text-centered{
			margin-left: 15%;
	}
}
