.card-body {
  padding: 0 20px 5px 20px !important;
}

.red-emphasis,
.account span.fa-sharp.fa-solid.fa-exclamation-triangle {
  font-size: 14pt !important;
}

span.fa-sharp.fa-solid.fa-eye,
span.fa-sharp.fa-solid.fa-eye-slash {
  color: #e5242b !important;
  font-size: 11pt !important;
}

input::-ms-reveal {
  display: none;
}

.btn {
  font-size: 12pt;
}

.popover {
  min-width: unset;
  text-align: center;
}

.text-danger li {
  padding: 20px 0 0 0;
  margin-left: -30px;
  text-align: center;
  font-size: 14pt;
}

#main-footer {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 70px !important;
  }
  #main-footer {
    margin-top: 0;
  }
}