/* Campus CSS overrides */

#ProdSuptBtn{
	line-height: 1.3333333;
    	border-radius: 6px;
	border:1px solid #810628;
}

#ProdSuptBtn p{
    	color:#666;
	font-size:18px;
}

.cTitle {
  padding-top:14px;
  display:block;
  font: italic normal normal 39px/1 Impact, Charcoal, sans-serif;
  color: #76787b;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 1px rgba(140,140,140,1) ;
}


/* 
* --------------------
* Login Page
* --------------------
*/

.login-container{
	opacity:0.9;
}
/*.login-logo{
    height: auto;
    max-width: 100%;
    display:block;
    margin:auto;
}*/

body#loginBody { 
   background-image: url(../../branding/campus_1/en_US/images/login/loginbackground.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}