/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
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 {
  min-height: 100vh;
  background-image: url(https://assets.gomeddo.com/Booker25/header-image-booker25.jpg);
  background-size: cover;
  background-position: left 500px top 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-family: "Roboto", sans-serif;
}

.container {
  flex: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
  max-width: 700px;
  background-color: #000;
  color: #fff;
  padding: 1.5em;
  padding-right: 0em;
  padding-left: 3em;
}
@media screen and (max-device-width: 640px) {
  .container {
    max-width: 100%;
  }
}
.container .booker-logo {
  width: 150px;
  fill: #fff;
  stroke: #fff;
}

header h1 {
  margin-top: 5em;
  display: flex;
  align-items: center;
}

.header_link {
  text-decoration: none;
  color: white;
}

h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0.7em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.7em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#claim, #login {
  display: none;
}

#claim:target, #login:target {
  display: block;
}
#claim:target ~ #main-actions, #login:target ~ #main-actions {
  display: none;
}

.action {
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  border-radius: 0.2em;
  padding: 1.5em 1.5em 1.7em 1.5em;
  width: 80%;
  background: #fff;
  color: #333;
  cursor: pointer;
  position: relative;
}
.action .action-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.action .action-title {
  line-height: 1.5em;
  grid-column: 1/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.action .full-width-title {
  grid-column: 1/-1;
}
.action .action-body {
  font-size: 16px;
  grid-column: 1/-1;
  grid-row: 2/-1;
}
.action .action-body {
  grid-column: 1/-1;
}
.action h2 {
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.action .arrow-icon-black {
  display: flex;
  justify-content: end;
  grid-column: 3/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.form-field, .form-action {
  font-family: "Arial", sans-serif;
  font-size: 22px;
  font-weight: 500;
  width: 80%;
  display: block;
  border-top-right-radius: 0.6em;
  padding: 1.5em 1em 4em 1em;
  background: #fff;
  color: #333;
  position: relative;
}
.form-field label, .form-action label {
  cursor: pointer;
  font-size: 22px;
  margin-bottom: 1em;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

.form-field {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.form-margin {
  margin-top: 1.5em !important;
}

.checkbox-label {
  font-family: "Arial", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.slug-appends {
  font-size: 14px;
  font-weight: 400;
}

.slug {
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 1em;
  line-height: 2em;
  font-size: 16px;
}
.slug input {
  flex: 1;
  border-radius: 100px;
  padding-left: 10px;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "Arial", sans-serif;
}

.form-action {
  width: 80%;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0em;
  text-align: left;
  padding: 0em 3em 0em 0em;
  border: 0;
  cursor: pointer;
}

.form-btn {
  color: white;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.2em 0em 0.2em 0em;
  width: 154px;
  height: 46px;
  cursor: pointer;
}

.open {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  width: 134px;
  height: 36px;
}

.orange {
  background-color: #ff7621;
  border: none;
}

.black {
  color: white;
  background: url("../img/get_started_icon.fcaf9a64542d.svg");
  background-position: 112px 12px;
  background-repeat: no-repeat;
  padding-right: 28px;
  background-color: #000;
  border: 1px solid white;
}

.white {
  color: #000;
  background: url("../img/get_started_icon2.50b8e4956418.svg");
  background-position: 112px 14px;
  background-repeat: no-repeat;
  padding-right: 28px;
  background-color: #FFFFFF;
  border: none;
}

.button-div {
  width: 85%;
  justify-content: space-between;
  display: flex;
}

.form-login-header {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.8em;
  margin-top: 1em;
}

.form-errors {
  color: #ff0015;
}

.release-notes {
  grid-column: 3/-1;
  grid-row: 1/-1;
  padding-bottom: 10px;
}

.action-title-pages {
  display: block;
}

.action-body-pages {
  display: block;
  margin-top: 0.5em;
}

.action-block {
  display: inline-block;
}

.button {
  display: flex;
  align-items: center;
}

.button-group {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
}

.already-have {
  width: 70%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #E5E5E5;
  text-decoration: none;
  color: black;
  padding-left: 1em;
}

.get-started {
  background-color: #FF7621;
  width: 30%;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

.gs-input {
  color: #FFFFFF;
  background-color: #FF7621;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: 700;
  cursor: pointer;
}

.login-button {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  background-color: #E5E5E5;
}

.login {
  font-weight: 700;
  text-decoration: underline;
}

.arrow-icon {
  margin: auto;
  padding-right: 20px;
}

.back-icon {
  padding-right: 10px;
}

.action-pages {
  display: flex;
  justify-content: space-between;
  padding: 1em 1em 1em 1em;
  width: 80%;
  color: #fff;
  position: relative;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
.action-pages h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.action-pages:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.action-body-pages {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.logout {
  margin-top: 1.5em;
  text-decoration: none;
}

.error-container {
  padding: 50px;
  line-height: 1.8;
}

.error-container .error-details {
  margin-top: 2rem;
  line-height: 1;
}

.error-container .error-details .title {
  padding-bottom: 1rem;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.error-container .error-details pre {
  border-left: 0.25rem solid;
  padding: 0.5rem 0 0.5rem 1rem;
  font-family: Courier;
}
/*# sourceMappingURL=connect.css.map */
