body {
  background-color: #090909 !important;
}

.top-bar .search-container {
  display: none !important;
}

.content-box {
  width: 100% !important;
}

.auth-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.auth-card {
  width: 50%;
  color: #fff;
  padding: 3.125rem;
  margin: auto;
}

.auth-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.75rem;
  color: #b1b1b1;
}

.auth-form {
  display: flex;
  flex-direction: column;
}

.auth-input {
  padding: 0.75rem 0.875rem;
  font-size: 0.9375rem;
  border: none;
  border-radius: 0.625rem;
  background-color: #2a2a2a;
  color: #fff;
  margin-bottom: 1.25rem;
}

.auth-input::placeholder {
  color: #aaa;
}

.auth-button {
  background-color: #6e4f6f;
  color: #fcd5fd;
  border: none;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.registration-box {
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  align-items: center;
  width: 50%;
  background-color: #33153c;
  background: linear-gradient(
    90deg,
    rgba(113, 51, 125, 1) 0%,
    rgba(94, 65, 133, 1) 50%,
    rgba(87, 73, 158, 1) 100%
  );
  border-radius: 3.75rem 2.5rem 2.5rem 2.5rem;
  text-align: center;
}

.reg-section {
  padding: 1.25rem;
  margin: auto;
  background: #6e4f6f;
  border-radius: 3.75rem 2.5rem 2.5rem 2.5rem;
}

.reg-detail-sec {
  display: flex;
  flex-direction: column;
  margin: 1.25rem auto auto auto;
  color: #fff;
  padding: 1.25rem;
  border-radius: 3.75rem 2.5rem 2.5rem 2.5rem;
  background-color: #33153c;
  background-image: linear-gradient(
    90deg,
    rgba(113, 51, 125, 1) 0%,
    rgba(94, 65, 133, 1) 50%,
    rgba(87, 73, 158, 1) 100%
  );
}

.reg-detail-sec a {
  align-self: flex-end;
}

.reg-detail-sec p {
  font-size: 1.125rem;
  padding: 0 1.25rem;
  color: #fff;
  border-radius: 1.875rem;
}

.reg-btn {
  background: #fff;
  opacity: 80%;
  color: #6e4f6f;
  width: fit-content;
  padding: 0.9375rem 1.25rem;
  font-size: 1.25rem;
  margin: auto;
  border-radius: 0.4375rem;
  font-weight: bold;
  transition: background-color 0.1s ease;
}

.reg-btn:hover {
  opacity: 100%;
}

.reg-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.ad-box {
  display: none !important;
}

.auth-button:hover {
  background-color: #816c82;
  color: #fff;
}

#auth-section {
  background-color: #1a1a1a;
  background: linear-gradient(
    51deg,
    rgba(0, 0, 0, 1) 15%,
    rgba(26, 26, 26, 1) 49%
  );
  display: flex;
  border-radius: 2.5rem;
  width: 90%;
  max-width: 87.5rem;
  flex-direction: row-reverse;
}

.reg-line {
  margin-top: 1.25rem;
  text-align: center;
}

.reg-line a {
  font-weight: bold;
  color: #6e4f6f;
}

.reg-line a:hover {
  font-weight: bold;
  color: #816c82;
}

#error-box {
  width: 100%;
  background: #b13d3d !important;
  color: #f9c1c1 !important;
  font-size: 1.5625rem;
  font-weight: bold;
  padding: 0.625rem;
  border-radius: 0.4375rem;
  margin-bottom: 1.5625rem;
}

.site-logo {
  width: 15.625rem;
  margin: auto;
}

@media (max-width: 48rem) {
  .registration-box {
    border-radius: 0 0 2.5rem 2.5rem;
    width: 100% !important;
    padding: 2.5rem;
  }

  .reg-detail-sec,
  .reg-section {
    border-radius: 2.5rem;
  }

  #auth-section {
    flex-direction: column;
    width: 100% !important;
    border-radius: 0 !important;
    height: auto !important;
  }

  .auth-card {
    width: 100%;
    margin: auto auto 1.875rem auto;
  }

  .content-flex,
  .content-box {
    margin-top: 0.0625rem !important;
  }

  .auth-wrapper {
    margin-top: 0 !important;
  }
}

@media (min-width: 48.0625rem) and (max-width: 75rem) {
  #auth-section {
    width: 98%;
  }

  .registration-box {
    width: 60% !important;
  }

  .auth-card {
    width: 40% !important;
  }
}
