@font-face {
  font-family: 'SF Pro';
  src: url('/wp-content/themes/tappd-new/fonts/SF-Pro.ttf');
}


/* Body styles will affect the entire page */
body {
  margin: 0rem;
  font-family: 'SF Pro';
}

@media (min-width: 500px) {
  html, body {
    height: 100%;
    margin: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  
  body {
    width: 400px;
    height: 900px;
    margin: 2rem 0;
    border: 6px solid black;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    
    /* Fix: Align items inside body vertically (stacked) */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto; 

  }

  .container {
    border-radius: 40px;
  }
}

/* Main container */
.container {
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 9.375rem 3.75rem 0 3.75rem;
}

.container-two {
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 9.375rem 0.9375rem 0 0.9375rem;
}

@media (max-height: 800px) {
  .container {
    padding: 8rem 3.75rem 0 3.75rem;
  }

  .container-two {
    padding: 8rem 0.9375rem 0 0.9375rem;
  }
}

@media (max-width: 380px) {
  .container {
    padding: 8rem 3rem 0 3rem;
  }
}

@media (min-height: 900px) {
  .container {
    padding: 12rem 3.75rem 0 3.75rem;
  }
}



.welcome-text-container {
  display: flex;
  flex-direction: column;
  width:100%;
  align-items: flex-start; 
}

.button-submit {
  width: 100%;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
  background: #767676;
  border: 0px solid #767676;
}

.button-submit:not([disabled]):hover {
  cursor: pointer;
}

button:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}

#submit {
  color: #FFF;
  font-family: 'SF Pro';
  font-size: 1.11988rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

span {
  font-family: 'SF Pro';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #3F3C3C;
}

h1 {
  color:#000;
  font-weight: 510;
  font-size: 3.125rem;
  line-height: normal;
}

h2 {
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

p {
  color: #3F3C3C;
  font-size: 0.89563rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}