
      html, body {
        font-family: "Afacad", serif;
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        background-color: #e9f8ff;
      }
      button:hover{box-shadow: rgb(121, 133, 255, 0.4) 5px 5px,rgb(121, 133, 255, 0.3) 10px 10px, rgb(121, 133, 255, 0.2) 15px 15px, rgb(121, 133, 255, 0.1) 20px 20px, rgb(121, 133, 255, 0.05) 25px 25px;
}
        h1{ 
            font-size: 73px !important;
            color: #283891 !important;
            line-height: 62px;
        }
              .form-control:focus {
        outline: none !important;
        box-shadow: none !important;
      }
     
      #signInEmail, #signUpEmail {
        font-size: 22px;
        font-weight: 500;
      }

      .floating-input {
        position: relative;
        background: white;
        border-radius: 12px !important;
      }

      .text-secondary-emphasis {
        color: #828f99 !important;
      }

      #togglePassword {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #007bff;
      }

      .invalid-feedback, .valid-feedback {
        display: none;
      }

      .btn.btn-primary.w-100 {
        font-weight: 600 !important;
        border-radius: 12px;
        height: 48px;
        background: #193e77;
        border: none;
      }

      .floating-input:focus-within {
        position: relative;
        background: white;
        border-radius: 12px !important;
        box-shadow: 0 0px 0px 2px #1b4b8a0a;
        outline: 2px;
      }

      #emailFeedback.active {
        margin-top: -12px;
        margin-bottom: 7px;
      }
      input{
        font-size: 22px !important;
        font-weight:bold !important;
      }

      .btn-group {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 20px;
      }

      .btn-group .btn {
        flex: 1;
      }

      .subscription-options {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
      }

      .subscription-card {
        cursor: pointer;
        border-radius: 12px;
        border: 2px solid #ddd;
        padding: 20px;
        text-align: center;
        transition: all 0.3s;
        width: 100%;
      }

      .subscription-card:hover {
        background-color: #f1f1f1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }

      .subscription-card.selected {
        border-color: #007bff;
        background-color: #007bff;
        color: white;
      }

      .subscription-options label {
        display: block;
        margin-bottom: 10px;
      }

      .form-floating {
        width: 100%;
      }

      .form-group {
        margin-bottom: 20px;
      }
      .feedback {
        font-size:14px;
  margin-top: 0; /* Default value for when feedback is not active */
  margin-bottom: 0; /* Default value for when feedback is not active */
}

.feedback.active-feedback {
  margin-top: -12px;
  margin-bottom: 6px;
}

      .form-control {
        border-radius: 12px;
      }
      .btn-group button {
        border: none;
      }
      .btn-group {
  background: #8c7eee1c;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid #0000ff08;
}
button:active {
  border-radius: 12px !important;
  padding: 11px;
  background: white !important;
  color: black !important;
  font-weight: 700;
}
button:hover {
  border-radius: 12px !important;
  padding: 11px;
  background: white !important;
  color: black !important;
  font-weight: 700;
}
.btn-active{
  background: white !important;
  font-weight:bold;

}
#loginButton,#signUpButton{
  color: black;
  font-size: 18px;
}
button{
  padding: 11px !important;
  border-radius:12px !important;
 
}
.login-bg {
  height: 360px;
  background-color: #808BFE;
  transform: rotate3d(1, 0, 0, 65deg);
  margin: 20px auto;
  transform: skew(0deg, 10deg);
  border-radius: 30px;
  z-index: -1;
  position: relative;
}
     
.footer-note {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #777;
}
.login-image img {
  margin-top: -38rem;
  position: relative;
  bottom: 0;
  z-index: 1;
  width:84%;
  margin-bottom: -356px;
}  

@media (max-width:992px){
  .login-image img {

  width: 51.9%;
  
}
.login-bg {
  height: 246px;
}
}
/* Optional: If you want to adjust the size or positioning for mobile screens */
@media (max-width: 767px) {
  .logo {
    margin-top: 10px; /* Adjusts margin for mobile devices */
  }

  .login-image {
    margin-top: 20px; /* Adds space between the logo and image */
  }

  .login-image img {
    width: 100%;   /* Ensures it scales properly on smaller screens */
    height: auto;  /* Maintains aspect ratio */
  }
}
 