* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #e8e8e8;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.vd-shell {
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.vd-header {
  padding: 18px 16px 10px;
}

.vd-name {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.vd-rule {
  height: 7px;
  margin: 7px 0 8px;
  background-image: repeating-linear-gradient(
    to right,
    #2f7a32 0 7px,
    #111 7px 14px
  );
}

.vd-iam {
  font-size: 15px;
}

.info-trigger {
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  display: inline;
  text-align: left;
}

[data-dead] {
  cursor: pointer;
}

.vd-banner {
  background: #f2f2f2;
  padding: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #2b2b2b;
}

.vd-main {
  padding: 18px 16px 28px;
  flex: 1;
}

.ext {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 13px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.ext.purple { background: #6d2d86; }
.ext.blue { background: #0058a2; }

.note {
  margin: 4px 0 22px;
  font-size: 13px;
  line-height: 1.35;
  color: #6a6a6a;
}

form label {
  display: block;
  margin: 0 0 6px;
  font-size: 15px;
}

form input {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 0 16px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  padding: 8px 10px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}

form input::placeholder { color: #b0b0b0; }

.error {
  min-height: 16px;
  margin: 0 0 8px;
  color: #b42323;
  font-size: 13px;
}

form button {
  display: block;
  background: #2d3e50;
  color: #fff;
  border: 0;
  min-width: 130px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: inherit;
  cursor: pointer;
}

.vd-bar {
  height: 18px;
  background: #2d3e50;
}
