.asx-auth-card .asx-auth-language-field select {
  width: 100%;
  height: 49px;
  padding: 0 40px 0 14px;
  border: 1px solid #dbddd4;
  border-radius: 12px;
  outline: 0;
  color: #171912;
  background-color: #fff;
  font: inherit;
  font-size: 13px;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.asx-auth-card .asx-auth-language-field select:focus {
  border-color: #8da84c;
  box-shadow: 0 0 0 4px rgba(215, 255, 99, .25);
}

.asx-auth-card .asx-auth-language-field small {
  color: #858a7d;
  font-size: 11px;
  line-height: 1.45;
}
