@charset "UTF-8";
html, body {
  margin: auto !important;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
  max-width: 700px;
  text-align: center;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  background-color: #C9C8C8;
}
* {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 300px;
}
div.logintext {
  margin: 10px;
  padding: 5px;
  text-align: center;
  font-size: 1em;
}
input, textarea, select, label {
  border: 1px solid #C9C8C8;
  padding: 8px 10px;
  text-align: center;
  margin: 5px auto;
  font-size: 17px;
  width: 90%;
  display: block;
}
.button-td, .button-a {
  transition: all 100ms ease-in;
}
form {
  padding: 2px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  text-align: center;
  margin: 2px;
}
label, .label {
  font-weight: 200;
  font-size: 0.9em;
  margin: 15px auto 0px;
}
h1 {
  color: #16A038;
  text-align: center;
}
p.hinweis {
  color: red;
  text-align: center;
}
p.footer, #header {
  color: #333;
  background-color: #fff;
  padding: 10px;
  margin: 10px 20px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 7px;
}
p.footer a {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}
input.submit {
  background: #16A038;
  border: 1px solid #16A038;
  padding: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}
input[type="submit"] {
  cursor: pointer;
}
p.error {
  padding: 0 10px;
  color: #E41216;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}
.button-td:hover, .button-a:hover {
  background: #555555 !important;
  border-color: #555555 !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
  label.col-md-4 {
    padding-left: 10px;
    width: 40%;
  }
  input, textarea, select {
    width: 100%;
  }
  .email-container {
    width: 100% !important;
  }
  .fluid, .fluid-centered {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .fluid-centered {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .stack-column, .stack-column-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
  }
  .stack-column-center {
    text-align: center !important;
  }
  .center-on-narrow {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  table.center-on-narrow {
    display: inline-block !important;
  }
}