/**
 * Phone Auth Styles for OpenCart 3
 */
.phone-auth-wrapper {
  position: relative;
}
.phone-auth-badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  background: #eef2f7;
  color: #337ab7;
  border-radius: 3px;
  margin-left: 5px;
}
.phone-auth-error {
  font-size: 12px;
  font-weight: 500;
  color: #a94442;
  margin-top: 4px;
}
