﻿body {
  background-image: url("../../Images/Logon_Background_2.png"), url("../../Images/Logon_Background_1.jpg");
  background-position: center -150px, center top;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.topbar {
  display: none;
}

.pageContent {
  overflow: visible;
  bottom: 48px;
}

.footer {
  font-size: 18px;
  font-family: segoe-ui_semilight;
  color: #fff;
  position: fixed;
  bottom: 12px;
  right: 24px;
  color: #edf7fe;
  text-shadow: 0px 0px 3px #0c3555;
}
.footer a {
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  color: #c5e4fc;
}
.footer a:hover {
  -webkit-transition: color 0s ease-out;
  -moz-transition: color 0s ease-out;
  -ms-transition: color 0s ease-out;
  -o-transition: color 0s ease-out;
  transition: color 0s ease-out;
}
.footer a:hover {
  color: #edf7fe;
}

#ctriSyncForm {
  display: none;
}
#ctriSyncForm h1 {
  font-size: 24px;
  font-family: segoe-ui_light;
  font-weight: normal;
  color: #2196f3;
  text-align: center;
}
#ctriSyncForm object {
  visibility: hidden;
  position: absolute;
}

.LanguageContainer {
  position: relative;
  float: right;
  width: 50%;
}
.LanguageContainer:hover {
  color: #2196f3 !important;
}
.LanguageContainer:hover .LanguageImage:before {
  color: #2196f3 !important;
}
.LanguageContainer .Language {
  position: relative;
  width: 165px;
  margin: auto;
}
.LanguageContainer .Language .LanguageImage {
  width: 32px;
  height: 32px;
  font-size: 24px;
  float: left;
}
.LanguageContainer .Language .LanguageImage:before {
  position: absolute;
  content: "\e80b";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #555;
  bottom: 5px;
}
.LanguageContainer .Language .WebControls3.DropDown {
  margin: auto;
  background-color: transparent;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  width: 165px;
}
.LanguageContainer .Language .WebControls3.DropDown table {
  float: right;
}
.LanguageContainer .Language .WebControls3.DropDown .ArrowImage {
  background-color: transparent;
  margin-bottom: 5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .LanguageContainer .Language .WebControls3.DropDown .ArrowImage {
    margin-bottom: 24px;
  }
}
.LanguageContainer .Language .WebControls3.DropDown .TextInput {
  font-size: 13px;
  height: 24px !important;
  width: 110px !important;
  margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .LanguageContainer .Language .WebControls3.DropDown .TextInput {
    margin-bottom: 30px;
  }
}
.LanguageContainer .Language .WebControls3.DropDown input {
  background-color: transparent;
  width: 130px;
}

.container {
  opacity: 0;
  transform: scale(0.9);
  margin: auto;
  margin-top: 48px;
  width: 330px;
  -webkit-transition: opacity 0.1s ease-out,  transform 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out,  transform 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out,  transform 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out,  transform 0.1s ease-out;
  transition: opacity 0.1s ease-out,  transform 0.1s ease-out;
}
.container.ready {
  opacity: 1;
  transform: scale(1);
}
.container .ForgotPassword {
  width: 50%;
  float: left;
  margin-top: 4px;
}
.container .ForgotPassword:hover a {
  color: #2196f3;
}
.container .ForgotPassword a {
  color: #555;
  font-size: 14px;
}
.container .SamlSwitch {
  color: #555;
  font-size: 14px;
  margin-bottom: 16px;
  display: inline-block;
}
.container .SamlSwitch:hover {
  color: #2196f3;
}
.container #ctrUserCredentials, .container #ctrLogonForm, .container #ctrVerificationCode {
  display: none;
}
.container h1 {
  font-size: 24px;
  font-family: segoe-ui_light;
  font-weight: normal;
  color: #2196f3;
  margin-bottom: 10px;
}
.container .iQualify.Message {
  margin-bottom: 10px;
  display: none;
}
.container input {
  height: 40px;
  margin-bottom: 10px;
  width: 330px;
  font-size: 15px;
  padding-left: 42px;
}
.container input + span:empty {
  color: #555;
  display: inline;
  font-size: 24px;
  height: 40px;
  margin-left: -320px;
  cursor: text;
}
.container input[name=username] + span:empty:before {
  content: "\e7fd";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.container input[name=password] + span:empty:before {
  content: "\e0da";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.container input[name=verificationcode] + span:empty:before {
  content: "\e897";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.container button {
  margin-bottom: 10px;
  width: 330px;
  height: 40px;
  font-size: 15px;
}
