/*
 * Captcha Styles - CSS for the AuthSafe plugin.
 */

.captcha-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.captcha-label {
  margin-right: 10px;
}

.captcha-value {
  font-size: 14px;
  margin-left: 10px;
  color: red;
}

.captcha-input {
  margin-top: 10px;
}


