.center-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.icon:hover {
  color: #0099ff;
  cursor: pointer;
}

.error-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
  outline: 0 none;
}
.error-input {
  border-color: rgba(255, 0, 0, 0.8);
}

.custom-anchor {
  color: #004997;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.custom-anchor:hover {
  color: #b30000;
  text-decoration: underline;
}
