@font-face {
  font-family: "Prompt";
  src: url("/static/fonts/Prompt-Regular.ttf") format("truetype");
}

* {
  font-family: "Prompt" !important;
}

body {
  font-family: "Prompt";
}

.google {
  background-color: #ffffff;
  color: #5f6368;
  box-shadow: 0px 2px 3px #00000029;
}

.head {
  font-size: 32 !important;
  font-family: "Prompt";
}

.title {
  font-size: 0.875rem !important;
  font-family: "Prompt";
}

.forgot {
  color: #b5bcc6;
}

.login {
  background-color: #02a6e7;
  color: #ffffff;
}

.icon {
  width: 18px;
  height: 18px;
}

.wrap {
  display: inline;
  /* white-space: nowrap */
  position: relative;
}

.policy {
  color: #404040;
}

.error {
  color: red;
}

h1 {
  font-size: 1.375rem !important;
}
h2 {
  font-size: 1.125rem !important;
}
h3 {
  font-size: 1rem !important;
}
h4 {
  font-size: 0.875rem !important;
}

.f-14 {
  font-size: 0.875rem !important;
}

hr {
  position: absolute;
  width: 100%;
  bottom: -0.625em;
}

.text-fix-center {
  color: #e5e5e5;
  background-color: #ffffff;
  z-index: 1;
  text-align: center;
  width: 10em;
  font-size: 1em;
}
.f-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25em 0;
}
.relative {
  position: relative;
}
.terms-panel {
  height: 45vh !important;
  resize: unset !important;
  overflow: auto;
  border: 1px solid #e5e5e5;
  padding: 1.25em;
  margin-bottom: 1.25em;
}
*::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
*::-webkit-scrollbar-track {
  background-color: #fff;
}

/* scrollbar itself */
*::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
*::-webkit-scrollbar-button {
  display: none;
}

.t-indent {
  text-indent: 2em;
}

.full-width {
  width: 100%;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-20 {
  gap: 1.25em;
}

.uk-button {
  text-transform: unset !important;
}

.dsm-card {
  width: 39.625rem;
  min-height: 20.625rem;
  display: flex;
  padding: 69px 60px;
  flex-direction: column;
  align-items: center;
}

.inner-card {
  width: 31.25rem;
}
@media screen and (max-width: 480px) {
  .dsm-card {
    width: 100%;
    height: 100%;
    box-shadow: none;
    padding: 69px 12px;
  }
  .inner-card {
    width: unset;
  }
}

.no-mt {
  margin-top: 0;
}
.no-mb {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 1.25em;
}

.mr-10 {
  margin-right: 0.625em;
}

.mt-10 {
  margin-top: 0.625em;
}

.mb-10 {
  margin-bottom: 0.625em;
}

.text-center {
  text-align: center;
}

.dsm-btn {
  width: 10rem;
  padding: unset;
}
.dsm-f-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 46px 0;
}
