ul{
	list-style-type:none;
	padding:0;
}
li{
	padding-top:10px;
}
ul input, ul textarea, ul button{
	width:100%;
	margin-top:3px;
}

.btn{
	width:100%;
}

ul textarea{
	height:150px;
}

.formContainer{
	display:flex;
	justify-content:center;
}


.btn-info{
	color:black;
}

.success, .error{
  display:none;
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
  padding: 20px;
  background-color: green;
  color: white;
  text-align:center;
}
.error {
  background-color: red;
}

