﻿@font-face {
  font-family: "Gilroy";
  src: url("/Fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/Fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
}
.form-item {
  margin-bottom: 14px;
}
.form-item label {
  font-size: 12px;
  font-weight: bold;
}

.form-control:focus {
  border-color: #62d84e;
  box-shadow: 0 0 0 0.25rem rgba(98, 216, 78, 0.25);
}

.form-error, .general-error {
  font-size: 12px;
  font-weight: bold;
  color: #f00;
  display: none;
}

.general-form-error {
  font-size: 16px;
  font-weight: bold;
  color: red;
  display: none;
}
