::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #00000050
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #00000050
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #00000050
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #00000050
}
::placeholder { /* Recent browsers */
    text-transform: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #00000050
}