﻿* {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  margin: 0pt;
  padding: 0pt;
  height: 100%;
  font-family: 'Open Sans', 'Tahoma', Arial;
  font-weight: 300;
  color: #666666;
  font-size: 13px;
  background-color: #F2F2F2;
}
#login-container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#login-container > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: auto;
  height: auto;
}
#login-container .stretcher {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex-grow: 1;
}
#login-container .logo {
  display: block;
  margin: 0 auto;
  width: 321px;
  height: 133px;
  background-image: url('../images/logo_ds4.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
#login-container input[type=text],
#login-container input[type=password] {
  border-style: none;
  font-size: 24px;
  padding: 10px 20px;
  background-color: #EAEAEA;
  width: 257px;
  color: #666;
  text-align: center;
  outline: none;
}
#login-container input {
  vertical-align: middle;
  margin: 5px;
}
#login-container input[type=submit] {
  background-color: transparent;
  background-image: url('../images/ds3_inloggen.png');
  text-indent: -1000px;
  border-style: none;
  background-position: 0 0;
  width: 39px;
  height: 39px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#login-container input[type=submit]:hover {
  background-position: 0 -39px;
}
#login-container .copyright {
  font-size: 13px;
  margin-bottom: 30px;
}
