﻿@font-face {
  font-family: "LoginFont";
  src: url('fonts/SEGOEUIL.eot');
  src: local('SEGOEUIL'), url('fonts/SEGOEUIL.woff') format('woff'), url('fonts/SEGOEUIL.ttf') format('truetype');
}
html {
  font-family: "Segoe UI Light", "LoginFont", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
body {
  background: url(images/hatch-bg.png) repeat #373737;
  overflow: hidden;
  /* preserve transforms ensure clear text on login form as result of translate tranform */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
html,
body {
  /* ensures login form is vertically centered */
  height: 100%;
}
body,
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:invalid {
  box-shadow: none;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
span,
label {
  color: white;
}
h1,
h2 {
  margin: 0 0 8px 0;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
[ng-cloak] {
  display: none;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.validation-summary-errors {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}
.login-page #watermark,
.logout-page #watermark,
.logged-out-page #watermark {
    background: url(images/leaf.svg) no-repeat;
    background-size: 100%;
    background-position: 0 25px;
    opacity: 0.1;
}

#watermark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hidden-but-reader-visible {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.signout{
    display:none;
}
/*Logged out text*/
#loggedOutText {
    font-size: 1.1em;
}
/*Log back in button*/
.logBackBtn {
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    background-color: #209692;
    padding: 10px 25px 10px 25px;
    border-radius: 3px;
    cursor: pointer;
}
.logBackBtn:hover {
    background-color: #008287;
    transition: background-color 0.2s ease-in;

}
.logBackBtn:focus {
  outline: 1px solid #fff;
}

.logBackBtn:active {
    background-color: #008287;
    transition: background-color 0.2s ease-in;
}

/* Facilitates centering the login form horizontally and vertically on page. */
#login, #loggedOut {
  width: 400px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#loggedOut {
    text-align:center;
}
/* Centers and sizes logo above login form */
.logo,
.client-logo {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles */
  .logo {
    width: auto;
  }
}
#login-form input::-ms-clear,
#login-form input::-ms-reveal {
  height: 40pt;
}
#login-form input[type=text],
#login-form input[type=email],
#login-form input[type=password],
#login-form input[type=submit],
#login-form button[type=submit] {
  height: 78px;
  width: 320px;
  margin: 0;
  border: none;
  padding: 0 0 0 78px;
  background-repeat: no-repeat;
  font-size: 1.5em;
  border-radius: 3px;
}
#login-form h1 {
  margin: 0;
}
.password {
  background-image: url(images/lock.svg);
  background-position: 30px 24px;
}
#UserName {
  background-image: url(images/user.svg) !important;
  background-position: 28px 24px;
  border-radius: 3px 3px 0 0 !important;
  border-bottom: 1px solid #c8c8c8 !important;
}
#Password {
  background-image: url(images/lock.svg) !important;
  background-position: 30px 24px;
  border-radius: 0 0 3px 3px !important;
}
#Email {
  background-image: url(images/user.svg);
  background-position: 28px 24px;
}
#repassword {
  margin-top: 10px !important;
}
.login-button {
  width: 398px !important;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  background-color: #209692;
  color: #fff;
  margin-top: 20px !important;
  padding: 0 !important;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  -webkit-appearance: none;
  /* Removes Safari rounding and transparency effects iOS */
}
.login-button:hover {
  background-color: #008287;
  transition: background-color 0.2s ease-in;
}

.login-button:focus {
  outline: 1px solid #fff;
}

.login-button:active {
  background-color: #008287;
  transition: background-color 0.2s ease-in;
}
.addl-links {
  margin: 6px 0;
}
/* Start 3rd party ID provider styles */
.id-providers-label {
  margin: 0;
  font-weight: 100;
  font-size: 1em;
}
.id-providers a {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 5px;
  background-size: 58px;
  background-color: lightgray;
  border-radius: 5px;
  background-image: url(images/idp-generic.svg);
}
/* Removes text description from providers */
.id-provider span {
  visibility: hidden;
}
.id-providers {
  display: flex;
  justify-content: center;
  margin: 6px 0;
}
.id-provider.google {
  order: 1;
}
.id-provider.facebook {
  order: 3;
}
.id-provider.live {
  order: 2;
}
.id-provider.adfs {
  order: 4;
}
#google {
  background-image: url(images/idp-google.svg) !important;
}
#facebook {
  background-image: url(images/idp-fb.svg) !important;
  background-color: transparent;
}
#live {
  background-image: url(images/idp-ms.svg) !important;
  background-color: transparent;
}
#adfs {
  background-image: url(images/idp-adfs.svg) !important;
}
#okta {
  background-image: url(images/idp-okta.svg) !important;
}
#onelogin {
  background-image: url(images/idp-onelogin.svg) !important;
}
.copyright {
  text-align: center;
  font-size: 80%;
  margin: 5px 0;
}
/* End 3rd party ID provider styles */
@media only screen and (max-height: 600px) {
  body {
    overflow: scroll;
  }
  #login-form h1 {
    margin-top: 10px;
    font-size: 1.2em;
  }
  #login-form p {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 400px), (max-height: 320px) {
  body {
    overflow: scroll;
  }
  #login, #loggedOut {
    width: 280px;
  }
  #login-form input[type=text],
  #login-form input[type=email],
  #login-form input[type=submit],
  #login-form input[type=password],
  #login-form button[type=submit] {
    width: 236px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 44px;
    font-size: 1.2em;
  }
  #login-form input[type=text],
  #login-form input[type=email],
  #login-form input[type=submit] {
    background-position: 8px 4px !important;
  }
  #login-form input[type=password] {
    background-position: 10px 4px !important;
  }
  #Password,
  #Email {
    background-position: 12px 15px !important;
  }
  .login-button {
    margin-top: 15px !important;
    width: 280px !important;
  }
  .addl-links {
    margin-bottom: 5px;
  }
  .id-providers-label {
    margin-top: 0;
  }
  .id-providers a {
    width: 32px;
    height: 32px;
    background-size: 32px;
    margin: 0 9px;
  }
  #loggedOutText{
      font-size:1em;
  } 
  .logBackBtn{
      padding: 8px 15px 8px 15px;
  }
}
@media only screen and (max-height: 480px) {
  .logo,
  .client-logo {
    width: 60%;
  }
  #loggedOutText{
      font-size:0.8em;
  }
  .logBackBtn{
      font-size:0.8em;
      padding: 5px 10px 5px 10px;
  }
}
/* Helps IE8, which doesn't support SVG, v-align text in the center */
.no-svg input[type=text],
.no-svg input[type=email],
.no-svg input[type=password] {
  line-height: 78px;
}
.no-svg #login-form {
  background-image: url(images/etrieve.png);
}
.no-svg #UserName,
.no-svg #Email {
  background-image: url(images/user.png);
}
.no-svg #Password {
  background-image: url(images/lock.png);
}