﻿@font-face {
  font-family: "Lato";
  src: url("/Fonts/lato-regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/Fonts/lato-bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Lato";
  src: url("/Fonts/lato-light.woff2") format("woff2");
  font-weight: 300;
}
/*
    FROM BRAND GUIDELINES
*/
/*
    SPECIFICS
*/
.form-item {
  margin: 4px 0;
}
.form-item label {
  font-size: 12px;
}
.form-item .form-control:focus {
  border-color: #000;
}

.form-button {
  margin-top: 26px;
  display: block;
  text-align: center;
}

.form-error, .general-error {
  font-size: 12px;
  font-weight: bold;
  color: #f00;
  display: none;
}

.general-error {
  font-size: 16px;
}
