.modal-pim {
  border-radius: 0px;
}
.modal-pim form {
  margin: 0;
}
.modal-header {
  background-color: whitesmoke;
  text-align: center;
  box-sizing: border-box;
}
.modal-header h4 {
  font-weight: normal;
}
.modal-header .close {
  line-height: 10px;
  font-weight: normal;
  font-size: 25px;
  opacity: 1;
}
.modal-footer {
  border-top: none;
  border-radius: 0px;
}
