.modal-test {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }
.modal-background{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .75; }
.modal-wrapper {
  position: relative;
  width: auto;
  margin: 30px auto; }
.modal-header {
  display: block;
  width: 100%;
  text-align: right; }
.modal-header button.close {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  margin: 5px;
  padding: 0;
  border: 0;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  color: #fff; }
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  outline: 0;
  padding: 30px; }
.modal-content form {margin-bottom: 0;}
.modal-content .footer-buttons { padding-top: 30px; }
.modal-content .footer-buttons button{ margin-bottom: 0; }
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef; }
