
.input-text-group {
}
.input-text-group .input-text {
}
.label {
}

.form-label {
}

.input-text-group--focus .form-label,
.form-input:valid+.form-label {
}

.form-input:-webkit-autofill+.form-label {
}

.input-text-group--focus .form-label span,
.form-input:valid+.form-label span {
}

.form-input:-webkit-autofill+.form-label span {
}

input{
  width : 100%;
  padding : 5px 10px;
  margin-bottom : 15px;
  color : #565656;
}

input:focus, textarea:focus{
  outline-width : 0;
}



textarea.form-control{
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color : #565656;
  box-shadow : none;
}

button {
  margin-top : 15px;
}
