@charset "UTF-8";
/* -------------------------------------------------- Colors */
/* -------------------------------------------------- Intranet */
/* -------------------------------------------------- Icons */
/* -------------------------------------------------- Fonts */
/* -------------------------------------------------- Miscellaneous */
/* -------------------------------------------------- Colors */
/* -------------------------------------------------- Intranet */
/* -------------------------------------------------- Icons */
/* -------------------------------------------------- Fonts */
/* -------------------------------------------------- Miscellaneous */
@font-face {
  font-family: "easyCMS";
  src: url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.eot?v3wbrd");
  src: url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.eot?v3wbrd#iefix") format("embedded-opentype"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.woff2?v3wbrd") format("woff2"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.ttf?v3wbrd") format("truetype"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.woff?v3wbrd") format("woff"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.svg?v3wbrd#easyCMS") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.ecms {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "easyCMS" !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  /* Better Font Rendering =========== */
  speak: none;
  text-transform: none; }

.ecms-arrow-down:before {
  content: ""; }

.ecms-arrow-left:before {
  content: ""; }

.ecms-arrow-right:before {
  content: ""; }

.ecms-arrow-up:before {
  content: ""; }

.ecms-check:before {
  color: #4a4a4a;
  content: ""; }

.ecms-cross-full:before {
  content: ""; }

.ecms-logo-TF:before {
  content: ""; }

body {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; }

.form-group {
  background: #fff;
  border-radius: 10px;
  margin: 10px auto;
  position: relative;
  text-align: left;
  width: 90%; }
  .form-group .m-b {
    margin: 0; }

.noBorder {
  background: 0;
  border: 0; }

.form-control,
.single-line {
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px; }

.loginscreen.middle-box {
  width: auto !important; }

[data-select="welcome"] {
  color: #607D8B;
  font-size: 22px;
  margin-bottom: 15px; }

.form-group {
  border-radius: 3px; }
  .form-group .m-b {
    background: #607D8B;
    border: 1px solid #607D8B; }
    .form-group .m-b:hover, .form-group .m-b:focus {
      background: #78909C;
      border: 1px solid #78909C; }

.icheckbox_square-orange,
.iradio_square-orange {
  color: #607D8B; }
  .icheckbox_square-orange:hover, .icheckbox_square-orange:focus,
  .iradio_square-orange:hover,
  .iradio_square-orange:focus {
    color: #78909C; }

.logoWrapper {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 15px auto 15px auto;
  width: 100%; }
  .logoWrapper img {
    height: 20px; }

.wrapper-content ~ p.has-error span.help-block {
  font-size: 16px; }

.pw-reset-message {
  border: 3px dashed #a94442;
  font-size: 16px;
  margin-top: 30px;
  padding: 10px; }

span.help-block {
  color: #a94442; }

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