body  {
   background-color: #fafafa;

;
 
}
    input[type=text] {
    background: #ffffff;
}
    input[type=text]:focus {
    outline: none;
}
.required
{
    color: red;
}
