/*Write your custom css in this file.*/
.custom-border{
    border-top: 1px solid #efefef;
    margin-top: 25px;
    margin-bottom: 25px;
}

input::placeholder{
    color: #efefef;
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: rgb(168, 168, 168) !important;
}
  
::placeholder {
    color: rgb(168, 168, 168) !important;
}