input[type=text]#staff {padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=text]:focus#staff {border-color:#333; }

input[type=password]#staff {padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=password]:focus#staff {border-color:#333; }


input[type=submit]#staff {padding:5px 15px; background:#ccc; border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

#stafferror {
  padding:50px;
  font-size:1.5em;
  text-align: center;
}

.logodiv {
  text-align:center;
}

.logodiv img {
}

.titlediv {
  text-align: center;
  padding-top: 25px; 
  font-size: 1.5em; 
  color: #82b483;
}

.loginform {
  text-align:center; 
  padding-top:25px; 
  padding-bottom:15px; 
  background-color: #82b483;
}

.video {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

.links {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: #ffffff;
  font-size: 2em;
}

.links a {
  color: #ffffff;
}

.links a:hover {
  color: #ffffff;
}

.links a:visited {
  color: #ffffff;
}

.footer {
  text-align: center;
  color: #82b483;
}

.footer img {
  max-width:250px;
}

.footer h1 {
  font-weight:900;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

.footer h3 {
    line-height: 1.1em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.footer ul {
    display: block;
    list-style-type: none;
}

.footer ul li {
display: inline-block;
}
