.custom-input {
    height: 43px;
    border-radius: 5px !important;
}



::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
}