
.form-group {
    margin:0;
    padding:20px ;

}

.form-control {
  padding: 0px 10px 0 20px;
  margin-top: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 300;
    border: 2px solid #555;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height:40px;
    height: auto;
    border-radius: 50px 0  0 50px !important;
}
.form-control :focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;

    }

#searchbtn
{ border:0;
  padding: 0px 10px;
  margin-top: 10px;
  color: #fff;
  background:#888;
  font-size: 15px;
  font-weight: 300;
    border: 3px solid #555;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height:40px;
    height: auto;
border-radius: 0 50px 50px 0 !important;
}

.image{
  background: url('redwallpaper.jpg') no-repeat;background-size: 100% 100%; background-position:cover;  width:100%;position:absolute;margin-left:-15px;  
}




@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body { background:rgb(30,30,40); }
form { max-width:420px; margin:30px auto; }

.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 10px;
  background-color: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 10px;
  margin-bottom:-18px;
  width:100%;
  box-sizing: border-box;
  outline:0;
  margin-left:-5%;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 70px;
  line-height: 10%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width:91%;
  background:#CC6666;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }