/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 12:58:34 */
/* Контейнер */
.nf-form-content .submit-wrap {
  width: 100%;
  margin-top: 25px;
}

/* Кнопка 100% */
.nf-form-content input[type=submit] {
  width: 100% !important;
  background-color: #6fcf97 !important;  /* світло зелений */
  color: #ffffff !important;
  padding: 18px 20px !important;
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover */
.nf-form-content input[type=submit]:hover {
  background-color: #4caf7d !important;
}

Aby odświeżyć swoją wiedzę na temat CSS, sprawdź http://www.w3schools.com/css/css_syntax.asp

Koniec komentarza */ 

