	/* Login Box */
.log-in-box {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Title */
.log-in-title h3 {
  font-weight: 700;
  color: #222;
}

.log-in-title h3 span {
  color: #0da487; /* Fastkart green */
}

.log-in-title p {
  font-size: 14px;
}

/* Inputs */
.form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #0da487;
  box-shadow: 0 0 0 0.15rem rgba(13, 164, 135, 0.25);
}

/* Forgot password */
.forgot-password {
  font-size: 14px;
  color: #0da487;
  font-weight: 500;
}

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

/* Login Button */
.btn-login {
  background: linear-gradient(135deg, #0da487, #13c1a3);
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  border: none;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background: linear-gradient(135deg, #0b8f76, #0da487);
  transform: translateY(-1px);
}

/* Sign up */
.sign-up-box p {
  font-size: 14px;
}

.sign-link {
  color: #0da487;
  font-weight: 600;
}

.sign-link:hover {
  text-decoration: underline;
}

/* Image container */
.image-contain img {
  max-width: 85%;
}
</style>	<style>
	/* Login Box */
.log-in-box {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Title */
.log-in-title h3 {
  font-weight: 700;
  color: #222;
}

.log-in-title h3 span {
  color: #0da487; /* Fastkart green */
}

.log-in-title p {
  font-size: 14px;
}

/* Inputs */
.form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #0da487;
  box-shadow: 0 0 0 0.15rem rgba(13, 164, 135, 0.25);
}

/* Forgot password */
.forgot-password {
  font-size: 14px;
  color: #0da487;
  font-weight: 500;
}

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

/* Login Button */
.btn-login {
  background: linear-gradient(135deg, #0da487, #13c1a3);
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  border: none;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background: linear-gradient(135deg, #0b8f76, #0da487);
  transform: translateY(-1px);
}

/* Sign up */
.sign-up-box p {
  font-size: 14px;
}

.sign-link {
  color: #0da487;
  font-weight: 600;
}

.sign-link:hover {
  text-decoration: underline;
}

/* Image container */
.image-contain img {
  max-width: 85%;
}
