.body {
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-color:#114c98;
}
.pagebackground {
background-image: url('../images/hysecohdrbgdark.jpg');
background-repeat:no-repeat;
height:100%;
width:100%;
/**border:1px solid black;**/
}

/** pageframe for each page - length **/
.pageframehome {
margin-left:auto;
margin-right:auto;
height:690px;
width:1050px;
/**border:1px solid black;**/ 
}

.header {
height:115px;
width:100%;
}
.toprow-logo {
height:105px;
width:380px; 
background-image: url('../images/hysecologo.png');
background-repeat:no-repeat;
cursor:pointer;
float:left;
}
.headeraddress {
height:105px;
width:160px; 
float:right;
font-family:Arial,Helvetica;
text-align: left;
text-decoration: none;
font-size:.75em;
font-weight:bold;
color: #ffffff;
margin-top:10px;
margin-left:300px;
}
.contentcell {
height:615px;
width:1025px;
position:relative;
}
.contentbgheader {
height:190px;
width:980px; /**952**/
background-image: url('../images/contentbgheader.png');
background-repeat:no-repeat;
float:left;
margin-left:50px;
z-index:-1;
}

.contentbg370{
height:370px;
width:980px;
background-image: url('../images/contentbgmiddle.png');
background-repeat:repeat-y;
float:left;
margin-left:50px;
margin-top:-2px;
z-index:-1;
}
.contentbgfooter {
height:45px;
width:980px;
background-image: url('../images/contentbgfooter.png');
background-repeat:no-repeat;
float:left;
margin-left:50px;
z-index:-1;
}
.pagecontentcell {
margin-left:60px;
position:absolute;
top:15px;
}
.navigation {
width:200px;
float:left;
/** border:1px solid black; **/
}
/** NAVIGATION **/
.menu {
padding-bottom:10px;
}
a.menulink {
display: block;
width: 195px;
text-align: center;
text-decoration: none;
font-family:Arial,Helvetica;
font-size:.75em;
font-weight:bold;
color: #000000;/**114c98**/
border: solid 1px #000000;
background-color:#dfdfdf;/**dfdfdf**/
padding-top:5px;
padding-bottom:5px;
}
a.menulink:hover {
color: #ffffff;
border: solid 1px #74a8ef;
background-color:#114c98;
}
/** END NAVIGATION **/

.pagecontent {
width:700px;
font-family:Arial,Helvetica;
font-size:.75em;
color: #000000;
padding-left:20px;
padding-right:10px;
float:left;
}
.pagetitlehome {
font-family:Arial,Helvetica;
font-size:1.5em;
color: #000000;
font-weight:bold;
text-decoration:underline;
text-align:center;
width: 700px;
float: left;
}
.employee-error{
font-family:Arial,Helvetica;
font-size:1.25em;
color: #CC0000;
text-align: center;
}
.form-group{
width:40%;
text-align:right;
float:left;
}
.form-group2{
width:60%;
text-align:left;
float:left;
}
.form-button{
text-align:center;
}
.welcome-text{
font-family:Arial,Helvetica;
font-size:1.5em;
color: #000000;
text-align:center;	
}	
.buttoncontainer{
text-align:center;
}	
a.reset-signout-link{
display: block;
width: 195px;
text-align: center;
text-decoration: none;
font-family:Arial,Helvetica;
font-size:1em;
font-weight:bold;
color: #000000;/**114c98**/
border: solid 1px #000000;
background-color:#dfdfdf;/**dfdfdf**/
padding-top:5px;
padding-bottom:5px;
}
a.reset-signout-link:hover {
color: #ffffff;
border: solid 1px #74a8ef;
background-color:#114c98;
}
.container {
    align-items: center;
    justify-content: center;
}
.message {
    text-align: left;
    /* background: #f9ede4; */
    padding: 15px 0px;
    /* border: 1px solid #699062; */
    /* border-radius: 5px; */
    /* margin-bottom: 10px; */
    color: rebeccapurple;
}
.btn {
    height: 45px;
    width: 80%;
    background-color: #114C98;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 15px;
    margin: auto;
}
.btn:hover {
    opacity: 0.7;
}
.form-box {
    width: 650px;
    margin: 30px 10px;	
}
.input-container {
    width: 300px;
    margin-bottom: 15px;
	margin-left: 175px;
}
.input-field {
    width: 200px;
    padding: 10px 10px 10px 16px;
    height: 20px;
    outline: none;
    border: none;
    font-size: 15px;
    background-color: #f1f1f1;
}
.input-field:focus {
    color: #114C98;
}
.remember {
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 20px;
	text-align: center;
}
.remember .check {
    margin-right: 5px;
}
.remember span {
    margin-left: 105px;
}
.remember span a {
    text-decoration: none;
    color: #114C98;
}
.remember span a:hover {
    font-weight: bold;
}
.field {
text-align: center;
}