




.body_ihmf_c>h3>span>img {
  width: 65px;
}
.footer_ihmf_c {
  border-top: 1px solid #eee;
    background-color: #f4f5f9;
    padding: 3px 13px;
    color: #4a4a4a;
    font-family: lato;
    font-weight: bold;
    height: auto;
}
.body_ihmf_c {
  background-color: #fff;
  color: #000;
  padding: 15px 25px;
  min-height: 46vh;
  overflow-y: auto;
}
.body_ihmf_c>h3 {
  font-family: lato;
  font-size: 15px;
  font-weight: normal;
  color: #861f41;
  text-align: center;
  padding: 5px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
  margin: 0px;
}
.body_ihmf_c>h3 span {
  display: block;
  font-size: 16px;
}
.body_ihmf_c>p {
  font-size: 13px;
  font-family: arial;
  color: #828282;
  font-weight: normal;
  padding: 8px 0px;
}
.text_otp {
  width: 60%;
  margin: auto;
}
.msg_otp {
  width: 100%;
  font-family: arial;
  font-size: 11px;
  color: #828282;
  text-align: center;
}
.confirm_btn {
color: #fff;
background: #97144d;
width: auto;
float: right;
}
#otp>div.modal-dialog{
  max-width: 40%;
  margin: 5.75rem auto;
}
#otp .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  box-shadow: 0px 1px 12px 1px #ccc;
}
