
body, html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  color: #000;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 390px;
  margin: 0 auto;
  padding: 56px 20px 60px 20px; /* increased top/bottom padding for iPhone 13 spacing */
  box-sizing: border-box;
}

.google-icon {
  width: 74px;
  height: 24px;
  background-image: url('https://www.gstatic.com/images/branding/googlelogo/svg/googlelogo_clr_74x24px.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.title1 {
  font-size: 24px;
  font-weight: 400;
  
  margin-bottom: 30px; 
}

.subtitle {
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 28px;
  line-height: 1.6;
}

.email-row {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 32px;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.input-field {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  outline: none;
  background-color: #fff;
  color: #000;
}

.material-icons {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #1b5abe;
  vertical-align: middle;
  margin-right: 8px;
}

.section-title {
  font-size: 16px;
  margin-bottom: 18px;
}

.option {
  border-top: 1px solid #a7a7a7;
  padding: 18px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}


.option-text {
  font-size: 14px;
}

.option-subtext {
  font-size: 12px;
  color: #1e1c1c;
}

.alt-option {
  font-size: 14px;
  color: #1b5abe;
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.james {
  font-size: 20px;
  color: #343536;
  margin-right: 8px;
}

.checkbox-row {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 40px;
}

.checkbox-row input {
  margin-right: 8px;
}

.forgot {
  font-size: 14px;
  color: #8ab4f8;
  margin-bottom: 40px;
  display: inline-block;
  text-decoration: none;
}

.next-button {
  background-color: #1b65da;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 12px 28px;
  border-radius: 24px;
  cursor: pointer;
  float: right;
  margin-top: 32px;
}

.description {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 40px;
}

.text1{
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
}
.email-text {
    font-variation-settings: 'wght' 550;

  font-size: 14px;
}
.input-field {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  margin-bottom: 16px;
  outline: none;
  box-sizing: border-box;
  min-height: 48px; /* 🔑 Prevent height change on toggle */
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20
}

.button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.forgot {
  font-size: 14px;
  color: #1a73e8;
  text-decoration: none;
  line-height: 1;
}

.forgot:hover {
  text-decoration: underline;
}

.next-button {
  background: #1a73e8;
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 24px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
  line-height: 1;
}
