@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  outline: none !important;
}

body {
  max-height: 100vh;
  max-width: 100%;
  overflow: hidden;
}

.detail-one {
  width: 400px;
  height: 400px;
  background-color: #ff6801;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: -10;
}

.detail-two {
  width: 400px;
  height: 400px;
  background-color: #ff6801;
  border-radius: 50%;
  position: absolute;
  bottom: -200px;
  right: -200px;
  z-index: -10;
}

.detail-three {
  width: 400px;
  height: 400px;
  background-color: #9fefdf;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: 50%;
  z-index: -10;
}

.detail-four {
  width: 400px;
  height: 400px;
  background-color: #9fefdf;
  border-radius: 50%;
  position: absolute;
  bottom: -200px;
  right: 50%;
  z-index: -10;
}

.background-login {
  width: 100%;
  height: 100vh;
  background-color: var(--bs-primary);
  background-repeat: no-repeat;
  background-size: cover;
}

.login-content {
  position: relative;
  margin: 0 auto;
  padding: 10px 20px 50px 20px;
  width: 90%;
  height: auto;
  border: 2px solid rgb(255, 255, 255);
  color: #FFF;
  border-radius: 14px;
  background: rgb(255, 255, 255);
}
.login-content .logo-content {
  width: 100%;
}
.login-content .logo-content .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.login-content .form-authentic {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.forgot-password {
  text-align: center;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.create-account {
  color: #013857;
  text-align: center;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: 400;
}
.create-account .link-create-account {
  font-weight: 600;
  line-height: normal;
}

.all-events {
  text-align: center;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 720px) {
  .login-content {
    padding: 10px 50px 50px 50px;
    width: 900px;
    max-width: 80%;
  }
}

/*# sourceMappingURL=login.css.map */
