@charset "UTF-8";

.contact_message_box .message-line {justify-content: space-between;-webkit-align-items: center;align-items: center;margin-bottom: 1.2vw;}
.contact_message_box .form-control {width: 100%;background-color: #F5F5F5;border: 1px solid #eee;padding: 8px 15px;color: #000000;line-height: 1.5em;font-size: 15px;transition: all 0.5s;}
.contact_message_box .form-control:focus {border: 1px solid #BF9D6D; background: #FFF;}
.contact_message_box .form-control::placeholder {font-size: 13px; color: #bbb;}
.message-line.col-1 .form-group {width: 100%;}
.message-line.col-2 .form-group {width: 48.5%;}

.message-line .control-label {font-size: 15px;line-height: 1.5em;margin-bottom: .3vw;display: block;color: #333;display: none;}
.contact_message_box .form-btn {width: 100%;text-align: center;transition: all .5s;background: #111;color: #FFF;height: 2.5vw;line-height: 2.5vw;font-size: 15px;}
.contact_message_box .form-btn:hover {background: #BF9D6D;}

.contact_message_box .form-control.input-empty-error {border: 1px solid #dd4444;box-shadow: 0 0 5px rgb(255 0 0 / 20%);}
.contact_message_box .col-md-10 {position: relative;}
.contact_message_box .input-tip-error {position: absolute;right: 5px;top: 0;color: #aa0000;padding: 9px 15px;line-height: 1.6em;font-size: 12px;pointer-events: none;}