.modal-otp.modal.fade .modal-dialog{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.modal-otp .modal-content{
  border-radius: 0px;
}
.modal-otp .modal-body{
  text-align: center;
  padding: 30px;
}
.modal-otp .modal-body p{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal-otp .modal-body .btn-close-ok{
  padding: 6px 50px;
  color: #fff;
  background-color: #0262B6;
  font-size: 20px;
}
.modal-otp .modal-body img{
  max-width:70px;
}
.WithdrawConsent-page .form-group{
  margin-left: 0px;
  margin-right: 0px;
}
.WithdrawConsent-page .otp{
  display: flex;
  margin-top: 10px;
  margin-bottom: 12px;
}
.WithdrawConsent-page .otp input{
  width: 32px;
  margin-right:12px;
}
.WithdrawConsent-page .otp+.editing-form-label-cell {
  color: #a8a8a8;
  margin-bottom: 15px;
}
.WithdrawConsent-page .otp+.editing-form-label-cell a{
  text-decoration: underline;
  color: #a8a8a8;
}
.WithdrawConsent-page [id*="UnSubscribe_btnOK"] {
    padding: 8px 55px;
}

@media(max-width: 767px){
  .modal-otp .modal-content{
    margin-left: 10px;
    margin-right: 10px;
  }
}
