div.block {
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 2pt;
  -webkit-box-shadow: 0 0 10px 1px #CCC;
  box-shadow: 0 0 10px 1px #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative; }
  div.block .block-content {
    position: relative; }
    div.block .block-content .block-staff-list {
      margin: 0;
      padding-left: 30px;
      font-size: 0.9em; }
    div.block .block-content .block-project {
      display: inline-block;
      padding-top: 5px; }
    div.block .block-content h2 {
      font-weight: 400; }
  div.block .block-title {
    color: #7F7F7F;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left; }
    div.block .block-title h1 {
      font-weight: 500;
      color: #000000;
      margin: 0;
      font-size: 25px; }
  div.block .block-actions {
    position: absolute;
    top: 10px;
    right: 20px; }
  div.block[data-state="0"] {
    opacity: 0.1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

div.block--top-margin {
  margin-top: 20px; }

div.content {
  max-width: 960px;
  margin: 0 auto; }

h1.car-name {
  padding: 0;
  margin: 0;
  font-size: 25px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap; }

input[type="text"], select, input[type="password"], input[type="email"], input[type="number"], input[type="date"] {
  display: block;
  width: 250px;
  padding: 5px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2pt;
  border: solid 1px #888888;
  outline: none;
  box-sizing: border-box; }

.button {
  background-color: #e25200;
  color: #FFFFFF;
  border: none;
  border-radius: 3pt;
  padding: 7px 7px 4px 7px;
  margin: 15px auto 0 auto;
  -webkit-box-shadow: 0 3px 0 #e25200;
  box-shadow: 0 3px 0 #e25200;
  outline: none;
  display: block;
  width: 100px; }
  .button:hover {
    -webkit-box-shadow: 0 3px 0 #af3f00;
    box-shadow: 0 3px 0 #af3f00; }
  .button:active {
    -webkit-box-shadow: 0 3px 0 #c94900;
    box-shadow: 0 3px 0 #c94900;
    background-color: #a53c00; }

@media handheld, only screen and (max-width: 800px) {
  input[type="text"], select, input[type="password"], input[type="email"], input[type="number"], input[type="date"] {
    width: 100%; } }
body {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  background-color: #e25200; }

div.login {
  width: 32%;
  height: 500px;
  margin: auto;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  background: url(../images/logo.svg) no-repeat center 0;
  padding-top: 90px;
  background-size: auto 70px; }

@media handheld, only screen and (max-width: 900px) {
  body {
    font-size: 24px; }

  div.login {
    width: 90%;
    height: auto !important;
    top: 10% !important; }

  input[type="text"], select, input[type="password"], input[type="email"] {
    width: 80% !important;
    font-size: 20px;
    padding: 10px;
    border-radius: 5pt; }

  input[type="submit"], input[type="reset"] {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 8px;
    font-size: 20px;
    width: auto !important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; } }

/*# sourceMappingURL=login.css.map */
