.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 50%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

.row {
	width: 80% !important;
}

.s17link {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 46, 93, 1);
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
    border: solid rgba(43, 108, 163, 1) 0px;
    border-radius: 20px;
	text-align: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.s17label {
    font: normal normal normal 20px/1.4em reklamescriptw00-medium,cursive;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    margin: calc(-1 * 0px) 0px 0;
    position: relative;
    white-space: nowrap;
	padding: 10px;
}