﻿/* DigiD Button */
div.login a.button {
  display: none;
}

.DigiDcustomcolumn1 {
  float: left;
  width: 20%;
  padding: 2px;
}

.DigiDcustomcolumn2 {
  width: 80%;
  padding: 2px;
  float: right;
}

.DigiDcustomrow {
  width: 100%;
}

/* Clear floats after image containers */
.DigiDcustomrow::after {
  content: "";
  clear: both;
  display: table;
}

.DigiDcustombutton {
  background-color: #f5821f;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
}

.DigiDcustombutton:hover {
  color: white;
  text-decoration: none;
}
