Input 6

.input6 {
border: none;
border-radius: 15px;
padding: 15px;
background-color: #e8e8e8;
box-shadow: 6px 6px 12px #ffffff,
-6px -6px 12px #c5c5c5;
font-size: medium;
font-weight: bold;
max-width: 200px;
}

.input6:focus {
outline-color: white;
place-content: "Enter your message!";
}