body,
html {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
h1,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
table {
  border-spacing: 0;
}

#wrap {
  position: relative;
  height: 100%;
  text-align: center;
  background-color: #fff;
}

#wrap::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
#wrap #page {
  display: inline-block;
  vertical-align: middle;
}

#page * {
  font-family: "Roboto", sans-serif;
}

#grecaptcha > div:first-child {
  margin: 0 auto;
}

h1 {
  max-width: 300px;
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
}

button {
  max-width: 300px;
  width: 100%;
  margin-top: 24px;
  padding: 10px;
  background-color: #34d76b;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

button:hover {
  background-color: #33c764;
}

button[disabled] {
  background-color: #c7c7c7;
  cursor: not-allowed;
}
