.hm-input, .hm-select, .hm-textarea, input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
    width: 100%;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 6px;
    padding: .72rem .8rem;
    color: #fff;
    background: #00000057;
    font-family: inherit;
}

.hm-input { min-height: 42px; }
.hm-select { min-height: 42px; cursor: pointer; }
.hm-textarea { min-height: 72px; resize: vertical; }

.hm-input:focus, .hm-select:focus, .hm-textarea:focus, 
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: 2px solid rgba(204,51,51,.36);
    border-color: var(--brand-red);
}

.hm-select option {
    background: #1a1a1a;
}
