input[type=text] {
    width: 49.5%;
    border: none;
    border-bottom: 2px solid #491424;
    text-align: right;
  }
  input[type=email] {
    width: 49.5%;
    border: none;
    border-bottom: 2px solid #491424;
    text-align: right;
  }

.input2[type=text] {
    width: 99.4%;
    height: 200px;
    padding: 12px 20px;
    box-sizing: border-box;
    resize: none;
    border: none;
    border-bottom: 2px solid #491424;
    
  }
  .container{
    background: #F6E8E0;
  }
  
/* CSS */
.button2 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #491424;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button2:focus {
  color: #171e29;
}

.button2:hover {
  border-color: #491424;
  color: #F6E8E0;
  fill: #491424;
  background-color: #491424;
}

.button2:active {
  border-color: #491424;
  color: #491424;
  fill: #491424;
}

@media (min-width: 768px) {
  .button2 {
    min-width: 99.4%;
  }
}
