

#form-container {
  margin-top: 100px;
}

#form-container form{
  width: fit-content;
  margin: auto;
  background-color: #4f729e;
  padding: 40px 30px;
  border-radius: 10px;
  color: white;
}

#form-container form input.btn{
  margin-top: 30px;
  background-color: #2db94d;
  border-color: #2db94d;
}


.footer {

  height:50px;
  width: 100%;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: fixed;
  bottom: 0pt;
  left: 0pt;

  background-color: #4F729E;
}   

table {
  margin-bottom: 50px !important;
}

.footer_contents {
  height:50px;
  float:right;
}

.footer_contents button#save{
  margin: 6px 20px;
  background-color: #2db94d;
  border-color: #2db94d;
}