.uLogin {
    font-size: 14px;
}

.t15notification {
  position: absolute;
  left: 50%;
  width: 450px;
  margin-left: -225px;
}

.t15notification .alert {
  margin-bottom: 0px;
}

.uLogin .container {
  width: 1024px;
}

.uLoginContainer {
  margin-top: 100px;
}

.uLoginBanner {
   width: 646px;
   height: 375px;
   background: url("../images/Pathways_cut_02.png") no-repeat center right;
}

.uLoginBanner .slogan {
   color: #4d4d4f;
   font-size: 1.3em;
   position: relative;
   left: 95px;
   top: 220px;

}

.uLoginForm {
   width: 378px;
   height: 375px;
   background: url("../images/Pathways_cut_03.png") no-repeat center left;
   padding-left: 33px;
   font-size: 1.1em;
}

.uLoginForm table {
   margin-top: 110px;
}

.uLoginForm a,label {
   color: #000000;
   font-weight: bold;
}    

.uLoginForm #P101_FORGOTPWD a {
  color: #0099ff;
  font-size: 0.9em;
}

.uLoginForm input[type="text"],input[type="password"] {
  width: 225px;
  line-height: 20px;
  height: 30px;
  border-radius: 3px;
  padding: 0px 6px;
}

.uLoginForm input.login {
  background : url("../images/login_button.png") no-repeat center center;
  width: 124px;
  height: 50px;
  border : none;
  color : transparent;
  font-size : 0;
  margin: 17px 0px 20px 0px;
}

.uLoginFooter .divider {
  margin: 0 auto;
  width: 948px;
  border-bottom: 2px dotted gray;
}

.uLoginFooterInfo {
  color: #6d6e71;
  font-size: 0.85em;
  padding: 5px 30px 5px 50px;
}

.uLoginFooterInfo .copyright {
  text-align: left;
}

.uLoginFooterInfo .support {
   float: right;
   padding-right: 20px;
}

.uLoginFooterInfo .support span {
   border-left: 1px solid gray;
   padding-left: 5px;
}

.uLoginFooterInfo .support span:first-child {
   border-left: none;
}

.uLoginFooterInfo .support a {
  color: #6d6e71;
  text-decoration: underline;
}    

.footer-popover-content div {
  display: none;
}

.uLoginFooterInfo div.popover-content {
  width: 300px;
  padding: 9px 7px;
}

.uLoginFooterInfo div.popover-content span {
  border: none;
}


.uLoginContainerIden {
    margin-top: 100px;
	margin-left: 10px;
}

.uLoginBannerIden {
   width: 963px !important;
   height: 375px !important;
   background: url("../images/Pathways_homeimage.png") no-repeat center right !important;
   background-size:cover !important;
}

.uLoginBannerIden .slogan_identity {
   color: #4d4d4f; 
   font-size: 1.4em;
   position: relative;
   left: 190px;
   top: 175px;

}

/*
.M2S_SIGNIN{
  background-color: #CF2A27;
  border: none;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 4px 2px;
  border-radius: 8px;
  font-size: 1.6em;
  color: white;
  position: relative;
  left: 430px;
  top: 280px;
  width: 135px !important;

}*/

.M2S_SIGNIN{
  background : url("../images/SignInButton.png") no-repeat center center;
  background-size: contain;
  left: 390px;
  top: 260px;
  width: 164px !important;
  height :57px;
  border : none;
  border-radius: 8px;
  color : transparent;
  font-size : 0;
  margin: 25px 0px 20px 0px;
  position: relative;

}


