

input[type="text"].standard {
    padding: 12px 12px;
    border-radius: 6px;
    border: solid 1px rgba(0,0,0,0.3);
    width: 100%;
    font-size: 16px;
}

input[type="text"].standard::placeholder {
    color: #aaa;
}

