* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #2a6267;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: Roboto, 'Helvetica Neue', sans-serif;
}

.h1 .h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

input[type='checkbox'] {
  vertical-align: middle;
  margin-right: 4px;
}
input[type='checkbox']:focus-visible,
input[type='checkbox']:focus {
  outline-offset: 0;
  outline: auto;
}

input[type='password'],
input[type='text'] {
  outline: 0;
  background-color: #fff !important;
  color: #555;
  display: inline-block;
  font-size: 1em;
  height: 42px;
  line-height: 42px;
  padding: 6px 20px;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
}

input[type='password']:focus,
input[type='text']:focus {
  border: 2px solid #444;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 40rem #ffff inset;
}

a {
  color: #2a6267;
}

a:focus-visible,
a:focus {
  outline-offset: 0;
  outline: auto;
}
