html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  background: #e9eef1;
  font-family: Helvetica, Arial, sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.background {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 25%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.background.hoveniersplanning {
  background: url(/img/bg-hoveniersplanning.jpeg) center no-repeat;
  background-size: cover;
}

.background.plannercomplete {
  background: url(/img/bg-plannercomplete.jpg) center no-repeat;
  background-size: cover;
}

.background.paplannercomplete {
  background: url(/img/bg-paplannercomplete.jpg) center no-repeat;
  background-size: cover;
}

.login-screen > .message.error {
  width: 100%;
  color: #A95252;
  background: #F1D7D7;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.login-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
}

.login-wrapper .content-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 784px;
  min-width: 280px;
  height: 400px;
  background-color: transparent;
  margin-top: -200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.login-wrapper.request .content-wrapper {
  height: 680px;
  margin-top: -335px;
}

.login-wrapper .content-wrapper .content-left {
  display: inline-block;
  padding: 60px 30px;
  width: 40%;
  height: 100%;
  vertical-align: top;
  text-align: center;
  background: #1c1c1c;
  background: rgba(28, 28, 28, .95);
  float: left;
  border: 1px solid #1c1c1c;
}

.login-wrapper .content-wrapper .content-left .logo {
  max-width: 100%;
}

.login-wrapper .content-wrapper .content-left p {
  margin: 35px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #929292;
}

.login-wrapper .content-wrapper .content-right {
  position: relative;
  display: inline-block;
  width: 60%;
  height: 100%;
  padding: 40px;
  vertical-align: top;
  background: #f9f9f9;
  float: left;
  opacity: 0.98;
  border: 1px solid #bdbdbd;
}

.login-wrapper .content-wrapper .content-right .title {
  margin-bottom: 35px;
}

.login-wrapper .content-wrapper .content-right .text {
  font-size: 21px;
  font-weight: bold;
  color: #363636;
}

.login-wrapper .content-wrapper .content-right .field label {
  padding-top: 0;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 400;
  color: #7a7a7a;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.login-wrapper .content-wrapper .content-right .row {
  width: 100%;
  margin-bottom: 15px;
}

.login-wrapper .content-wrapper .content-right input[type="password"],
.login-wrapper .content-wrapper .content-right input[type="text"] {
  padding: 10px 10px;
  font-size: 12px;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
}

.login-wrapper .content-wrapper .content-right .checkbox-field input[type=checkbox] {
  cursor: pointer;
  float: left;
}

.login-wrapper .content-wrapper .content-right .checkbox-field label {
  padding-top: 0;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 20px;
}

.login-wrapper .content-wrapper .content-right input[type="text"].form-error,
.login-wrapper .content-wrapper .content-right input[type="text"].form-error::-webkit-input-placeholder {
  border-color: #A95252;
  color: #A95252;
}

.login-wrapper .content-wrapper .content-right .error-message {
  display: none;
}

.login-wrapper .content-wrapper .content-right input[type="submit"] {
  height: 40px;
  width: 120px;
  line-height: 15px;
  background: rgb(83,165,53);
  background: linear-gradient(90deg, rgba(83,165,53,1) 0%, rgba(148,184,39,1) 75%, rgba(196,198,28,1) 100%);
  border: none;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
}

.login-wrapper .content-wrapper .content-right input[type="submit"]:hover {
  background: #73A024;
}

.login-wrapper .content-wrapper .content-right select {
  width: 100%;
  margin-top: 5px;
}

.login-wrapper .content-wrapper .content-right input#UserCaptcha {
  float: right;
  width: 250px;
  margin-top: -50px;
}

.login-wrapper .content-wrapper .content-right a.creload {
  font-size: 11px;
  color: #1c1c1c;
}

.login-wrapper .content-wrapper .content-right img {
  margin-top: 0;
}

.login-wrapper .content-wrapper .content-right a.creload:hover {
  text-decoration: none;
}

/* To prevent ugly yellow background in chrome */
.login-wrapper .content-wrapper .content-right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.error-wrapper {
  padding-top: 75px;
}

.error-header {
  width: 100%;
  height: 25px;
  background: #B9B9B9;
}

.error-message-wrapper {
  background: rgba(244, 244, 244, .95);
  border-bottom: 1px solid #dadada;
}

.error-message {
  width: 390px;
  left: 50%;
}

.error-message.not-found {
  width: 740px;
  margin: 0 auto;
}

.error-message .logo {
  position: relative;
  left: 50%;
  margin: 50px 0 0 -54px;
}

.error-message h1,
.error-message a {
  color: #6CBB6C;
}

#flashMessage {
  width: 100%;
  text-align: center;
  background: #6CBB6C;
  color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 5px 15px;
  z-index: 999;
  opacity: 0.95;
  height: 50px;
  line-height: 19px;
}

#flashMessage.error {
  background: #EB5252;
  color: white;
  opacity: 0.95;
}

#flashMessage i {
  margin-right: 10px;
}

/**
 * PA van Rooyen Theming
 */
body.pavanrooyen .login-wrapper .content-wrapper .content-right input[type="submit"] {
  background: #00999C;
  border: 2px solid #00999C;
}

body.pavanrooyen .login-wrapper .content-wrapper .content-right input[type="submit"]:hover {
  background: #008A8D;
  border-color: #008A8D;
  color: white;
}

body.pavanrooyen .error-message h1,
body.pavanrooyen .error-message a {
  color: #008A8D;
}

body.pavanrooyen #flashMessage {
  background: #00999C;
}
