.modal-content{
  border-radius: 0px;
  border:0px;
  overflow: hidden;
}
.modal-header{
  background-color: #33b5e5;
  color:#FFFFFF;
  border-radius: 0px;
  text-align: center;

}
.modal-title {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-size: 22px;
    font-weight: 300;
}
.modal-footer .btn{
  border-radius: 0px;
  border:0px;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
}
.modal-footer .btn-primary{
  background-color: #33b5e5;
  border:2px solid #33b5e5;
}
.modal-footer .btn-secondary{
    color: #33b5e5;
    background-color: #FFFFFF;
    border:2px solid #33b5e5;
}
.modal-icon {
  text-align: center;
}
.modal-icon i{
  color: #33b5e5;
  font-size:72px;

}
.modal-message{
  color:#222f3eb3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
      text-align: center;
}
