body {
  font-family: arial, tahoma, sans-serif;
  font-size: 90%;
  background-color: #fff;
}
table {
  font-family: arial, tahoma, sans-serif;
  font-size: 90%;
}

div {
  text-align: center;
}
div#signin {
  margin-top: 80px;
  width: 500px;
}
div#page {
  width: 500px;
  background-color: #a8353a;
  color: #efefef;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
img#apu-logo {
  margin: -20px;
}
div#login-1 {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 35px;
  width: 380px;
  height: 80px;
  background: #fff url(/WEB-RESOURCES/peoplesoft/images/bg-credentials.png) repeat-x;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
div#login-2 {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 380px;
  background: #fff url(/WEB-RESOURCES/peoplesoft/images/bg-credentials.png) repeat-x;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
input[type="submit"] {
  background-color: #0071bb;
  color: #fff;
  border: none;
  width: 380px;
  padding: 10px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  cursor: pointer;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
}
.sso-button {
  background-color: #0071bb;
  color: #fff;
  width: 130px;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border-style: outset;
  border-color: #0071bb;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.local-button {
  background-color: #493f35;
  color: #fff;
  width: 130px;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border-style: outset;
  border-color: #493f35;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
table#credentials {
  border-spacing: 5px;
}
table#credentials td.label {
  color: #333;
  font-weight: bold;
  text-align: right;
}
table#credentials td.input {
  text-align: left;
}
div#actions {
  width: 405px;
}
table#columns {
  width: 100%;
  border-spacing: 10px;
}
table#columns td {
  vertical-align: top;
}
table#columns td.left {
  text-align: left;
}
table#columns td.right {
  text-align: right;
}
ul#personas {
  display: block;
  align-self: center;
  list-style-type: none;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  color:#000
}
li#persona {
  display: list-item;
}
a, a:visited {
  color: #257bb2;
}
a:hover {
  color: #257bb2;
}

a.browser, a.browser:visited {
  color: #dfdfdf;
}
a.browser:hover {
  color: #cecece;
}
div.server {
  margin-top: 30px;
  padding: 5px;
  text-align: right;
  color: #700;
  font-size: 80%;
  border-radius: 6px;
}
div#footer {
  background-color: #493f35;
  color: #dfdfdf;
  width: 500px;
  height: 35px;
  margin-top: 3px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.center {
  margin-left: auto;
  margin-right: auto;
}
.middle {
  line-height: 35px;
}
.middle25 {
  line-height: 25px;
}
.small {
  font-size: 70%;
}
.bold {
  font-weight: bold;
}
.error {
  font-size: 80%;
  color: #f00;
}

/* Expire page specific styles */
.ps_box-info {
  color: #333;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

.ps_loginmessagelarge {
  color: #333;
  font-size: 14px;
  margin: 8px 0;
  line-height: 1.4;
}

.ps_loginmessagelarge a {
  color: #e4002b;
  text-decoration: none;
}

.ps_loginmessagelarge a:hover {
  text-decoration: underline;
}

#login-2.expire {
  height: auto;
  min-height: 80px;
  padding: 20px;
  background: #fff;
}
