form{
    color:#6b8491;
}
input[type=text], select, textarea,input[type=email] { 
    width: 100%;
    padding: 12px;
    border: 1px solid #6b8491;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-radius:10px;
  }
  
  input[type=submit] {
    background-color: #197d56;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
  }
  
  input[type=submit]:hover {
    background-color: #59d6b8;
  }
  
 
  textarea{
    height:160px
  }