
/**
* @link      https://1ps.at
* @license   https://1ps/license
* @copyright copyright (c) 2021-...)
* @author Bramböck Anton <xoffice@1ps.at>
*/
/* 
    Created on : 05.01.2022, 14:06:52
    Author     : bra
*/

div#regdata{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  max-width: 24em;
  box-shadow: 0 0 7px 3px #ddd;
  margin: 1em auto;
  padding: 0.5em 1em 1em 1em;
  background-color: #fafafa;
  font-size: 1.4em;
}
div#regdata > input{
  height: 2em;
  margin: 1em 0 0 0;
}

div#regdata label{
  margin: 0.5em 0;
}

div#regdata label span{
  display: inline-block;
  width: 99%;
}
div#regdata label input{
  margin-top: 0.2em;
  width: 99%;
}

div.warn{
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  color: #fa0;
}

#login{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1em auto;
  padding: 1em;
  width: 80%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 0 4px 1px;
}
#login label{
  margin: 0.2em 0 0 0;
}
#login label input{
  width: 98%;
}
#login label input[type=button]{
  cursor: pointer;
}

#login-button{
  margin-top: 1em;
}

div.error{
  margin: 0;
  padding-left: 0.1em;
  min-height: 1em;
  color: #b00;
}

div#reget-info{
  position: fixed;
  top: 1.5em; bottom: 2em;
  left: 0; right: 0;
  font-size: 1.5em;
  background: #fff;
  text-align: center;
}
div#reget-info > div{
  margin: 1em auto;
  max-width: 600px;
}
div#reget-info input{
  width: 80%;
  margin: 1em;
  font-size: 1em;
}