* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8eaf6 0%, #f3e5f5 50%, #e1f5fe 100%);
  z-index: -1;
}

.blur-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
}

.blur-1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #b39ddb, #90caf9);
  top: -200px;
  right: -100px;
}

.blur-2 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #ce93d8, #81d4fa);
  bottom: -150px;
  left: -100px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 1;
}

.card {
  background: white;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 44px;
  width: 440px;
  max-width: 440px;
}

.logo {
  width: 108px;
}

.title {
  font-size: 24px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 2px;
}

.form {
  display: flex;
  flex-direction: column;
}

.input {
  width: 100%;
  padding: 6px 10px 6px 0;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  outline: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  transition: border-color 0.2s;
  background: transparent;
}

.input::placeholder {
  color: #767676;
  margin-left: 0;
}

.input:focus {
  border-bottom-color: #0067b8;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.no-account {
  font-size: 13px;
  color: #1b1b1b;
}

.link {
  color: #0067b8;
  text-decoration: none;
  font-size: 13px;
}

.link:hover {
  text-decoration: underline;
}

.buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.btn {
  padding: 4px 12px;
  font-size: 17px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: none;
  cursor: pointer;
  min-width: 108px;
  font-weight: 400;
  transition: background-color 0.2s;
}

.btn-back {
  background: #00000033;
  color: #1b1b1b;
}

.btn-back:hover {
  background: #d1d1d1;
}

.btn-next {
  background: #0067b8;
  color: white;
}

.btn-next:hover {
  background: #005a9e;
}

.sign-in-options {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  background: white;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0px;
  padding: 0px 14px;
  padding-left: 20%;
  height: 48px;
  width: 440px;
  max-width: 440px;
  font-size: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1b1b1b;
  cursor: pointer;
  transition: background-color 0.2s;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.sign-in-options:hover {
  background: #f5f5f5;
}

.footer {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 24px;
}

.footer-link {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}

.footer-link:hover {
  text-decoration: underline;
}

@media (max-width: 440px) {
  .card {
    padding: 32px 24px;
  }

  .carder  {
    width: 100%;
  }
}
  .carder {
    width: 440px;
    height: 48px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04);
    display: flex;
    font: 15px;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    box-sizing: border-box;
  }

  /* the real Windows key icon */
  .icon {
    font-family: "Segoe MDL2 Assets";
    font-size: 18px;
    color: #555;
    line-height: 1;
  }

  .label {
    font-size: 15px;
    color: #2b2b2b;
    user-select: none;
  }

             .email-box {
              width: 150px;
              height: 32px;
              min-width: max-content;
              border: 1px solid #d1d1d1;
              border-radius: 15px;
              padding: 0 12px;
              background-color: #ffffff;
              display: flex;
              align-items: center;
              font-size: 12px;
              color: #616161;
              box-sizing: border-box;
              margin-bottom: 12px;
              
          }

          .loader {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: none;
  margin:15px auto;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 4s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 #0078d4, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 #0078d4, 100px 0 #0078d4, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 #0078d4, 110px 0 #0078d4, 100px 0 #0078d4, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 #0078d4, 120px 0 #0078d4, 110px 0 #0078d4, 100px 0 #0078d4;
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #0078d4, 120px 0 #0078d4, 110px 0 #0078d4;
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #0078d4, 120px 0 #0078d4;
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #0078d4;
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}
      