/*used for overriding height property of input.form-control[type="text"]*/
.my-text-field {
    height: 35px !important;
}

.pro-has-error {
    color: white;
    min-height: 20px;
    padding: 2px;
    margin-bottom: 20px;
    background-color: #cc0000;
    display: block
}

@media(min-width:768px) {
 #proinfnavbarbutton{
  display:none;
 }
}