@font-face {
  font-family: 'PolicyOneIcons';
  src: url('../App/Content/fonts/PolicyOneIcons/PolicyOneIcons.ttf') format('truetype'), url('../App/Content/fonts/PolicyOneIcons/PolicyOneIcons.woff') format('woff'), url('../App/Content/fonts/PolicyOneIcons/PolicyOneIcons.svg?#PolicyOneIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #f5f5f5;
  line-height: 1.5;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
a {
  color: #3572b0;
  cursor: pointer;
}
a:hover {
  color: #3572b0;
  text-decoration: underline;
}
label {
  font-weight: 400;
}
.btn {
  display: inline-block;
  overflow: hidden;
  height: 30px;
  line-height: 1.8em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 26px 0;
  margin: 0 6px 0 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  min-width: 118px;
}
.btn .icon {
  width: 14px;
  height: 26px;
  margin: 0 5px 0;
  float: left;
}
.btn-primary {
  background-color: #3572b0;
  border: 1px solid #3572b0;
  color: #fff;
}
.btn-primary:hover {
  background-color: #2a67a5;
  border-color: #2a67a5;
}
.btn-primary:disabled {
  background-color: #44678b;
  border-color: #44678b;
}
.btn-primary:active {
  background-color: #225284;
  border-color: #225284;
}
.btn-default {
  background-color: #f6f7fa;
  border: 1px solid #dce1fd;
  color: #333;
}
.btn-default:focus,
.focus.btn-default,
.disabled.btn-default:hover,
.hover.disabled.btn-default,
.disabled.btn-default:focus,
.focus.disabled.btn-default {
  background-color: #dce1fd;
  border-color: #dce1fd;
  color: #333;
}
.btn-default:hover,
.hover.btn-default {
  background-color: #eff0f7;
  border-color: #dce1fd;
  color: #333;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body label {
  font-weight: normal;
  color: #666871;
}
body #mainContainer {
  width: 520px;
  height: 320px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 2px 0px rgba(21, 31, 87, 0.08);
  border-radius: 3px;
}
body .element-size {
  width: 218px;
}
body .header {
  margin: 38px auto 38px auto;
  text-align: center;
}
body .header img {
  width: 296px;
  height: 58px;
}
body .placeholder {
  flex: 1;
}
body .checkbox input[type="checkbox"] {
  margin-left: 0 !important;
}
body .client-side-validation-summary,
body .server-side-validation-summary {
  margin-left: 0 !important;
  color: #f15459;
  display: inline;
  font-weight: normal;
  float: left;
  font-size: 11px;
  line-height: 1.3em;
  position: absolute;
  word-break: break-all;
  overflow: hidden;
}
body .client-side-validation-summary ul {
  display: inline;
  list-style-type: none;
  padding: 0;
}
body .client-side-validation-summary ul li {
  display: none;
}
body .client-side-validation-summary ul li:first-child,
body .server-side-validation-summary span {
  display: inline;
}
body .input-validation-error {
  border: 1px solid #f9bbbd;
}
body .bottom-links {
  margin-top: 10px;
}
body .app-version {
  position: relative;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
body .app-version label {
  position: absolute;
  right: 0;
  bottom: 0;
}
.form-horizontal .control-label {
  padding: 2px 0 0 0;
  text-align: right;
}
.form-horizontal .control {
  padding-left: 10px;
}
.form-row + .form-row {
  margin-top: 15px;
}
.row {
  margin: 0;
}
.textbox {
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 26px;
  text-indent: 0.5em;
}
.textbox:focus {
  box-shadow: 0 0 0 1px #79b9fb;
  outline: none;
  border: 1px solid #79b9fb;
}
.error-list {
  color: #f15459;
  font-size: 11px;
  line-height: 1.5em;
  position: absolute;
}
.checkbox-wrap {
  height: 100%;
  display: block;
  cursor: default;
  margin-top: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 23px;
  position: relative;
  min-height: 14px;
  color: #666871;
}
.content-wrap:before {
  font-family: 'PolicyOneIcons';
  color: #333;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #dedede;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: 2px;
  background-color: #fff;
}
.content-wrap.checked:before {
  content: "\e919";
}
.content-wrap.focused:before {
  border: solid 1px #79b9fb;
  -webkit-box-shadow: 0 0 0 1px #79b9fb;
  box-shadow: 0 0 0 1px #79b9fb;
}
.checkbox {
  display: inline;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  position: absolute;
}

/*# sourceMappingURL=login.css.map */
