.show_message .user-box {
    position: relative;
    margin-bottom: 10px;
}

.show_message .user-box input {
    width: 100%;
    padding: 3px 27px;
    padding-top: 20px;
    font-size: 16px;
    color: #775536;
    margin-bottom: 5px;
    border: 0px;
    outline: none;
    background: #F4F0E7;
    border-radius: 15px;
    font-weight: 500;
}

.show_message .user-box label {
    position: absolute;
    top: 10px;
    left: 30px;
    padding: 14px 0;
    font-size: 12px;
    color: #A18061;
    pointer-events: none;
    transition: .5s;
}

.show_message .user-box input:focus~label,
.show_message .user-box input:valid~label {
    top: 10px;
    left: 30px;
    color: #A18061;
    font-size: 12px;
}

.show_message .user-box select {
    width: 100%;
    padding: 3px 27px;
    padding-top: 20px;
    font-size: 16px;
    color: #775536;
    margin-bottom: 5px;
    border: 0;
    outline: none;
    background: #F4F0E7;
    border-radius: 15px;
}

.show_message .user-box label {
    position: absolute;
    top: -10px;
    left: 30px;
    padding: 14px 0;
    font-size: 12px;
    color: #A18061;
    pointer-events: none;
    transition: .5s;
}

.show_message .user-box select option:first-child {
    display: none;
}

.show_message .user-box select:focus + label,
.show_message .user-box select:valid + label {
    top: 10px;
    left: 30px;
    color: #A18061;
    font-size: 12px;
}

.show_message textarea {
    background-color: #F4F0E7 !important;
    color: #A18061 !important;
    border: none !important;
    margin-top: 20px;
    font-weight: 500;
    padding-left: 28px;
    box-shadow: none !important;
}


.show_message textarea::placeholder {
    color: #A18061;
    font-weight: 500;
}

.show_message textarea::-ms-input-placeholder {
    color: #A18061;
    font-weight: 500;
}


.show_message .user-box textarea {
    width: 100%;
    padding: 3px 27px;
    padding-top: 20px;
    font-size: 16px;
    color: #775536 !important;
    margin-bottom: 5px;
    border: 0px;
    outline: none;
    background: #F4F0E7;
    border-radius: 15px;
}

.show_message .user-box textarea + label {
    position: absolute;
    top: 4px;
    left: 30px;
    padding: 0px 0;
    font-size: 12px;
    color: #A18061;
    pointer-events: none;
    transition: .5s;
    background-color: #f4f0e7;
    width: 90%;
}

.show_message .user-box textarea:focus + label,
.show_message .user-box textarea:valid + label {
    top: 10px;
    left: 30px;
    color: #A18061;
    font-size: 12px !important;
}