
.login-page {
  display: flex;
  padding: 4% 0 0;
  margin: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #000000;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #000000;
}

.login-picture {
  position: absolute;
  width: 400px;
  padding: 2% 0 0;
  margin: auto;
}

img{
  width: 100%;
}

.button-top-right{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #bbb;
  cursor: pointer;
}

.button-top-right:hover{
  border-color: white;
}

.dialog{
  display: block;
}

.dialog .content{
  position: fixed;
  top: 30px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1001;
}

.dialog .content .body{
  padding: 5px 20px;
  max-height: 80vh;
  overflow-y: auto;
}

.dialog .content p{
  text-align: left;
}

.dialog .content table{
  border-collapse: collapse;
}

.dialog .content table td{
  padding: 5px 10px;
}

.dialog .content table tr:nth-child(odd){
  background: rgba(0,0,0,0.1);
}

.dialog .modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: 1000;
}

.dialog.closed{
  display: none;
}

.login-titel {
  margin: auto;
  padding: 2% 0 0;
  text-align: center;
  color: #008fd3;
  font-size: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 350;
  font-style: normal;
  letter-spacing: 0.1rem;
}

.form {
  min-width: 360px;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #000000;
  margin: 0 auto 100px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.login-form {
  padding: 25px 45px;
}

.form-header {
  background: #d84c11;
  /*background: linear-gradient(135deg, #008fd3 0 20%, white 20% 22%, #d84c11 22% 100%);*/
  padding: 15px;
  color: white;
}

.input-root {
  position: relative;
  margin: 0 0 15px;
}

.input-container{
  position: relative;
  margin: 0;
  padding: 0.5px;
  border-radius: 4px;
}

.input-root.checkbox {
  width: 100%;
  text-align: left;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: inherit;
  position: absolute;
  text-align: left;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 8px;
  pointer-events: none;
  margin: 0;
}

legend {
  float: unset;
  padding: 0 5px;
  height: 11px;
  font-size: 0.75em;
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #FFFFFF;
  color: #000000;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 4px;
}

.form  input[type=checkbox]{
  width: unset;
}

.errornote {
  color: red;
  margin-bottom: 0;
}

.error{
  padding: 0;
  margin: 0;
  margin-left: 5px;
  color: red;
  width: 100%;
  font-size: 0.7em;
  text-align: left;
}

.error ul{
  list-style-type: none;
  padding: 0;
  margin: 3px 0;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #d84c11;
  background: linear-gradient(135deg, #008fd3 0% 50%, white 50% calc(50% + 5px), #d84c11 calc(50% + 5px) 100%);
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border: 1px solid rgba(0,0,0, 0.02);
  border-radius: 4px;
  background-size: 400% 400%;
  background-position: 60% 50%;
  background-repeat: repeat;
  transition: all 0.2s;
}

.form button:hover,
.form button:active,
.form button:focus {
  /*background: #f56527;*/
  border: 1px solid rgba(255,255,255, 0.28);
  background-position: 40% 50%;
}

.form .message {
  margin: 15px 0 0;
  color: #d84c11;
  font-size: 12px;
}

.form .message a {
  color: #d84c11;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.form a {
  display: block;
  padding: 5px 45px;
  text-align: right;
}

.form .input-root.checkbox a {
  margin: 0;
  display: inline-block;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}

.container .info {
  margin: 50px auto;
  text-align: center;
}

.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}

.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}

.container .info span a {
  color: #000000;
  text-decoration: none;
}

.container .info span .fa {
  color: #d84c11;
}

html,body {
  background: #fafafa;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grid-container {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
}
