.face-upload-row{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#facePreview{
  width: 84px;
  height: 84px;
  border-radius: 10px;
  border: 1px solid #ddd;
  object-fit: cover;
}

@media (max-width: 480px){
  #facePreview{
    width: 72px;
    height: 72px;
  }
}

.captcha-input { text-transform: uppercase; }
.form-block{
	padding: 5px 20px;
}

.title-xs{
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 6px;
  justify-content: center;
}
