/*
File: style.css
Author: Gijs de Jong
*/

body {
  background-color: #fff;
}

/*---------------------------------------------------------------------------------------------------*/

#wrapper, #account_wrapper {
  font-size: 14pt;

  width: 300px;
  height: auto;
  margin: 20px auto;
}

form {
  width: 100%;
}

input {
  font-size: 14pt;

  width: calc(100% - 10px);
  height: 30px;
  padding: 4px;

  border: 1px solid #222;
}

#login-submit {
  width: 100%;

  cursor: pointer;
}

#account_wrapper form {
  display: none;
}

.item {
  line-height: 50px;

  height: 50px;

  text-align: center;

  background-color: #eee;
}
