div.page-title-wrapper{
    display: none;
}

body input[type="text"], body input[type="password"], body input[type="url"], body input[type="tel"], body input[type="search"], body input[type="number"], body input[type="datetime"], body input[type="email"]{
       height: 30px;
}

.inputFile{
   
    padding: 10px;
    border: 2px solid #f15a29;
    border-radius: 25px;
    width: -webkit-fill-available;
}

.inputDate{
    width: 99% !important;
    border: 2px solid #f15a29;
    padding: 10px;
    border-radius: 25px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media only screen and (max-width: 767px){

   .noPadding{
       padding: 0px !important;
   }

}