@import url('https://fonts.googleapis.com/css?family=Lato');

* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

html, body, #contentVert, #log {
  height: 100%;
}

body {
  background-image: url(eroom_wlaws.png);
  background-size: contain;
  background-position: center;
  font-family: 'Verdana', 'DejaVu Sans', sans-serif;
  color: #073f7b;
  font-size: 10px;
  height: 100%;
  background-repeat: repeat-x;
  background-color: rgba(7, 63, 123, 0.2);
}

#contentlog > a,
h2,
legend {
  display: none;
}

#log {
  text-align: center;
}

#log:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#contentlog {
  vertical-align: middle;
  display: inline-block;
  padding: 104px 40px 40px;
  background-image: url(logo_img.svg);
  background-size: 242px 58px;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center 30px;  
  min-width: 300px;
  width: auto;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

#__node001, strong {
  display: none;
}

#contentlog strong.coultexte01{
  display: block;
  text-transform: uppercase;
  color: #073f7b;
  text-align: center;
  font-size: 2.1em;
  font-family: Lato;
  letter-spacing: 5px;
  margin-left: 5px;
}

form {
  margin-top: 20px;
}

fieldset > div {
  margin-top: 20px;
  overflow: hidden;
}

label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  width: 300px;
}

input {
  border: 1px solid #ddd;
  line-height: 25px;
  padding: 0 5px;
  width: calc(100% - 10px);
  border-radius: 5px;
}

input:-webkit-autofill {
  background-color: #fff !important;
}

select {
  width: 100%;
  line-height: 25px;
  height: 25px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 5px;
}

.ok,
.annuleren {
  width: auto;
  float: right;
  margin-left: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  min-width: 70px;
}

#lostPassword {
  color: #003b78;
  margin-top: -27px;
  display: block;
  float: left;
  line-height: 27px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
