::-webkit-input-placeholder { /* WebKit browsers */
    color: #93c01f !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #93c01f !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #93c01f !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #93c01f !important;
    opacity: 1;
}

input#sg_submit {
    background-color: #93c01f;
    text-align: left;
    width: fit-content;
}

input#sg_submit:hover {
    background-color: #3b3f42;
}