html, body {
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.row {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px; }

.modal-header, .modal-footer {
  background-color: #EFEFEF; }

.modal-header, .modal-body {
  color: #2EB28E; }

.changeAmount {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.form-control:focus {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

body .title {
  margin-top: 25px;
  font-family: Arial;
  font-size: 15px;
  color: #2EB28E; }
body .desc {
  margin-top: 25px;
  font-family: Arial;
  font-size: 15px;
  color: #2EB28E;
  font-style: italic; }
body .textField {
  font-family: Arial;
  color: #2EB28E; }
body .textItalic {
  font-style: italic; }
body #otherAmountContainer {
  width: 200px; }
body #plata {
  width: 30%; }
body #doneaza {
  margin-top: 25px; }
body .progress {
  margin-top: 15px; }
body .vButton {
  width: 100%; }

/*# sourceMappingURL=main.css.map */
