<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact_from {
    position: relative;
    width: 800px;
    margin: auto;
}
.contact_from [class*=col-xs-] {
    padding: 10px;
    text-align: left;

}
.contact_from input, .contact_from textarea {
    width: 100%;
    border: 1px solid #eee;
    outline: none;
    background: none;
    padding: 10px 15px;
}
.contact_from input:focus::-webkit-input-placeholder,
.contact_from textarea:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
.contact_from input::-webkit-input-placeholder,
.contact_from textarea::-webkit-input-placeholder {
    color: #2c2c2c
}
.icon_contact {
    position: absolute;
    left: 28px;
    top: 24px;
}
.label-txt {
    margin: 0 0 5px;
}
.notificationAtInput {
    border: 1px solid #c30f0f !important;
}
.contact_from p {
    margin: 0 0 6px;
}
.contact_from input + label {
    font-weight: lighter;
    margin-top: 8px;
    color: #c30f0f;
    display: none;
    font-size: 13px;
    text-transform: uppercase;
}
.contact_from .fa-exclamation-triangle {
    position: absolute;
    top: 26px;
    right: 28px;
}
.notificationAtInput + label {
    display: block !important;
}</pre></body></html>