﻿html {
  height: 100%; }

body {
  background: #dadada url(loginimages/login_mediapulse_granite.jpg) no-repeat fixed center top;
  background-size: cover;
  /*background-blend-mode: overlay;*/
  color: #000;
  /*#40527f; /* keep in sync with login button bg color */
  font-family: Verdana, Arial;
  font-size: 18pt;
  text-align: center;
  height: 100%;
  margin: 0; }

/* screen-reader only */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/* elements from top to bottom */
#loginbox {
  text-align: left;
  padding: 30px 30px 0;
  margin: 60px auto 0;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px; }

#logo-container {
  position: relative;
  width: 100%;
  height: 85px;
  text-align: center; }

.dropdown {
  width: 300px;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 5px; }

#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 #000;
  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: rgba(120, 120, 120, 0.8);
  color: #fff;
  width: 300px;
  border-radius: 2px;
  height: 32px;
  text-align: center;
  border: none; }

#signin:hover {
  cursor: pointer; }

#signin-container {
  background-color: transparent;
  opacity: 1;
  border: none; }

#loginerror {
  font-size: 16px;
  white-space: normal;
  color: #ff0000;
  padding: 5px 0;
  width: 100%;
  text-align: left; }

#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 {
  padding-left: 0px;
  background-color: rgba(241, 241, 241, 0.82);
  font-size: 15pt;
  border-color: #000;
  color: #000; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #000; }

input[disabled], .label.disabled {
  opacity: 0.01; }

select:focus, textarea:focus, input:focus {
  outline: none; }

.title {
  position: relative;
  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; }

.title h1 {
  font-weight: normal;
  margin: 0; }

@media only screen and (max-width: 360px) {
  .title h1 {
    font-size: 20px; } }

@media only screen and (min-width: 361px) and (max-width: 500px) {
  .title h1 {
    font-size: 24px; } }

@media only screen and (min-width: 501px) {
  .title h1 {
    font-size: 36px; } }

.entry {
  display: inline-block; }

.entry-margin {
  height: 10px; }

.centered {
  text-align: center; }
