<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field input[type="email"],
.field input[type="password"],
.field input[type="text"] {
    border: 1px solid #D7D4CD;
    border-radius: 13px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.field::before,
.field::after {
    display: none;
}
.field label {
    color: rgba(22,20,19,0.4) !important;
    font-weight: 300;
    padding: 0 0 10px 0;
}
.select select.select__select {
    line-height: 27px;
    padding: 9px 36px 9px 15px !important;
    font-weight: 300;
}
.select {
    position: relative;
}
.select .dor-icon-chevron-down {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 14px;
    right: 14px;
}
.select .dor-icon-chevron-down::before {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}</pre></body></html>