.self #phonenumber:hover {
    cursor: not-allowed;
  }

 input[type='password'] {
  font-size: 18px; 
  font-family: verdana; 
  letter-spacing: 0.125em;
 }

  .self .form-control.self-input:hover,
  .self .form-control.self-input:focus,
  .self .form-select.self-input:hover,
  .self .form-select.self-input:focus,
  .self .form-select.self-input:not(:focus),
  .self .form-control.self-input:not(:focus),
  .self .form-control.self-input:active {
    box-shadow: none !important;
    border: ;
  }

  .other .form-control.other-input:hover,
  .other .form-control.other-input:focus,
  .other .form-select.other-input:hover,
  .other .form-select.other-input:focus,
  .other .form-select.other-input:not(:focus),
  .other .form-control.other-input:not(:focus),
  .other .form-control.other-input:active {
    box-shadow: none !important;
    border: ;
  }


input[type="number"] {
  /* Keep other default styles */
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}