.form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
      line-height: 1;
  }
  input[type="button"] {
    margin: 5px 0px;   
  }  
     
  .form-control {
      border-radius: 6px;
  }
      
.containerOne {
    border-radius: 5px;
    padding: 20px;    
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #eee;
    width: 100%;
}

.containerOne p
{
 color: #fff;
}