.psloginbutton {

	font-size: 10pt;
	font-family: cursive;
	/* font-weight: bold; */
	border: 2px outset;
	height: 32px;
	width: 94px;
	color: #FFF;
	background-color: #0238A5;
	margin-left: -342px;
	margin-top: 46px;
	border-bottom-right-radius: 26px;
	border-top-left-radius: 26px;
	box-shadow: 1px 1px 19px;
}
.psloginframe { 
		
		/* border: 1px solid #D6D6D6; */
		display: block;
		background-image: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
		height: 482px;
		width: 600px;
		box-shadow: 0px 0px 17px #EDF5F0;
		border-radius: 20px;
	}
.pslogintext {
	font-size: 14pt;
	color: #F8F1F1;
	font-weight: normal;
	background: none repeat scroll 0% 0% #BA2809;
	width: 21%;
	border-bottom-left-radius: 25px;
	font-family: cursive;
	border-top-right-radius: 26px;
	animation: 1500ms ease 0s normal none infinite running glowing;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
  	-o-animation: glowing 1500ms infinite;
}
@keyframes glowing {
  	0% { background-color: #DA251C;box-shadow: 0px 0px 3px #F7FAFC; }
  	50% { background-color: #DA251C;box-shadow: 0px 0px 33px #F8F4F3; }
  	100% { background-color: #DA251C;box-shadow: 0px 0px 3px #015198; }
}
@-webkit-keyframes glowing{
  	0% { background-color: #DA251C;box-shadow: 0px 0px 3px #F7FAFC; }
  	50% { background-color: #DA251C;box-shadow: 0px 0px 33px #F8F4F3; }
  	100% { background-color: #DA251C;box-shadow: 0px 0px 3px #015198; }
}
@-moz-keyframes glowing{
  	0% { background-color: #DA251C;box-shadow: 0px 0px 3px #F7FAFC; }
  	50% { background-color: #DA251C;box-shadow: 0px 0px 33px #F8F4F3; }
  	100% { background-color: #DA251C;box-shadow: 0px 0px 3px #015198; }
}
@-o-keyframes glowing{
	0% { background-color: #DA251C;box-shadow: 0px 0px 3px #F7FAFC; }
  	50% { background-color: #DA251C;box-shadow: 0px 0px 33px #F8F4F3; }
  	100% { background-color: #DA251C;box-shadow: 0px 0px 3px #015198; }
}
.psloginlabel {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
/*.pslogincopyright {
	font-family: Arial;
	font-size: 9px;
}*/
/*.pslanguageframe {
	background-color: #FFFFFF;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
.psmessageframe {
	background-color: #EEEEEE;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
} */
.pslogintextsmall {

	font-family: Arial;
	font-size: 7pt;
	color: #000000;
}
.pslogintextsmalllabel {

	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.psloginerror {

	font-family: Arial;
	font-size: 9pt;
	color: #DA1414;
	text-shadow: 0px 0px 2px black;
}
.psloginmessagelarge {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #BA2809;
}
.psloginmessage {

	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #BA2809;
}
.pslogineditbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #666869;
	width: 300px;
	height: 40px;
	margin-left: -120px;
	border-radius: 3px;
	border-color: #98BF21;
	border-style: solid;
	box-shadow: 0px 1px 8px 1px rgba(243, 246, 249, 0.97);
	border: none;
	padding-left:10px;
	/* font-weight: bold; */
}
.pslogineditbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #666869;
	width: 300px;
	height: 40px;
	margin-left: -120px;
	border-radius: 3px;
	border-color: #98BF21;
	border-style: solid;
	box-shadow: 0px 1px 8px 1px rgba(243, 246, 249, 0.97);
	border: none;
	margin-top: 24px;
	padding-left:10px;
	/* font-weight: bold; */
}
.tjohn_logo{
	margin-top:10px;
	height:35%;
	width:90%;
}
.peoplesoft_logo{
	float: right;
	margin-right: -84px;
	margin-top: -41px;
}

