@font-face {
    font-family: 'freightneo_probook';
    src: url('../fonts/freight-neo-pro-book.woff2') format('woff2'),
      url('../fonts/freight-neo-pro-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
*::-webkit-scrollbar {display: none;}
*{-ms-overflow-style: none;scrollbar-width: none;}
body {
  background-color: #F2EEE4;
  position: relative;
  z-index: 1;
}
body:after {
  content: "";
  background: url('../images/red-star-shape.svg') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#container {
  background: transparent;
  position: relative;
  inset: 0;
  display: block;
  height: 100% !important;
  padding-bottom: 0px !important;
  z-index: 1;
  padding: 12px !important;
}
#container:not(.no-nav) {
  height: 100% !important;
}
#container.no-nav {
  top: 0 !important;
  height: 100% !important;
}
header{
  display: none !important;
}
.footer-navigation{
    display: none !important;
}
input:focus,input:focus-visible, button:focus, button:focus-visible,
select:focus,select:focus-visible{
    outline: none;
}


.sing-email-page{
  width: 100%;
  position: relative;
  height: 100%;
}
.sing-topbar{
  background: transparent;
  padding:8px 0px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 33px;
}
.back-btn {
  background: #E0DBD3;
  border: 0;
  padding: 0;
  width: 32px;
  flex: 0 0 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.sing-topbar p {
  color: #0A1321;
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  flex: 1;
  text-align: center;
  padding-right: 36px;
}
.heading{
  margin-bottom: 24px;
  text-align: left;
}
.heading h1{
  color: #0A1321;
  font-family: 'freightneo_probook';
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
}
.heading p{
  margin-top: 8px;
  color: #0A1321;
  font-family: Host Grotesk;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.text-field input {
    background: #FFFFFFB2;
    box-shadow: 0px 0.5px 0.5px 0.5px #FFFFFF inset;
    box-shadow: 0px 4px 7px 0px #00000014;
    border-radius: 12px;
    padding: 16px 24px;
    color: #100F08;
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: 0;
    width: 100%;
}
.text-field input::placeholder{
    color: #100F08;
}

.sing-email-page .text-field input {
  padding: 24px 56px 24px 24px;
}
.sing-email-page .text-field label{
  color: #100F08;
  margin-bottom: 8px;
  display: block;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.continue-btn{
  margin-top: 24px;
  width: 100%;
}
.continue-btn button{
  background-color: #100F08;
  border-radius: 16px;
  border: 0;
  padding: 20px 24px;
  color: #fff;
  font-family: Host Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}
button.eye-icon {
  background: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}
.sing-email-page .text-field.pass input {
  padding: 26px 56px 26px 24px;
}
.info p{
    color: #100F08B2;
    font-family: Host Grotesk;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.info p b{
    color: #100F08;
    font-weight: 700;
}