.sekce-12 {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sekce-12 .text-center h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
}
.sekce-12 form div.uvodni-odstavec p {
  font-size: 18px;
  color: #696969;
  line-height: 35px;
  margin-bottom: 50px;
  padding-left: 0;
}
.sekce-12 form div.align-items-center p {
  margin-bottom: 0;
  font-size: 14px;
  color: #696969;
  line-height: 30px;
}
.sekce-12 form div.align-items-center p a {
  color: #696969;
  text-decoration: underline;
}
.sekce-12 form div.align-items-center p a:hover {
  text-decoration: none;
  color: #c40007;
}
.sekce-12 form label, .sekce-12 form p {
  font-size: 16px;
  color: #696969;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sekce-12 form input, .sekce-12 form textarea {
  background-color: #fff;
  border-radius: 20px;
  border: none !important;
  padding: 0 20px;
  font-size: 18px;
  color: #bababa;
}
.sekce-12 form input {
  height: 50px;
  margin-bottom: 10px;
}
.sekce-12 form textarea {
  resize: none;
  min-height: 120px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.sekce-12 form button {
  border: none !important;
  margin-top: 15px;
}
.sekce-12 form .required {
  position: relative;
}
.sekce-12 form .required:after {
  content: "*";
  position: absolute;
  right: 20px;
  top: 17px;
  color: #c40007;
  font-size: 16px;
  font-weight: 700;
}
.form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(196, 0, 7,.25);
}

@media (max-width: 991px) {
  .sekce-12 form div.align-items-center p {
	margin-top: 15px;
  }
  .sekce-12 form div.uvodni-odstavec p {
	margin-bottom: 30px;
  }
  .sekce-12 form button {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=sekce-12.css.map */
