.modal .modal-content  {
  border-radius: 8px;
  border: 0px;
}
.modal .modal-content .modal-header {
  border:0px;
  padding:5px;
}
.modal .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-content .modal-footer {
  border: 0px;
  padding: 20px;
  padding-top:0px;
}
.modal  button.close {
  right: -30px;
  position: absolute;
  top: -5px!important;
  width: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
        font-weight: 300;
  }
.modal .modal-content  button.btn.btn-secondary {
  background-color: #8CC800;
color: #fff;
    width: 170px;
}
.modal .modal-content  button.btn.btn-white {
  background-color: #FFFFFF;
  color: #00316c;
      width: 170px;
          margin-right: 15px;
}
