body {
background: #f4f4f4;
}
.modal-content {
    border-radius: 2px;
    border-top: 2px solid rgba(157, 214, 3, 1);
}
.btn-primary {
    background-color: rgba(157, 214, 3, 1);
    padding: 10px 10px;
}
.btn-default {
    background-color: rgba(157, 214, 3, 1);
    color: #fff;
    padding: 10px 10px;
}
.dzsparallaxer div.inset-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5); 
}
a {
    color: rgb(3, 125, 214);
}