.carousel-control {
  width:50px;
  height: 50px;
  background-image: none!important;
  top: 50%;
}
.carousel-indicators {
  margin-left: 0;
  top:auto;

}
textarea{
  width:100%;
  height:200px;
  padding:5px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  border:1px #ddd solid;
} 
input, input[type="password"], input[type="search"]{
  width:50%;
  padding:5px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  border:1px #ddd solid;
}