@charset "utf-8";

html {
    height: 100%;
}

body {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    margin: -300px 0px;
    padding: 0px;
    text-align: center;
    font-size: 0.8em;
    background-image: url(/style/bg_try.png);
    background-repeat: repeat-x;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.error-message {
    padding: 0px;
    margin: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #F00;
    font-size: 1em;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: -40px;
}

.root-container {
    position: relative;
    margin: 350px auto 20px;
    text-align: left;
    background: url(/style/loginfield.png) bottom no-repeat;
    height: 490px;
    width: 730px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.login-item {
    margin-top: -30px;
    height: 250px;
    width: 350px;
    margin-left: 340px;
    padding-top: 180px;
    border-radius: 3px;
}

input {
    border: 1;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.user:before {
    content: '\f007';
    font: 12px fontawesome;
    color: #bfbcc4;
}

.lock:before {
    content: '\f023';
    font: 12px fontawesome;
    color: #bfbcc4;
}

#pin {
    width: 22%;
}

#pinTimer {
    margin-top: 40px;
    color:#F00;
    font-size: smaller;
    font-weight: bold;
}

.form-login label,
.form-login input[type="text"],
.form-login input[type="password"],
.form-login input[type="submit"] {
    border-radius: 0.25rem;
    padding: 1rem;
    color: #025ea2;
}

.form-login label {
    background-color: #025ea2;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.form-login input[type="text"],
.form-login input[type="password"] {
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 265px;
}

.form-login input[type="text"]:focus,
.form-login input[type="text"]:hover,
.form-login input[type="password"]:focus,
.form-login input[type="password"]:hover {
    background-color: #eeeeee;
}

.form-login input[type="submit"] {
    background: url("button_anmelden.png") no-repeat scroll;
    border: 0 none;
    display: block;
    height: 36px;
    margin: 18px 0 0 187px;
    text-indent: -2500px;
    width: 125px;
}

.form-login input[type="submit"]:focus,
.form-login input[type="submit"]:hover {
    background-position: 0px -38px;
    cursor: pointer;
}

.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    color:black;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.text {
    height: 182px;
    margin-left: 350px;
    margin-top: 30px;
    padding-top: 206px;
    padding-bottom: 2px;
}

.logoff-message {
    height: 182px;
    margin-left: 350px;
    margin-top: 30px;
    padding-top: 206px;
    padding-bottom: 2px;
}

.text_impress {
    margin-top: 100px;
    height: 235px;
    margin-left: 315px;
    padding-top: 30px;
}

.error {
    margin-top: 0px;
    margin-left: -300px;
    margin-bottom: -35px;
    color: #F00;
}

.pass {
    color: #584D4D;
    font-size: 14px;
    margin: 0px 0px;
}

.tools {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    font-size: smaller;
    margin-bottom: 30px;
}

.disclaimer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 10px;
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: #025ea2;
    font-size: 0.8em;
    width: 92%;
}

.disclaimer-impress {
    display: flex;
    margin-top: 80px;
    margin-left: 50px;
    gap: 5px;
    text-align: left;
    padding-left: 0px;
    color: #025ea2;
    font-size: 0.8em;
}

.disclaimer a,
.disclaimer a:active {
    color: #025ea2;
    text-decoration: none;
}

.disclaimer a:hover {
    color: #000;
}

p {
    line-height: 100%;
    color: #123252;
}

.footer-left {
    float: left;
    margin-left: -300px;
    text-align: left;
    width: auto;
    margin-top: -30px;
}

.footer-left-impress {
    float: left;
    margin-left: 50px;
    text-align: left;
    width: auto;
    margin-top: 100px;
    color: #025ea2;
}

.footer-left-logoff {
    float: left;
    text-align: left;
    width: 150px;
    margin-top: 0px;
	margin-left: 0px;
}

.footer-left-logoff::before,
.footer-left::before {
    content: '\f1f9';
    font: 12px fontawesome;
    color: #025ea2;
}

.middle {
    float: left;
    width: 140px;
    display: block;
    text-align: center;
	margin-top: -0px;
}

.middle-impress {
    float: left;
    width: 140px;
    display: block;
    text-align: center;
	margin-top: 100px;
    margin-left: 100px;
    color: #025ea2;
}

.middle-logout {
    float: left;
    width: 350px;
    display: block;
    text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

.right {
    float: right;
    margin-right: 0px;
    text-align: right;
    width: 150px;
	margin-top: 0px;
}

.right-impress {
    float: right;
    margin-right: 20px;
    text-align: right;
    width: 110px;
	margin-top: 100px;
    color: #025ea2;
}

.logout {
    text-indent: -2500px;
    display: block;
    height: 32px;
    width: 247px;
    background: url(/style/button_login.png) no-repeat;
    margin: 22px 0px 0px 50px;
    border: 0px;
    background-position: 0px -8px;
}

.logout_ {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout_en {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout_de {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout_fr {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout_it {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout_es {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout_pt {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout_pl {
    background: url(/style/button_login.png) no-repeat;
    background-position: 0px -8px;
}

.logout:hover {
    background-position: 0px -40px;
}

.login-item input.button
 {
  text-indent: -2500px;
  display: flex;
  height: 28px;
  width: 130px;
  margin: -10px 0px 0px -10px;
  padding: 0px;
  border: 0px;
 }

.login-item input.button_
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button_en
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button_de
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button_fr
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button_it
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button_es
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button_pt
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button_pl
 {
  background: url(/style/button_login.png) no-repeat;
  background-position: 0px -8px;
 }

.login-item input.button:focus, .login-item input.button:hover
 {
  background-position: 0px -40px;
 }
