body {
  background: #0d0d0d;
}

.content {
  backdrop-filter: blur(5px);
  height: 100vh;
}

.content .container {
  color: white;
}

img.shap3 {
  position: absolute;
  right: 10%;
  top: 5%;
}

img.shap2 {
  position: absolute;
  bottom: 5%;
  right: 2%;
  height: 15%;
}

.inputs {
  display: flex;
  flex-direction: column;
}

img.shap1 {
  position: absolute;
  height: 55%;
  left: -14%;
  top: 41%;
  z-index: 0;
}

.logoAndTitle {
  top: 20px;
  left: 25px;
  position: absolute;
}

.content .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.logoAndTitle img {
  max-height: 100px;
  object-fit: contain;
}

.welcomeSection.col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-md-5.login {
  display: flex;
  align-items: center;
}

.col-md-5.login form {
  width: 90%;
}

.mainTitleLogin h2 {
  box-sizing: border-box;
}

.mainTitleLogin .supTitle {
  margin: 10px 0px;
}

.col-md-5.login .userAndPassword {
  padding: 5px 10px;
  margin: 10px 0px;
  background: none;
  border-style: solid;
  border-color: white;
  border-width: 0.3px;
  border-radius: 10px;
  color: white;
}

.d-f-a {
  display: flex;
  min-height: 70px;
}

.d-f-a span {
  font-size: x-large;
}

.col-md-5.login .btnLogin {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col-md-5.login .btnLogin .loginBtn {
  border: none;
  background-image: linear-gradient(90deg, #628eff, #570374);
  width: 100%;
  color: white;
  border-radius: 10px;
  margin: 13px;
  padding: 5px;
  transition: 1s;
  padding: 12px;
}

.col-md-5.login .btnLogin .loginBtn:hover {
  transform: scale(0.9);
}

.col-md-5.login .btnLogin button.reBtn {
  background: none;
  color: white;
  border: none;
}

.welcomeSection h4 {
  font-weight: 300;
  line-height: 1.6;
  color: #f1f1f1;
  font-size: 1.3rem;
}
.welcomeSection h4 strong {
  color: #628eff;
}

.copyright {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: #dcdcdc;
  font-weight: 400;
  text-transform: uppercase;
}

.copyright strong {
  color: #00bcd4;
}

.copyright::before,
.copyright::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #00bcd4;
  opacity: 0.6;
}

.copyright::before {
  left: -60px;
}

.copyright::after {
  right: -60px;
}

@media (max-width: 1024px) {
  .welcomeSection h4 {
    font-size: 1rem;
  }
}

@media (max-width: 767.9px) {
  .content {
    height: auto;
    min-height: 100vh;
    padding-bottom: 80px;
  }

  .content .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
    height: auto;
    padding: 30px 20px;
  }

  .welcomeSection.col-md-7,
  .col-md-5.login {
    width: 100%;
    max-width: 500px;
  }

  .welcomeSection h4 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 15px;
  }

  .logoAndTitle {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }

  .logoAndTitle img {
    max-height: 80px;
  }

  .col-md-5.login form {
    width: 100%;
  }

  .col-md-5.login .userAndPassword {
    font-size: 0.95rem;
  }

  .col-md-5.login .btnLogin .loginBtn {
    font-size: 1rem;
    padding: 10px;
  }

  .copyright {
    position: static;
    transform: none;
    margin-top: 30px;
  }

  .copyright::before,
  .copyright::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .welcomeSection h4 {
    font-size: 1rem;
    text-align: left;
  }

  .col-md-5.login .userAndPassword {
    padding: 8px;
  }

  .col-md-5.login .btnLogin .loginBtn {
    padding: 8px 0;
  }
}
