﻿@font-face {
  font-family: "SNSans";
  src: url("/Fonts/ServiceNowSans-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "SNSans";
  src: url("/Fonts/ServiceNowSans-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "SNSans";
  src: url("/Fonts/ServiceNowSans-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "SNSans";
  src: url("/Fonts/ServiceNowSans-Bold.woff2") format("woff2");
  font-weight: 700;
}
/*
    FROM BRAND GUIDELINES
*/
/*
    SPECIFICS
*/
.form-item {
  margin: 6px 0;
}
.form-item label {
  font-size: 12px;
  font-weight: 500;
}
.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: 500;
  color: #f00;
  display: none;
}

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