/* Heading Colors */
h1 {
    color: #d9531e;
    text-shadow: 1px 1px 1px #bbb;
}

h2 {
    color: #d9531e;
    text-shadow: 1px 1px 1px #bbb;
}

h3 { color: #8a7a67; }

h4 { color: #8a7a67; }

/*************************  Header  ******************************/

.headerTable .leftCell {
    height: 85px;
    width: 266px;
    background: url(/data/custom/citation/left.jpg) no-repeat;
}

.headerTable .fillerCell { background: url(/data/custom/citation/filler.jpg) repeat-x; }

.headerTable .rightCell {
    height: 85px;
    width: 500px;
    background: url(/data/custom/citation/right.jpg) no-repeat;
}

.footerTable .leftCell { width: 30%; }

.footerTable .middleCell { }

.footerTable .rightCell { width: 30%; }

/*************************  Body  ********************************/

body {
    font-family: 'Titillium Web', sans-serif;
    /*background-color: #bec3c5;*/
}

.pageTitleEmail {
    background: #d9531e;
    border: 1px solid #dddddd;
}

.pageTitleEmail h1 {
    font-size: 20px;
    color: #ffffff;
}

.loginBox, .confirmEmailBox {
    background: #eeeeee;
    border: 1px solid #dddddd;
}

.loginError {
    color: #ff0000;
    font-weight: bold;
}

.pageTitle { text-transform: uppercase; }

.pageTitle h1 {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    color: #0076C0;
}

h4 {
    color: black;
    margin-bottom: 5px;
}

h3 { color: black; }

p {
    text-align: justify;
    text-justify: inter-word;
}

.btn-login {
    font-family: Raleway, sans-serif-bold;
    font-size: 14px;
    color:#ffffff;
    line-height: 15px;
    border: 2px solid white;
    border-radius: 40px;
    background-color: #827382;
    transition: all 0.3s ease 0s;
    

  }

input[type="submit"], input[type="button"], input[type="reset"], button {
    background: #8a7a67;
    border: 1px solid white;
    color: #fff;
}
  .login-text {
      font-family: Raleway, sans-serif;
  }
/*************************  Footer  ******************************/

#top, footer {
    background-color: #D9531E;
    color: #ffffff;
}

.bottom-login-text
{
    height: 110px;
    padding-top: 35px;
    background: url(/inc/Compliance/icons/ManageLoginFooter.jpg) no-repeat;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
    text-align-last: justify;
}

#bottom-login-text
{
    height: 138px;
    padding-top: 35px;
    margin-top: 20px;
    background: url(/inc/Compliance/icons/ManageLoginFooter.jpg) no-repeat;
    background-size: 100%;
}

#EmailAddress {
    width: 100%;
}