html body {
  /* padding-top: 40px;
    padding-bottom: 40px; */
  background-color: #eee;
  background-color: #c3c1c1cc;
  height: 100vh;
  overflow: auto;
  min-height: 650px;
  /* height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.isicrunch-footer {
  width: 100%;
}

.auth-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 60px);
  min-height: 500px;
  padding: 15px;
}

.form-signin {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 477px;
  padding: 40px;
  margin: 0 auto;
  background-color: #9898988f;
}

.register-form {
  max-width: 1080px;
}

.auth-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 60px);
  min-height: 500px;
  padding: 15px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 25px;
}

.form-signin .form-signin-heading {
  text-align: center;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin input.form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input,
.form-signin select {
  /* margin-bottom: 15px; */
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
}

.dropdown-item:hover {
  color: var(--primary-color);
}

.dropdown-item:active {
  background-color: #e9ecef;
}

.dropdown-item.active {
  background-color: var(--primary-color);
}

.bootstrap-select.form-control {
  border: 1px solid #ced4da;
}

.bootstrap-select button:disabled {
  background-color: #e9ecef;
  opacity: 1;
  color: #495057;
}

.bootstrap-select .dropdown-menu.inner {
  max-height: 300px;
}

.connectFormButtons {
  width: 100%;
  display: block;
  text-align: right;
}

.submitButton {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  /* margin-top: 25px; */
}

.hidden {
  display: none;
}

.superadminButton {
  text-align: right;
  display: block;
}

.superadminButton i {
  cursor: pointer;
  color: var(--primary-color);
}

a.underlinedLink {
  text-decoration: underline;
  color: var(--primary-color);
}

.forgotPasswordLink {
  width: 100%;
  text-align: center;
}

.registerLink {
  margin-left: 1rem;
}

.authLink {
  text-align: right;
}

.inscriptionCodeLink {
  width: 100%;
  text-align: center;
  padding-top: 0.5rem;
}

.input-group-addon i {
  color: var(--primary-color);
}

.auth-bottom-menu {
  padding-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
}

.register-bottom-menu {
  padding-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.isicrunch-footer {
  padding: 0;
}
