@font-face {
  font-family: "Gardens CM";
  src: url("./assets/subset-CM_GARDEN_R.eot");
  src: url("./assets/subset-CM_GARDEN_R.eot?#iefix") format("embedded-opentype"),
    url("./assets/subset-CM_GARDEN_R.woff2") format("woff2"),
    url("./assets/subset-CM_GARDEN_R.woff") format("woff"),
    url("./assets/subset-CM_GARDEN_R.ttf") format("truetype"),
    url("./assets/subset-CM_GARDEN_R.svg#CM_GARDEN_R") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #d2dcdc;
}

body {
  margin: 0;
}

html,
body,
input,
textarea {
  font-size: 16px;
  /* line-height: 1.15; */
  /* letter-spacing: -0.31px; */
  font-family: "Gardens CM", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";

  color: #0c3b86;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0.29px;
  font-weight: 400;
}

h2 {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.36px;
  font-weight: 400;
}

.wallpaper {
  background-image: url("./assets/wallpaper.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.container {
  max-width: 393px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0;
  margin-top: 48px;
}

.logo {
  height: 150px;
  margin-bottom: 16px;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  gap: 8px;

  background-color: #0c3b86;

  color: #fff;
  text-transform: uppercase;
}

.button img {
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.divider {
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.divider .line {
  width: 80%;
  height: 3px;
  background-color: #0c3b8629;
  border-radius: 100px;
}
