footer {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 50px;
  height: 50px;
  max-height: 50px;
  color: #ffffff;
  background-color: #7a95ae;
  border-top: 1px solid #28394b;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
footer .section-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .section-right .btn-save {
  min-height: 50px;
  padding: 10px 20px;
  cursor: pointer;
  color: white;
  background-color: #6da054;
  font-size: 18px;
  border: 1px solid #3e547f;
}
footer .section-right .btn-save:hover {
  background-color: #66964f;
}

/*# sourceMappingURL=footer.css.map */
