.chatbox-form-wrapper {
    max-width: 479px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.chatbox-form-wrapper input,
.chatbox-form-wrapper textarea,
.chatbox-form-wrapper button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 14px;
    border-radius: 30px;
    border: 0px;
}
.chatbox-form-wrapper textarea{
    height: 71px;
}
.chatbox-form-wrapper button {
    background: #ff8349;
    color: #fff;
    padding: 14px 28px;
    font-size: 21px;
    border: 0px;
    border-radius: 30px;
}
#chatbox-response {
    font-size: 14px;
    color: green;
    margin-top: 10px;
}