html,
body,
.login {
  background: url(../images/pickaxe-background-utep.jpeg) no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  font-size: 10pt;
  margin: 0 0 50px;
  height: 100%;
}
#readMe{
  cursor: pointer;
}
#readMeBttn{
  margin-left: 675px;
}
.text-center {
  text-align: center;
}

.loginLogo {
  margin: -65px auto -40px auto;
  place-items: center;
}
.logo{
  margin-left: 850px;
}
.loginTitle {
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
  overflow: hidden;
  box-sizing: border-box;

  font-family: "Museo Sans Webfont", "Trebuchet MS", sans-serif;
}

form {
  display: block;
  margin-top: 0em;
  text-align: center;
}

.text-box {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  color: #282828;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 18px;
  margin: 0;
  padding: 6px 0 6px 6px;
}

.login input[type="text"],
.login input[type="password"] {
  width: 230px;
  margin: 5px;
}

.cui-button {
  margin-top: 40px;
  transition: color 90ms linear;
  background-color: #e4e4e4;
  border: 0 solid transparent;
  color: #282828;
  padding: 7px 20px;
}
#loginMessage{
  max-width: 537px;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
  position: relative;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.message {
  max-width: 537px;
  margin-left: auto;
  margin-right: auto;
  top: 45px;
  position: relative;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
