.cont-save-date{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.label-date{
  position: relative;
  left: -30px;
  font-size: 10px;
  padding: 5px;
  text-align: start;
  font-weight: 600;
  opacity: .7;
}

.input-date{
  width: 130px;
  height: 15px;
  padding: 5px 10px;
  font-size: 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

.button-save{
  width: 200px;
  height: 30px;
  padding: 5px 5px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  background-color: lightgreen;
  font-weight: 700;
  cursor: pointer;
}

.button-save:hover{
  background-color: #7bda7b;
}