@charset "UTF-8";
html, body {
   margin: auto !important;
   padding: 0 !important;
   height: 100% !important;
   width: 100% !important;
   max-width: 600px;
   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;
}
p.logo {
   text-align: center;
   margin: 0px;
}
div.logintext {
   margin: 5px auto;
   padding: 10px;
   text-align: center;
   font-size: 0.9em;
}
p.logintext {
   padding: 0px 15px;
   margin: 0px;
}
input, textarea, select, label {
   border: 1px solid #C9C8C8;
   padding: 8px 10px;
   text-align: center;
   margin: 5px auto;
   font-size: 17px;
   width: 90%;
   display: block;
}
input[type="submit"] {
   cursor: pointer;
}
input {
   border: 1px solid #999999;
   padding: 5px;
   color: #000;
   font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
   font-size: 1.2em;
   text-align: center;
   text-decoration: none;
   border-radius: 3px;
   font-weight: bold;
}
input.submit {
   background: #0b8280;
   border: 1px solid #0b8280;
   padding: 10px;
   color: #ffffff;
   font-size: 1.1em;
   line-height: 1.1;
   text-align: center;
   text-decoration: underline;
   border-radius: 3px;
   font-weight: bold;
   -webkit-appearance: none;
   max-width: 300px;
}
input[type="submit"]:hover {
   /*background-color: #ffe0b3;*/
   background-image: linear-gradient(125deg, #fff 20%, #ddd);
   color: black;
}
label {
   padding: 0px;
   margin: 15px auto 0px;
}
.button-td, .button-a {
   transition: all 100ms ease-in;
}
form {
   padding: 10px 20px;
   text-align: center;
   max-width: 80%;
   margin: 0px auto;
}
h1 {
   color: #0b8280;
   text-align: center;
   margin: 2px;
   padding: 2px;
}
p.hinweis {
   color: red;
   text-align: center;
   display: inline-block;
   padding: 5px;
   margin: 5px auto;
}
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;
}
p.error {
   color: red;
   text-align: center;
   display: inline-block;
   padding: 2px;
   margin: 5px auto 0;
   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: 10px;
      width: 40%;
   }
   input, textarea, select {
      width: 90%;
   }
   .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;
   }
}