body {
    padding: 0%;
    margin: 0%;
    font-family: sans-serif;
    font-size: 17px;
    letter-spacing: .8px;
}

.BodyContent{
  background: url(../Images/Savin-NY-Website-Background-Web.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.LoginOtpContainer{
	width:100%;
}
.Head{
	padding:10px;
	}
.corner-top-left{
  width: 610px;
  height: 339px;
  position: absolute;
  top: -109px;
  left: -134px;
  border-bottom-right-radius: 60%;
  z-index: -1;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  /* background: radial-gradient(circle at center, #3192f7, #172fa9); */
  transform: rotate(334deg);
}
.corner-bottom-right{
  width: 250px;
  height: 230px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top-left-radius: 60%;
  z-index: -1;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  /* background: radial-gradient(circle at center, #3192f7, #172fa9); */
}
.LoginCard{
  width: 62%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7% auto auto auto;
  animation: mymove 4s infinite;
  border: 1px solid #f9f9f9;
  background: #fff;
  border-radius: 5px;
  padding: 20px 5px 50px 5px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.75em, rgba(90, 125, 188, 0.05) 0px 0.75em 2em;
    animation: mymove 4s infinite;
}

@keyframes mymove {
  50% {border-color: white;}

}
.InnerCard{
    width: 40%;
    margin: 5% auto 10% auto;
}
.LoginFlexPicture{
  width: 65%;
}
.LogCardHead{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #054696;
}
.ImgLogin{
  width: 100%;
}
.CardHead{
  font-size: 17px;
  color: #0e5cbd;
}
.TextCont{
    display: flex;
    position: relative;
}
.TxtSpan{
  position: absolute;
  box-sizing: border-box;
  padding-inline: 0.5em;
  border: none;
  left: 70%;
  text-align: center;
  align-content: center;
  top: 15%;
    
}
.InputContainer {
    border-bottom: #5891ff;
    position: relative;
    width: 100%;
    margin: 5% auto auto auto;
   }
  
   input:hover {
    background: rgb(255, 255, 255);
   }
   input:focus {
    outline: none;
    background: rgb(255, 255, 255);
   }
   #PassEYE{
    width: 30px;
   }
   #Person{
    width: 30px;
   }
   .SbmtBtn{
    padding: 10px;
    width: 85%;
    border: none;
    /* background: linear-gradient(135deg, #182351, #4b6fdd); */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 24px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    cursor: pointer;
   }
   .SbmtBtn:hover{
border: 2px solid #182351;
color: black;
background:white;

   }
   .Link{
    text-decoration: underline;
    color: #270cbf;
    border: none;
    background-color: transparent;

   }
   .LinkCont{
    margin: 5% auto auto auto;
   }
   .Center{
    background: #fff;
    position: absolute;
    top: -12%;
    display: flex;
    border-radius: 50%;
    margin: auto;
    left: 40%;
    border: 1px solid gainsboro;
    justify-content: center;
    align-items: center;
  }

  input::placeholder{
    color: #555;
  }

.input {
  width: 85%;
  padding: 13px 20px;
  border-radius: 49px;
  color: #555;
  background: #f9f9f9;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  outline: none;
  position: relative;
  box-shadow: 0 0 4px #839dc5;
  background: linear-gradient(#dde2ed, #ffffff) padding-box, radial-gradient(farthest-corner at var(--x, 3%) var(--y, 5%), #ffffff, #ffffff, #ffffff, #c1c1c1ad, #485dab, #d5dfff, #ffffff) border-box;
  /* background: linear-gradient(#d4dbeb, #ffffff) padding-box, radial-gradient(farthest-corner at var(--x, 3%) var(--y, 5%), #6292fd, #ffffff, #ffffff, #2fccff, #1a1a22, #ffffff) border-box; */
  animation: glitter-shimmer-4 5s linear infinite;
}
.Error {
  color: #ff0023;
    padding: 5px 15px;
    font-size: 15px;
}

@keyframes glitter-shimmer-4 {
  0% {
      background-position: 0% 0%;
  }

  100% {
      background-position: 100% 100%;
  }
}


.input:focus {
  animation: glitter-shimmer-4 2s linear infinite;
  box-shadow: 0 0 5px #2674bd, 0 0 2px #2f54b9;
}

.entry-screen {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; /* Ensure form is above emojis */
}

.Alert {
  content: '';
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1500;
  height: 100%;
  background-color: rgb(87 85 85 / 44%);
  backdrop-filter: blur(2px);
}

.InnerMask {
  width: 20%;
  background: #fff;
  margin: 15% auto;
  padding: 1%;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #f9f9f9;
  animation: Zoom 0.6s ease forwards;
}
.ErrorMsk,.SuccessMsk{
  animation: FloatMask 4s ease-in-out infinite;
}
@keyframes Zoom {
  from{
      opacity:0;
      transform: scale(0.85) translateY(30px);
  }
  to{
      opacity: 1;
      transform: scale(1) translateY(0);

  }
}
.MskContent {
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
}
.MskBtnContainer{
  display: flex;
  justify-content: center;
  align-content: space-between;
  column-gap: 15px;
}
@keyframes FloatMask {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.clsBtnAlertMsk{
  padding: 5px;
  border: 1px solid #f9f9f9;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 6px;
  cursor: pointer;
  width: 25%;
  font-weight: 600;
  font-size: 15px;
}
.clsBtnAlertMsk:hover{
  padding: 5px;
  border: 1px solid #f9f9f9;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 6px;
  cursor: pointer;
  width: 25%;
  font-weight: 600;
  font-size: 15px;

}
@media (min-width: 300px) and (max-width:500px) {
  .corner-bottom-right{
    display: none;

  }
  .corner-top-left{
    display: none;
  }
  .LoginCard
   {
      width: 75%;
      flex-direction: column;
   }
   .BtnContent{
    width: 100%;
    margin: auto !important;
    display: flex;
    justify-content: center;
   }
   .SbmtBtn {
    padding: 10px;
    width: 90%;
   }
   .InnerCard {
    width: 100%;
    margin: auto;
   }

   .TxtSpan {
    left: 80%;
    top: 19%;
   }
#PassEYE,#Person{
  width: 20px;
}
.input {
  width: 90%;
  padding: 10px 15px;
  margin: auto;
}

.InnerMask {
  width: 45%;
  background: #fff;
  margin: 41% auto;
}
}



  
  /* OTP Section */
  .otp-section {
      display: none;
      animation: fadeIn 0.5s ease-in;
  }

  .otp-section.active {
      display: block;
  }

  .otp-info {
    background: ghostwhite;
    border: 1px solid #e8ebeb;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 20px;
      text-align: center;
  }

  .otp-info-text {
      color: #0c5460;
      font-size: 14px;
      margin-bottom: 10px;
  }

  .otp-timer {
      font-weight: bold;
      color: #667eea;
      font-size: 16px;
  }

  .otp-inputs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    padding-top: 10px;
    justify-content: space-evenly;
  }

  .otp-input {
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      border: 2px solid #e9ecef;
      border-radius: 8px;
      background: #f8f9fa;
      transition: all 0.3s ease;
  }

  .otp-input:focus {
      outline: none;
      border-color: #667eea;
      background: white;
      box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  }

  .otp-input:valid {
    border-color: #764ba2;
    background: #889eff42;
  }
  .form-group{
    padding: 5px;
    width: 95%;
  }

  .resend-otp {
      background: none;
      border: none;
      color: #667eea;
      cursor: pointer;
      font-size: 14px;
      text-decoration: underline;
  }

  .resend-otp:hover {
      color: #5a6fd8;
  }

  .resend-otp:disabled {
      color: #bdc3c7;
      cursor: not-allowed;
      text-decoration: none;
  }

  /* Button Styles */
  .btn {
      padding: 15px 20px;
      border: none;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
  }

  .btn-primary {
      background: linear-gradient(135deg, #182351, #4b6fdd);
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
  }

  .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
  }

  .btn-primary:active {
      transform: translateY(0);
  }

  .btn-secondary {
    background: transparent;
    text-decoration: underline;
    color: #4747fb;
  }

  /* .btn-secondary:hover {
      background: #5a6268;
      transform: translateY(-2px);
  } */

  .btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      transform: none !important;
  }

  /* Loading Spinner */
  .spinner {
      width: 20px;
      height: 20px;
      border: 2px solid #ffffff;
      border-top: 2px solid transparent;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin-right: 10px;
  }

  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }

  /* Error Message */
  .error-message {
      color: #e74c3c;
      font-size: 14px;
      margin-top: 5px;
      display: none;
  }

  .error-message.show {
      display: block;
  }

  /* Success Message */
  .success-message {
      background: #d4edda;
      border: 1px solid #c3e6cb;
      color: #155724;
      padding: 15px;
      border-radius: 8px;
      margin-bottom: 20px;
      text-align: center;
      display: none;
  }

  .success-message.show {
      display: block;
  }

  /* Responsive Design */
  @media (max-width: 480px) {
     

      .form-input {
          padding: 12px 15px;
          font-size: 14px;
      }

      .otp-input {
          width: 40px;
          height: 40px;
          font-size: 18px;
      }

      .btn {
          padding: 12px 15px;
          font-size: 14px;
      }
  }

  /* Animations */
  .fadeIn {
      animation: fadeIn 0.5s ease-in;
  }

  @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
  }

  .shake {
      animation: shake 0.5s ease-in-out;
  }

  @keyframes shake {
      0%, 100% { transform: translateX(0); }
      25% { transform: translateX(-5px); }
      75% { transform: translateX(5px); }
  }

  .LoginOtpContainer{
    display: flex;
    color: red;
  }

  
.points_wrapper {
  /* overflow: hidden; */
  width: 100%;
  /* height: 100%; */
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.points_wrapper .point {
  bottom: -10px;
  position: absolute;
  animation: floating-points infinite ease-in-out;
  pointer-events: none;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 9999px;
}
@keyframes floating-points {
  0% {
    transform: translateY(100px);
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateY(-1px);
    opacity: 0;
  }
}
.points_wrapper .point:nth-child(1) {
  left: 10%;
  opacity: 1;
  animation-duration: 2.35s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(2) {
  left: 30%;
  opacity: 0.7;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
.points_wrapper .point:nth-child(3) {
  left: 25%;
  opacity: 0.8;
  animation-duration: 2.2s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(4) {
  left: 44%;
  opacity: 0.6;
  animation-duration: 2.05s;
}
.points_wrapper .point:nth-child(5) {
  left: 50%;
  opacity: 1;
  animation-duration: 1.9s;
}
.points_wrapper .point:nth-child(6) {
  left: 75%;
  opacity: 0.5;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.points_wrapper .point:nth-child(7) {
  left: 88%;
  opacity: 0.9;
  animation-duration: 2.2s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(8) {
  left: 58%;
  opacity: 0.8;
  animation-duration: 2.25s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(9) {
  left: 98%;
  opacity: 0.6;
  animation-duration: 2.6s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(10) {
  left: 65%;
  opacity: 1;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}
