@font-face {
  font-family: Adelle;
  src: url('/content/fonts/AdelleSansSAGE.woff');
}

@font-face {
  font-family: 'Adelle Bold';
  src: url('/content/fonts/AdelleSansSAGE-Bold.woff');
}

@font-face {
  font-family: 'Roboto';
  src: url('/content/fonts/Roboto-Regular.woff');
}

@font-face {
  font-family: 'Roboto Bold';
  src: url('/content/fonts/Roboto-Regular.woff');
}

html {
    height: 100%;
}

body {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.SSOMessageZone {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000000;
}

.SSOMessageHeader {
    font-size: 28px;
    margin: 30px 0 0 0;
    padding: 25px 0;
    text-align: center;
    color: #FFFFFF;
}

.SSOMessageHeader > img{
  width: 60%;
}

.SSOMessageContent {
    font-family: 'Roboto Bold';
    font-size: 18px;
    margin: 30px 0 0 0;
    padding: 25px 0;
    text-align: center;
    color: rgba(256,256,256,0.87);
}

.SSOMessageContentMessage a {
    text-decoration: none;
}

.SSOMessageFooter {
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.SSOMessageFooter a {
    font-family: 'Helvetica';
    text-decoration: none;
    color: rgba(37,91,199,0.87);    
}

.retryZone {
    padding: 5% 25px 10px 25px;
}

.retryBtn {
    font-family: 'Helvetica';
    height: 22px;
    display: inline-block;
    font-size: 12px;
    background-color: #008347;
    border-radius: 2px;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #008347;
    margin-left: 3px;
    padding: 8px 15px 0;
    text-align: center;
}

.retryBtn:hover {
    background-color: #006234;
    cursor: pointer;
}

.SSOIconError {
  margin: 30px 0;
}

.SSOIconErrorSquare{
  height: 110px;	
  width: 160px;	
  border: solid 10px #E0E0E0;
  margin: 0 auto;
}

.SSOIconErrorCross{
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.SSOIconErrorCross:before, .SSOIconErrorCross:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 64px;
  width: 2px;
  background-color: #333;
  border: 4px solid #9E9E9E;
  box-sizing: border-box;
}

.SSOIconErrorCross:before {
  transform: rotate(45deg);
}

.SSOIconErrorCross:after {
  transform: rotate(-45deg);
}

.SSOIconErrorRadiusLine{
  height: 19px;	
  width: 235px;	
  border-radius: 0 0 8px 8px;	
  background-color: #E0E0E0;
  margin: 0 auto;
}
.SSOIconErrorLogoContainer{
  height: 80px;
  width: 80px;
  background-color: #00DD7C;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 50%;
}

.SSOIconErrorLogoContainer > img {
  margin-top: 30px;
}
