@import url(https://fonts.googleapis.com/css?family=Raleway);
* {
  font-family: "Raleway";
  box-sizing: border-box;
}

/*#menu_wrapper {
line-height: 4rem;
}*/

#login_wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
top: 10rem;
width: 40rem;
min-width: 40rem;
max-width: 40rem;
height: 20rem;
min-height: 20rem;
max-height: 20rem;
border-style: solid;
border-width: 1px;
border-color: #555555;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1rem;
}

#login_wrapper_please_wait {
position: relative;
margin-left: auto;
margin-right: auto;
top: 13rem;
width: 40rem;
min-width: 40rem;
max-width: 40rem;
height: 5rem;
min-height: 5rem;
max-height: 5rem;
border-style: solid;
border-width: 1px;
border-color: #555555;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1rem;
}

.login_info {
background-color: 00aa00;
color: 00aa00;
}

.login_image {
width: 90%;
min-width: 90%;
max-width: 90%;
height: 14rem;
min-height: 14rem;
max-height: 14rem;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 8rem;
}

.login_form_input {
width: 90%;
min-width: 90%;
max-width: 90%;
height: 1rem;
min-height: 1rem;
max-height: 1rem;
border-style: solid;
border-width: 1px;
border-color: #555555;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1rem;
}

@media only screen and (hover: none) and (pointer: coarse)
{
  #login_wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  top: 5rem;
  width: 20rem;
  min-width: 20rem;
  max-width: 20rem;
  height: 20rem;
  min-height: 20rem;
  max-height: 20rem;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  }

  .login_form_input {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  }

  .login_image {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 14rem;
  min-height: 14rem;
  max-height: 14rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 8rem;
  }

}
