﻿body.external-layout {
  background: #179FB6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #179FB6, #47B05D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #179FB6, #47B05D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #179FB6, #47B05D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #179FB6, #47B05D);
  /* Standard syntax */
  height: 100% !important;
}
body.external-layout .background-image {
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  background-image: url(../Images/PSSLogoBack.png);
  background-position: right;
  background-size: cover;
}
body.external-layout .background-image .loginTitle {
  height: 70px;
  background-image: url(../Images/PSSLogoWhite.png);
  background-repeat: no-repeat;
}
body.external-layout .background-image #password-instructions {
  background-color: #137B77;
}