@import url("https://use.typekit.net/ekr7ywj.css");
*, html {
    font-family: sys-tt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    display: flex;
    margin: 0;
    height: 100%;
    width: 100%;
    background-image: url("../global/anmeldung_background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#login_container {
    margin: auto auto 15em auto;
    /*box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);*/
    padding: 5% 2%;
}

#login_container form {
    margin-top: 1em;
}

#login_container h1 {
    text-align: center;
    color: #009ef3;
}

#login_container input,#login_container select {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
}

#login_container input[type='text'], #login_container input[type='password'], #login_container select {
    font-size: 1em;
    padding: 0.6em;
    margin-bottom: 0.5em;
    border-radius: 10px;
    border: 2px solid #c7c7c7;
    width: 17.5em;
}

select {

      font-size: 18px;
	  right: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url('../intern/css/sprite.png') 95%  no-repeat;
      }
      select::-ms-expand { 
      display: none; /* Standardpfeil im IE 10 und 11 entfernen */
      }
/*

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

.select-wrapper {

  position: relative;
}
.select-wrapper::before {
  font-family: sys-tt;
  content: url('../intern/css/chosen-sprite.png') 0 4px no-repeat;
	  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #444;
}*/



#login_container button {
    font-size: 1.4em;
    background: white;
    border-radius: 50%;
    border-color: #c7c7c7;
    border-style: solid;
    width: 2em;
    height: 2em;  
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#logpro_button {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

#footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    text-align: center;
}

#footer p {
    color: #444;
    font-size: 0.8em;
}