@font-face {
  font-family: "AdobeIcons";
  src: url(/portal/fonts/AdobeIcons.eot);
  src: url(/portal/fonts/AdobeIcons.ttf) format("truetype"), url(/portal/fonts/AdobeIcons.woff) format("woff"), url(/portal/fonts/AdobeIcons.svg#AdobeIcons) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AdobeSpectrumIcons18";
  src: url(/portal/fonts/AdobeSpectrumIcons18.woff2) format("woff2"), url(/portal/fonts/AdobeSpectrumIcons18.woff) format("woff"), url(/portal/fonts/AdobeSpectrumIcons18.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AdobeClean";
  src: url(/portal/fonts/adobeclean-regular-webfont.eot);
  src: url(/portal/fonts/adobeclean-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/portal/fonts/adobeclean-regular-webfont.woff) format("woff"), url(/portal/fonts/adobeclean-regular-webfont.ttf) format("truetype"), url(/portal/fonts/adobeclean-regular-webfont.svg#AdobeClean) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AdobeCleanLight";
  src: url(/portal/fonts/adobeclean-light-webfont.eot);
  src: url(/portal/fonts/adobeclean-light-webfont.eot?#iefix) format("embedded-opentype"), url(/portal/fonts/adobeclean-light-webfont.woff) format("woff"), url(/portal/fonts/adobeclean-light-webfont.ttf) format("truetype"), url(/portal/fonts/adobeclean-light-webfont.svg#AdobeCleanLight) format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  margin: 0px;
  font-family: "AdobeClean";
}

h1 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-family: "AdobeClean";
  font-weight: 300;
  margin-top: 0.5rem;
  text-align: center;
}

button {
  cursor: pointer;
}

#background {
  background-image: url("/portal/images/login_bg_1024x640.jpg");
  background-color: #352e40;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  #background {
    background-image: url("/portal/images/login_bg_1280x800.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-width: 2048px) {
  #background {
    background-image: url("/portal/images/login_bg_2048x1280.jpg");
  }
}
#login-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 2rem 3rem;
  border-radius: 3px;
}
#login-box .login-adobeid .button {
  width: 100%;
  text-align: inline-block;
}
#login-box .or-spacer {
  font-style: italic;
  font-size: 12px;
  font-family: "AdobeClean";
  font-weight: 700;
  line-height: 20px;
  margin: 24px 0;
  text-align: center;
}
#login-box .or-spacer span.divider {
  border-top: solid;
  border-top-width: 1px;
  width: 10px;
  display: inline-block;
  color: #565656;
  margin-top: 10px;
  border-left: white;
}
#login-box .or-spacer .right-divider {
  margin-left: 7px;
  height: 2px;
}
#login-box .or-spacer .left-divider {
  margin-right: 7px;
  height: 2px;
}
#login-box .login-link#forgot-password {
  margin-left: 1rem;
  line-height: 2.375rem;
  font-size: 12px;
}
#login-box .product-icon {
  width: 36px;
  height: 36px;
  background: url("/portal/images/login_logo.svg") no-repeat;
  margin: 0 auto;
}
#login-box .product-title {
  margin: 1.5rem 0 1.5rem;
  white-space: nowrap;
}
#login-box .client-access-info {
  max-width: 275px;
  margin: 0.5rem auto 0.67em;
}
#login-box .login-input {
  display: block;
  margin: 0.75rem 0;
  width: 100%;
}
#login-box .login-input::-webkit-input-placeholder {
  font-style: italic;
}
#login-box .login-input:-moz-placeholder {
  font-style: italic;
}
#login-box .login-input::-moz-placeholder {
  font-style: italic;
}
#login-box .login-input:-ms-input-placeholder {
  font-style: italic;
}
#login-box .login-checkmark {
  -webkit-background-clip: initial;
  background-clip: initial;
}
#login-box .login-btn-container {
  margin: 2rem 0 0;
}
#login-box .login-btn-container #btn-submit-form {
  padding: 0.625rem 3rem;
  border-color: #1e5fbe;
}

#login-aam, .login-divider, #login-mc {
  display: inline-block;
  vertical-align: middle;
}

#login-aam {
  max-width: 310px;
}

form[name=RequestPassword] .error-alert {
  display: none;
}

form[name=RequestPassword] .success-alert {
  display: none;
}

form[name=RequestPassword] .coral-Button {
  margin-top: 0.625rem;
}

#message-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -220px;
  color: #fff;
  padding: 3rem;
  width: 480px;
}

#usage-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: "AdobeClean";
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
  padding: 0.5rem 0;
  color: #ccc;
  list-style: none;
}
#usage-box li {
  padding: 8px 0 8px 25px;
  float: left;
  margin: 0;
  line-height: 1rem;
}
#usage-box li:last-child {
  float: right;
  padding-right: 25px;
}
#usage-box a.usage-box-link {
  color: #ccc;
  text-decoration: none;
}

#modal-template {
  width: 400px;
  height: 472px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#modal-template .password-recovery-header {
  margin-top: 0.625rem;
}

.coral-Button--wait {
  position: relative;
}

.coral-Button--wait .coral-Wait {
  position: absolute;
  left: 0.625rem;
  display: none;
}

a.mac-link {
  color: #6487c3;
  font-size: medium;
  text-decoration: none;
}

a.mac-link:hover {
  text-decoration: underline;
}

.coral-Modal-body p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.alert {
  font-size: 0.875rem;
}

#login-error-alert {
  display: none;
  margin-top: 0.375rem;
}

#login-error-alert .incorrect, #login-error-alert .missing-value {
  display: none;
}

#login-error-alert .msg {
  display: none;
}

.dev-info {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 1rem;
  background: #000;
  color: #fff;
  font-weight: bold;
}

.client-access-info {
  text-align: center;
  padding: 0.2rem;
  font-size: 16px;
}

#login-box button.new-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0.5rem;
  text-align: center;
  min-width: 19rem;
}

#login-box button.new-login img {
  height: 16px;
  opacity: 0.75;
}

#login-box button.new-login p {
  margin: 0;
  padding-left: 0.6rem;
}

/*# sourceMappingURL=login.min.css.map */
