
/* Remove up down arrow from number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.required{
  color:red;
}
/* End Remove up down arrow from number input */

.logo-dark, .auth-logo {
  color: #000 !important;
  font-size: 25px !important;
}

.logo-light {
  color: #FFF !important;
  font-size: 25px !important;
}

.country-code{
  width: 18% !important; 
  margin-right: 8px !important; 
  padding-right: 25px !important; 
  display: inline !important; 
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E") !important;
}