body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #fff;
  font-family: Arial, sans-serif, CoinbaseSans, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.container {
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
  text-align: center;
}

h2 {
  color: #1a1a1a;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.subtext {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.input-field {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 1rem;
}

.btn {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.btn-alt {
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
}

.btn-alt:hover {
  background-color: #e6f0fa;
}

.divider {
  color: #666;
  margin: 1rem 0;
}

.policy-text {
  color: #666;
  font-size: 0.75rem;
  margin-top: 1rem;
}

.icon {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.phone-lable {
  text-align: start;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(10, 11, 13);
  font-family: Segoe UI;
  margin-bottom: 12px;
}

.form-input {
  width: 90%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Segoe UI;
  padding: 16px;
  border-radius: 5px;
}

header {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}

.logo {
  width: 40px;
  height: 40px;
  background-color: #0052ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.sign-in-link {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}


.btn-continue {
  color: #fff;
  height: 56px;
  border-radius: 56px;
  background: rgb(128, 169, 255);
  cursor: auto;
}

#submitBtn.active {
  background: rgb(0, 82, 255);
  cursor: pointer;
}

.btnIcons {
  background: rgb(238, 240, 243);
  border: none;
  color: #0A0B0D;
  padding: 20px;
  font-weight: 600;
}

.btnIcons span:first-child {
  float: left;
}

.btnIcons:hover {
  background: rgb(206 211 219);
}

.password-wrapper {
  position: relative;
  width: 100%;
}

.toggle-password {
  position: absolute;
  top: 40%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.toggle-password:hover {
  color: #000;
}

.forgot-password {
  display: flex;
}

.forgot-password-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: start;
  color: rgb(0, 82, 255);
  cursor: pointer;
  margin-bottom: 20px;
}

.cds-flex-f1tjavv3 {
  display: flex;
}

.cds-1-_1w0e50j {
  gap: 8px;
}

.cds-2-_1o1v48h {
  padding: 5px 0px 5px 12px;
}

.cds-row-r1cf21wt {
  flex-direction: row;
}

.cds-center-c14yogr6 {
  align-items: center;
}

.cds-pressableResetStyles-p1nrmodp {
  padding: 0;
}

.cds-interactable-i17wmk8f {
  appearance: none;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  position: relative;
  border: 1px solid rgb(91, 97, 110, 0.2);
  border-width: 1px;
  transform: scale(1);
  padding: 0;
}

.width-ws51euf {
  width: 100%;
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.cds-headline-h4steop {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: Segoe UI;
}