.yoothemecontato .uk-text-danger {
    color: #f0506e !important;
    display: inline-block;
}

.yoothemecontato input[type=text], .yoothemecontato input[type=password], .yoothemecontato input[type=email], .yoothemecontato input[type=tel], .yoothemecontato input[type=url], .yoothemecontato textarea {
    padding: 1.1em;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.yoothemecontato .uk-textarea{
  height: 200px;
  resize: none;
}

.yoothemecontato .uk-button{
  background-color: transparent;
  background-image: linear-gradient(90deg,#ffbd04 0%,#f99a00 100%);
  border-radius: 0;
  font-family: "Titillium Web",Sans-serif;
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-top: 55px;
  margin-right: 15px;
  color:#fff;
}

.yoothemecontato .checkboxarea {
    margin-bottom: 20px;
}