html {
  height: 100%; }

body {
  background: #4a5162 url(loginimages/login-background.jpg) no-repeat fixed center top;
  -ms-background-size: cover;
  background-size: cover;
  /*background-blend-mode: overlay;*/
  color: white;
  /*#40527f; /* keep in sync with login button bg color */
  font-family: Verdana, Arial;
  font-size: 18pt;
  text-align: center;
  height: 100%; }

/* elements from top to bottom */
#loginbox {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-top: 60px;
  align-content: center;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

#logo-container {
  position: relative;
  width: 100%;
  height: 80px; }

#xytech-logo {
  /*width: 80px;*/
  max-height: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg); }

#xytech-logo.rotated {
  transition: .3s linear;
  transform: translateX(-50%) translateY(-50%) rotate(359deg) !important; }

.dropdown {
  width: 300px;
  /* height: 27px; */
  vertical-align: middle;
  border: 1px solid white;
  border-radius: 2px;
  padding: 5px;
  padding-right: 30px;
  /* leave space for the custom dd arrows */ }

#username, #password, .dropdown {
  text-indent: 6px; }

#wrapper {
  overflow: hidden; }

#username, #password {
  width: 284px;
  height: 20px;
  padding-top: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
  border: 1px solid white;
  border-radius: 2px; }

#rememberme-container {
  text-align: left;
  border: none;
  background-color: transparent; }

#remembermelabel, #autologinlabel {
  font-size: 12pt; }

#remembermelabel input, #autologinlabel input {
  vertical-align: middle; }

#signin {
  background-color: #fa5b03;
  color: white;
  width: 300px;
  border-radius: 2px;
  height: 32px;
  text-align: center; }

#signin:hover {
  cursor: pointer; }

#signin-container {
  background-color: transparent;
  opacity: 1;
  border: none; }

#loginerror {
  font-size: 18px;
  white-space: normal;
  color: #ff0000;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  width: 100%; }

#loginerror ul {
  list-style: none;
  padding-left: 0;
  word-wrap: break-word; }

#loginerror li {
  margin-bottom: 10px; }

#msg {
  font-size: 1.2em;
  white-space: normal;
  margin-bottom: 1em;
  text-align: center; }

#branding-container {
  font-size: 9pt;
  color: white; }

#branding, #tutorial-link {
  display: inline-block;
  position: absolute; }

#branding {
  left: 10px;
  bottom: 10px; }

#branding > a {
  color: white; }

#tutorial-link {
  right: 10px;
  bottom: 10px; }

/*
.copyright {
    font-size: 9pt;
    text-align: right;
    color: white;
    width: 100%;
    height: 18px;
    position: relative;
}

.text-box {
    width: 100%;
}
*/
/* below - general properties applied to multiple elements*/
input, select {
  border: none;
  padding-left: 0px;
  background-color: #213763;
  color: white;
  font-size: 15pt;
  /*border-radius: 4px;*/ }

input:-webkit-autofill {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #213763 inset; }

input[disabled], .label.disabled {
  opacity: 0.01; }

select:focus, textarea:focus, input:focus {
  outline: none;
  /*box-shadow: 0px 0px 2px blue;*/ }

select {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0LjkgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I2ZmZmZmZjt9DQo8L3N0eWxlPg0KPHRpdGxlPmFycm93czwvdGl0bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEuNCw0LjcgMi41LDMuMiAzLjUsNC43ICIvPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzLjUsNS4zIDIuNSw2LjggMS40LDUuMyAiLz4NCjwvc3ZnPg==) no-repeat right 2px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #213763; }

.title {
  display: block;
  position: relative;
  border-bottom: 1px solid #235393;
  margin-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.title > div {
  display: inline-block;
  position: relative;
  height: 100%;
  padding-bottom: 18px; }

@media only screen and (max-width: 360px) {
  .title {
    font-size: 20px; } }

@media only screen and (min-width: 361px) and (max-width: 500px) {
  .title {
    font-size: 24px; } }

@media only screen and (min-width: 501px) {
  .title {
    font-size: 36px; } }

.entry {
  display: inline-block; }

.entry-margin {
  height: 10px; }

.centered {
  text-align: center; }
