.InputForm
{
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: "Playfair Display", serif;;
  font-size: 14px !important;
  color: #050567;
  padding: .5em;
}

.InputForm.Tam18
{
  font-size: 18px !important;
}

.InputForm.Tam22
{
  font-size: 22px !important;
}

.DivContenedor 
{
  position: fixed;
  min-height: 96px;
  width: 96px;
  text-align: center;
  word-wrap: break-word;
  top:    50%;
  right:   2%; 
  z-index: 1000;
  visibility: hidden;
}

.DivWait 
{  
  width:      6rem; 
  height:     6rem;  
}