.hide{ display: none; }

.topbar_lefttext{ margin-top: 1%; color: #427cc5; font-size:20px; font-weight: bolder; text-transform: uppercase; }

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

  .topbar_lefttext{ display: none; }

} 





.logo_text{ border: 2px solid #427cc5; padding: 0 5px; }

.logo_text:before{ content: 'JPEHC';  font-size: 40px; color: #427cc5; font-weight: bolder;}

/*.logo_text:after{ content: 'Joint Preparalist Electro Homeopathy of india'; font-size: 18px; color: #e23b3b; position: absolute; z-index: 1; left: 9%; margin-top: 3.5%; }

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

  .logo_text:after{ display: none; }

} */







/* FORM CSS STARTS */

.form_wrapper{ margin-top:90px; margin-bottom:90px;}

.custom-file-input::-webkit-file-upload-button {

  visibility: hidden;

}

.custom-file-input::before {

  content: 'Upload Your Documents Here';

  display: inline-block;

  background: linear-gradient(top, #f9f9f9, #e3e3e3);

  border: 1px solid #999;

  border-radius: 3px;

  padding: 5px 30px;

  outline: none;

  white-space: nowrap;

  -webkit-user-select: none;

  cursor: pointer;

  text-shadow: 1px 1px #fff;

  font-weight: 700;

  font-size: 10pt;

}

.custom-file-input:hover::before {

  border-color: black;

}

.custom-file-input:active::before {

  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);

}

input { 
  text-transform: capitalize;
}
::-webkit-input-placeholder { 
    text-transform: none;
}
:-moz-placeholder { 
    text-transform: none;
}
::-moz-placeholder { 
    text-transform: none;
}
:-ms-input-placeholder { 
    text-transform: none;
}