@import url("https://fonts.cdnfonts.com/css/poppins");
img {
  width: 100%;
}

/* 
* There should be more content in the page
* The color should be a lighter shade of blue
* The pictures should arranged in a better way
* The student picture should be more prnounced
*/

.breadcrumbs{
  font-size: 15px;
}

.logo {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.05);
}

.drop-side {
  background-position: center right;
  background-size: cover; /* Adjusted from cover to ensure full width while maintaining aspect ratio */
  background-repeat: no-repeat;
  background-image: url(../images/item-background/Ecommerce+.png);
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;

  h1 {
    font-size: 54px;
    color: var(--White);
    text-align: center;
    font-weight: 700;
    line-height: 1;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
  }

  p:last-child {
    font-size: 25px;
    color: var(--White);
    text-align: center;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    background-color: rgba(34, 117, 252, 0.3);
    padding: 10px 20px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
  }

  .p-first {
    font-size: 28px;
    margin-bottom: 12px;
    color: var(--White);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 8px 16px;
    border-radius: 4px;
    backdrop-filter: blur(2px);
  }
}

.main-content {
  width: 100%;
  order: 1;
}

.login-box {
  box-shadow: 0 10px 30px rgba(34, 117, 252, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
  padding: 35px;
  background-color: #fff;
}

.login-box:hover {
  box-shadow: 0 15px 35px rgba(34, 117, 252, 0.15);
  transform: translateY(-5px);
}

.login-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--Heading);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.login-box .body-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: var(--Body-Text);
  margin-bottom: 25px;
  letter-spacing: 0.3px;
}

.login-box .alert {
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.login-box .alert-danger {
  background-color: rgba(239, 68, 68, 0.1);
  color: var(--Palette-Red-500);
  border-left: 3px solid var(--Palette-Red-500);
  padding: 12px 15px;
}

.form-login fieldset {
  position: relative;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.form-login fieldset:focus-within {
  transform: translateY(-2px);
}

.form-login .body-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--Heading);
  letter-spacing: 0.3px;
}

.form-login .tf-color-1 {
  color: var(--Palette-Red-500);
}

.form-login input {
  transition: all 0.3s ease;
  border: 1px solid var(--Input);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: var(--Heading);
  padding: 12px 15px;
  border-radius: 8px;
  height: auto;
}

.form-login input:focus {
  border-color: var(--Main);
  box-shadow: 0 0 0 3px rgba(34, 117, 252, 0.2);
  outline: none;
}

.form-login input::placeholder {
  color: var(--Text-Holder);
  font-size: 14px;
  font-weight: 400;
}

.form-login .show-pass {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--Icon);
  transition: color 0.2s ease;
}

.form-login .show-pass:hover {
  color: var(--Main);
}

.tf-button {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 14px 24px;
  border-radius: 10px;
  background-color: var(--Main);
  color: var(--White);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(34, 117, 252, 0.3);
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  20% {
    transform: scale(25, 25);
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.tf-color {
  color: var(--Main);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tf-color:hover {
  color: #1a68e5;
  text-decoration: underline;
}

.tf-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.tf-button:hover::after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}

@media screen and (max-width: 600px) {
  .drop-side {
    height: 70vh;
    width: 100%;

    order: 1;
  }

  .main-content {
    order: 2;
  }
}

@media screen and (min-width: 1200px) {
  .drop-side {
    background-size: contain 100%;
  }
}
