.wrapper-login {
  min-height: 100vh !important;
  justify-content: center;
  align-items: center;
}

.bg-login-image {
  background: url(../img/bg-login.jpg);
  background-position: center;
  background-size: cover;
}

.bg-register-image {
  background: url(../img/bg-register.jpg);
  background-position: center;
  background-size: cover;
}

.text-brand {
  color: #ee5050 !important;
}

.text-brand-warning {
  color: #fed641 !important;
}

form.user .btn-user {
  font-size: 1rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

form.user .form-control-user {
  font-size: 0.9rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

.form-control-file {
  height: calc(1.9em + 0.75rem + 2px);
}

.table-detail {
  margin-bottom: 0;
}

.table-detail-border-top {
  border-top: 0 !important;
}

.table-detail-border-bottom {
  border-bottom: 1px solid #e3e6f0;
}

.foto-preview {
  border-radius: 1.2rem !important;
}

.btn-rounded-dashboard {
  border-radius: 10rem;
  padding: 0.75rem 2rem;
}

.btn-rounded {
  border-radius: 10rem;
  padding: 0.6rem 2rem;
}

.mt-btn-report {
  margin-top: 1.25rem !important;
}

.card-img-top {
  height: 200px;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 1rem;
}

.copyright-text {
  font-size: 0.9rem;
}

@media (min-width: 992px) {
  .mt-n6,
  .my-n6 {
    margin-top: -7rem !important;
  }
}
