@font-face {
  font-family: 'gilroy';
  src:
    url('https://d33wubrfki0l68.cloudfront.net/fd837b5d1eb51a27613fe527be5e0d5f0816bc1b/c099b/fonts/gilroy-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy';
  src:
    url('https://d33wubrfki0l68.cloudfront.net/6a8dc1d71bd50b9b45519b2c68d6facd202276e6/d52a4/fonts/gilroy-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy';
  src:
    url('https://d33wubrfki0l68.cloudfront.net/0b6c77728689474a1835cb2452dac2f4d68fd22c/0612e/fonts/gilroy-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

.yext-email-verification__body {
  box-sizing: border-box;
  display: flex;
  font-family: 'gilroy', Helvetica, Arial, sans-serif;
  height: 100vh;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100vw;
}

.yext-email-verification__body * {
  box-sizing: border-box;
}

.yext-email-verification__content {
  align-items: center;
  display: inherit;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.yext-email-verification__content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

.yext-email-verification__content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.yext-email-verification__logo {
  height: 144px;
}

.yext-email-verification__button {
  align-items: center;
  background: #0F70F0;
  border-radius: 45px;
  border: 1px solid #0F70F0;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: 'gilroy', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 100%;
}

.yext-email-verification__button:hover,
.yext-email-verification__button:focus {
  outline: none;
  text-decoration: none;
}

.yext-email-verification__button:hover {
  background: #0C5ECB;
  border-color: #0C5ECB;
}

.yext-email-verification__button:focus {
  box-shadow: 0px 0px 4px 0px #0F70F0;
}

.request-link {
 color: #0C5ECB;
 cursor: pointer;
 font-size: 24px;
}

.countdown {
  color: #8896a1;
  margin: 0;
}

@media screen and (min-width: 435px) {
  .yext-email-verification__button {
    padding: 0 45px;
    width: auto;
  }
}

yext-email-verification__msg {
  margin-bottom: 32px;
}
