* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  background: #e3e3e3 url('background_v2.jpg') no-repeat right bottom;
  background-size: cover;
  height: 100%;
}

h1{
  color: #262661;
  font-size: 20px;
}

input {
  width: 270px;
  padding: 8px;
  font-size: 12px;
  border: 1px solid #3D5C92;
  color: #3D5C92;
}

label {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: 10px;
  top: 16px;
  color: #3D5C92;
}

select {
  width: 288px;
  padding: 8px;
  font-size: 12px;
  border: 1px solid #3D5C92;
  color: #3D5C92;
}

#headline-container {
  background: #262661;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

#login-box {
  margin: 0 auto;
  padding: 0;
  width: 450px;
  top: 110px;
  position: relative;
  background: #ffffff;
  border: 1px solid #262661;
  text-align: left;
}

#logo-container {
  padding-top: 30px;
  padding-left: 20px;

  @media (max-width: 600px) {
    display: none;
  }
}

#logo {
    width: 128px;
    height: 128px;
}

#password {
  width: 270px;
}

.input_container {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.submit_container {
  padding-top: 8px;
  text-align: right;
  width: 450px;
  margin-left: -162px;
}

input.button {
  width: 125px;
  color: #ffffff;
  background: #262661;
  font-size: 12px;
  font-weight: bold;
}

div.messagebox {
  min-height: 14px;
  text-align: left;
  width: 400px;
  margin-top: 12px;
}

div.notice {
	background: #e5f5f9 url('information.png') no-repeat 0.833em center;
	border: 1px solid #cae0e5;
	color: #5a9bab;
	padding: 0.833em 0.833em 0.833em 3em;
}

div.confirmation {
	background: #e7fae6 url('confirmation.png') no-repeat 0.833em center;
	border: 1px solid #b7cbb6;
	color: #52964f;
	padding: 0.833em 0.833em 0.833em 3em;
}

div.mistake {
	background: #fdf7e4 url('warning.png') no-repeat 0.833em center;
	border: 1px solid #e5d9b2;
	color: #b28a0b;
	padding: 0.833em 0.833em 0.833em 3em;
}

p.intro_text {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 160%;
}

a.no_email, a.lost_password, a.request-support, a.faq {
  color: #3D5C92;
  font-size: 12px;
  margin-right: 18px;
}

table.password-sent #login-form-container{
  padding: 20px;
}

table.password-sent p{
  width: 270px;
}

@media (max-width: 475px) {
  #login-box {
    width: 290px;
    top: 20px;
    margin-bottom: 20px;
  }

  #logo-container {
    display: none;
  }

  #headline-container {
    font-size: 14px;
  }

  body {
    background: #e3e3e3;
  }

  div.messagebox {
    width: 223px;
  }

  input {
    width: 240px;
  }

  select {
    width: 258px;
  }

  #password {
    width: 240px;
  }
}
