body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

.wrapper {
  max-width: 800px;
  padding: 30px;
  margin: 30px auto 0 auto;
  text-align: center; }

.form--login {
  margin: 0 auto;
  max-width: 460px;
  text-align: left; }
  .form--login label {
    display: inline-block;
    width: 120px; }
  .form--login input {
    width: 100%;
    max-width: 100%;
    padding: 5px;
    display: block;
    box-sizing: border-box;
    border-radius: 6px; }
    .form--login input[type="text"], .form--login input[type="password"] {
      border: 1px solid #ababab;
      padding: 8px 12px; }

input[type="submit"] {
  background: #96bcb6;
  border: 1px solid #96bcb6;
  color: #fff;
  font-weight: bold;
  padding: 12px 12px;
  border-radius: 6px;
  transition: all ease-in .2s; }
  input[type="submit"]:hover {
    background: #679e96;
    cursor: pointer; }

.btn-begin {
  background: #96bcb6;
  border: 1px solid #96bcb6;
  color: #fff;
  font-weight: bold;
  padding: 12px 12px;
  border-radius: 6px;
  transition: all ease-in .2s;
  width: 100%;
  height: 6rem;
  font-size: 16px; }
  @media screen and (min-width: 1200px) {
    .btn-begin {
      width: 75%;
      font-size: 32px; } }
  .btn-begin:hover {
    background: #679e96;
    cursor: pointer; }
.btn-testtone {
  width: 290px;
  margin-right: 20px;
  font-weight: bold;
  height: 90px;
  background: #fff;
  border: 3px solid #96bcb6;
  color: #96bcb6;
  font-weight: bold;
  padding: 12px 12px;
  border-radius: 6px;
  transition: all ease-in .2s;
  font-size: 16px; }
  @media screen and (min-width: 1200px) {
    .btn-testtone {
      font-size: 32px; } }
  .btn-testtone:hover {
    border-color: #679e96;
    color: #679e96;
    cursor: pointer; }
  .btn-testtone:last-of-type {
    margin-right: 0; }

.is--primary {
  width: 50%;
  margin-right: 20px;
  font-size: 32px;
  font-weight: bold;
  height: 90px;
  background: #fff;
  border: 3px solid #96bcb6;
  color: #96bcb6;
  font-weight: bold;
  padding: 12px 12px;
  border-radius: 6px;
  transition: all ease-in .2s; }
  .is--primary:hover {
    border-color: #679e96;
    color: #679e96;
    cursor: pointer; }
  .is--primary:last-of-type {
    margin-right: 0; }

.half {
  width: 50%;
  float: left; }

.flex {
  display: flex; }

#debug {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #dedede;
  padding: 18px;
  border-radius: 7px;
  max-width: 290px;
  border: 2px solid red;
  opacity: .8;
  font-size: 11px; }

a {
  text-decoration: none;
  color: #96bcb6; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: #679e96; }

h1 {
  font-size: 22px; }

.msgbox-info {
  margin: 24px 0;
  border-radius: 6px;
  padding: 12px;
  background: lightyellow;
  border: 1px solid #ffff61; }
  .msgbox-info.hidden {
    display: none; }
.msgbox-alert {
  margin: 24px 0;
  border-radius: 6px;
  padding: 12px;
  background: orangered;
  border: 1px solid #ffa280;
  color: #fff; }
  .msgbox-alert.hidden {
    display: none; }

nav .menu-btn {
  position: absolute;
  top: 0px;
  left: 6px;
  z-index: 2; }
  nav .menu-btn .container {
    cursor: pointer;
    display: flex; }
  nav .menu-btn svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1); }
  nav .menu-btn .active svg {
    transform: rotate(90deg); }
  nav .menu-btn path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1); }
  nav .menu-btn path:nth-child(1) {
    transform-origin: 36% 40%; }
  nav .menu-btn path:nth-child(2) {
    stroke-dasharray: 29 299; }
  nav .menu-btn path:nth-child(3) {
    transform-origin: 35% 63%; }
  nav .menu-btn path:nth-child(4) {
    stroke-dasharray: 29 299; }
  nav .menu-btn path:nth-child(5) {
    transform-origin: 61% 52%; }
  nav .menu-btn path:nth-child(6) {
    transform-origin: 62% 52%; }
  nav .menu-btn .active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg); }
  nav .menu-btn .active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px; }
  nav .menu-btn .active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg); }
  nav .menu-btn .active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px; }
  nav .menu-btn .active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg); }
  nav .menu-btn .active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg); }
  nav .menu-btn .active path {
    stroke: #fff; }
nav .nav-links {
  opacity: 0;
  background: #679e96;
  color: white;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 300px;
  min-width: 300px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  align-content: center;
  left: -300px;
  transition: all ease-in .5s; }
  nav .nav-links.open {
    left: 0;
    opacity: 1; }
  nav .nav-links .link {
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center; }
  nav .nav-links div.link {
    font-weight: normal; }

footer {
  margin-top: 25vh; }

/*# sourceMappingURL=new.css.map */
