@media (max-width: 400px) {
  html, body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .center {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .center {
    max-width: 700px;
  }
  input {
    font-size: 0.5rem;
  }
}
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #4D03B5;
}

.center {
  margin: 40px auto;
  padding: 16px;
}

.logo {
  margin-bottom: 60px;
}

.intro-text {
  margin-bottom: 20px;
}

button, input {
  overflow: visible;
  padding: 20px;
  width: 100%;
  margin: 10px auto;
  background: #4D03B5;
  border: 4px solid white;
}

input[type=submit] {
  color: #4D03B5;
  font-weight: bold;
  width: 70%;
  margin: 30px auto;
  background-color: #22D6D6;
}

input[type=submit]:hover {
  color: #22D6D6;
  background-color: #4D03B5;
  border-color: #22D6D6;
}

input:hover {
  border-color: #22D6D6;
}

@font-face {
  font-family: "ReplicaLLWeb-Bold";
  src: url("https://concept-nibrt.ie/wp-content/themes/concept/assets/fonts/ReplicaLLWeb-Bold.woff2") format("woff2"), url("https://concept-nibrt.ie/wp-content/themes/concept/assets/fonts/ReplicaLLWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "ReplicaLLWeb-Regular";
  src: url("https://concept-nibrt.ie/wp-content/themes/concept/assets/fonts/ReplicaLLWeb-Regular.woff2") format("woff2"), url("https://concept-nibrt.ie/wp-content/themes/concept/assets/fonts/ReplicaLLWeb-Regular.woff") format("woff");
}
body {
  font-size: 100%;
  font-family: "ReplicaLLWeb-Regular";
}

p {
  color: #22D6D6;
}

h2 {
  font-family: "ReplicaLLWeb-Regular";
  color: white;
  font-size: 1.8rem;
}

input {
  font-size: 1.2rem;
  color: white;
}

/*# sourceMappingURL=style.css.map */
