.img-modal{
  width: 35px;
  height: 35px;
  margin-top: -5px;
}

.btn-modal{
  width: 48%;
}

.modal-txt-input{
  font-weight: bold;
  margin-bottom: 5px;
}

.lable-ip-top{
  margin-top: 15px;
}

.txt-title-alert{
  font-family: "Mitr-Bold";
  color: #5B2C6F;
  font-weight: bold;
  margin-left: 5px;
}


/* mobile view */
@media only screen and (max-width: 990px){
  .btn-modal{
    width: 100%;
  }
  .btn-modal-sm{
    height: 40;
  }

}