html,
body {
  height: 100%;
  width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.navbar-header .navbar-brand {
  height: 56px;
  padding: 0;
  margin-left: 15px;
}
.navbar-header .navbar-toggle {
  padding: 9px 13px;
}
.content {
  height: calc(100% - 56px - 51px);
  background: url("/assets/img/bg.jpg") no-repeat 0% 11%;
  background-size: cover;
}
.content .section-container {
  display: flex;
  justify-content: center;
  padding-top: 40%;
  margin-top: 56px;
}
.content .section-container section {
  width: 90%;
  background-color: #fff;
  padding: 5%;
  border-radius: 8px;
}
.content .section-container section .section-title {
  margin-bottom: 30px;
}
.content .section-container .form-section .form-group .control-label {
  margin-top: 12px;
}
.content .section-container .result-section .result {
  width: 100%;
  max-width: 500px;
}
.content .section-container .result-section .result tr td {
  text-align: center;
  padding: 20px 5px;
  border-color: #333;
}
footer {
  background-color: #f8f8f8;
  padding: 20px 0 13px 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}
footer p {
  font-size: 12px;
  margin: 0;
}
