.program{
    display:block;
    margin:auto;
    width:85%;
    margin-top:10px;
}
.program input[type=text]{
    width: 50%;
    background:#fff;  
    border: 1px solid #929292;
    padding:0 10px; 
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    outline: none;
    height:50px;
    box-sizing: border-box; 
    margin-bottom:10px;
}
.program a{text-decoration: none;color:#000;outline:none;}
@media (max-width: 700px) {
.program{
    width:95%;
}  
.program input[type=text] { 
    width: 100%;
}
} 