section.container {
  /* position: relative; */
  /* height: calc(100vh - 60px); */
  max-width: 500px;
  margin-top: 150px;
}

.register-fluid-form-box {
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
}

.register-fluid-form-box .card-body {
  max-width: 500px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}

.register-fluid-form-box .card-body .register-content {
  margin-top: 2rem;
}

.head-page h3 {
  font-size: 2.5rem;
}

.register-fluid-form-box .title-content {
  font-weight: 500;
  text-align: center;
}

.register-fluid-form-box .fa-logo {
  margin: 1rem;
  width: 100px;
}

.prefix {
  text-align: center;
  border-width: 1px;
  border-color: rgb(var(--primary));
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.form-control::placeholder {
  font-size: var(--text-small);
}

.register-fluid-form-box .register-direct a {
  color: rgb(var(--white));
  font-size: medium;
  text-decoration: none;
  font-size: var(--text-body);
}

.footer-alt a {
  color: rgb(var(--white));
  font-size: medium;
  text-decoration: none;
  font-size: var(--text-body);
}

.username {
  border-width: 1px;
  border-color: rgb(var(--primary));
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.form-label {
  margin-bottom: 0;
  padding-left: 3px;
}
.btn-register {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  section.container {
    margin-top: 60px;
  }

  .head-page h3 {
    font-size: calc(1.3rem + 0.6vw);
  }

  .register-fluid-form-box .card-body {
    padding: 1rem;
  }

}
.waiting-verify {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(var(--text-white), 0.6);
  color: rgb(var(--text-white)) !important;
}
.cancel-verify {
  cursor: pointer;
}
.cancel-verify:hover {
  border-bottom: 1px solid var(--bs-warning);
  cursor: pointer;
}
