/* INCLUDE AS <AdminLogin> */
/*=====================================================================================*/
/* Login */
/*=====================================================================================*/
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Verdana, Arial;
  font-size: 13px;
  line-height: 1.3;
}

body {
  background: url("/Content/Admin/Images/bkgnd.jpg") no-repeat;
  background-position: 50% 0px;
}

.absWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.logintextbox {
  width: 100%;
  font-size: 1.1em;
  padding: 0;
  border: none;
  margin: 0;
  padding-left: 3px;
}

div#copyright {
  display: block;
  position: relative;
  color: #AAA;
  width: auto;
  left: 50%;
  position: absolute;
  bottom: 40px;
  font-size: 0.8em;
  width: 388px;
}
div#copyright > div {
  display: block;
  position: relative;
  text-align: center;
  margin-left: -100%;
}

div.validate {
  position: absolute;
  left: -12px;
  width: 24px;
  height: 24px;
}
div.validate > span > img {
  width: 24px;
  height: 24px;
  background: url("/Content/Admin/Images/close_24.png") no-repeat;
}

div.inputbkg {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 2px solid gray;
  background: white;
}

#box {
  animation: appear 0.5s ease 0s 1 normal;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 36em;
  margin-left: -18em;
  margin-top: -20em;
}
#box .type {
  font-size: 5em;
  bottom: auto;
  height: 1.5em;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: auto auto;
  position: relative;
}
#box .form {
  color: white;
}
#box .form > div {
  font-size: 1.4em;
  margin-top: 1.3em;
}
#box .form > div:last-child {
  margin-bottom: 0;
}
#box .form .animating {
  position: absolute;
}
#box .form .login-input {
  margin-top: 0.8em;
  color: black;
}
#box .form .login-input:last-child {
  margin-bottom: 1.5em;
}
#box .form div.inputArea.leading-fail > div.inputFail {
  left: -2.5em;
}
#box button {
  border: none;
  height: 2em;
  color: white;
}
#box button:focus {
  outline: 1px dotted #CC0;
  box-shadow: 0 0 5px #FF0;
}

#controls {
  box-shadow: 0px 0px 2em rgba(0, 0, 0, 0.4);
}

#languages {
  font-size: 90%;
  margin-top: 1em;
  width: 512px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.language_flag {
  color: white;
  background: none;
  border: none;
  margin-top: 0.4em;
  opacity: 0.3;
  padding: 0.4em 0.8em;
}
.language_flag:hover, .language_flag:focus {
  opacity: 1;
}
.language_flag.active {
  opacity: 0.7;
}

#error {
  top: 100%;
  bottom: auto;
  color: #af2117;
  font-size: 1.4em;
  text-align: center;
  padding: 0.4em 0;
  background: #f1dddd;
  margin-top: 1em;
  box-shadow: 0px 0px 2em rgba(0, 0, 0, 0.4);
}

#error_tooltip {
  box-shadow: none;
  background-color: rgb(255, 204, 204);
}

div.inputArea > div.inputBox.focused {
  border-color: yellow;
  outline: none;
  box-shadow: 0 0 5px #FF0;
}
div.inputArea > div.inputBox.focused .select2-container-active .select2-choice,
div.inputArea > div.inputBox.focused .select2-container-active .select2-choices {
  border-color: yellow;
  box-shadow: none;
}

div.inputArea.input-autocomplete {
  overflow: inherit;
}

body.WCMS #box .type {
  background-image: url("/Content/Admin/Images/WCMS.png");
}
body.WCMS .brand-light {
  background-color: #D99492;
}
body.WCMS .brand-dark {
  background-color: #B61E3E;
}