
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

div[data-role="page"] {
/*  height: 100%; */
  background: #f0f0f0;
  background-image: linear-gradient(#eee, #ddd);
}

div[data-role="header"], div[data-role="footer"] {
  text-align: center;
  font-size: 16px;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #456f9a;
  background: #5e87b0;
  background-image: linear-gradient(#81a8ce, #5e87b0);
  color: #fff;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 1px #254f7a;
  position: relative;
}

div[data-role="header"] {
  height: 56px;
}

div[data-role="header"] h4 {
  margin: .6em 90px .8em;
}

div[data-role="footer"] {
  height: 78px;
}

div[data-role="content"] {
  margin: 15px;
  color: #333;
  font-family: Helvetica,Arial,sans-serif;
  text-shadow: 0 1px 0 #fff;
}

input[type="text"], input[type="password"] {
  background: #f0f0f0;
  border: 1px solid #b3b3b3;
  border-radius: .6em;
  box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
  color: #333;
  width: 100%;
  padding: .4em;
  line-height: 1.4;
  font-size: 16px;
  text-shadow: 0 1px 0 #fff;
}

input[type="submit"], input[type="reset"], input[type="button"],
a.ui-btn {
  display: block;
  color: #444;
  background: #eee;
  background-image: linear-gradient(#fdfdfd, #eee);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
  width: 100%;
  height: 44px;
  margin: .5em 5px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 1em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  align-content: center;
}
