html {
  height:100%;
}
body, .master-wrapper, #main-wrapper {
  background:#ebebeb;
  height:100%;
}
.master-wrapper {
  display:flex;
  align-items:center;
  justify-content:center;
}

header, footer {
  display:none;
}

h5.card-title {
  text-align:center;
  margin-top:5px;
  margin-bottom:30px;
  font-weight:400;
}

.cas-login-logo {
  text-align:center;
  font-size:19px;
}
.cas-login-logo img {
  width:100%;
  max-width:160px;
  height:auto;
  margin-bottom:30px;
}

.card.cas-login {
  width:100%;
  max-width:300px;
  border:none;
  background:#FFF;
  position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto 50px;
    padding: 35px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.cas-login p {
  margin-bottom:20px;
  text-align:center;
}
.cas-login .button {
  text-transform:uppercase;
  padding:15px;
  text-align:center;
  color:#FFF;
  background:#CCC;
  width:100%;
  margin-top:30px;
  display:block;
  border:2px solid #CCC;
}
.cas-login .button:hover {
  background:#FFF;
  color:#CCC;
  text-decoration:none;
}
.cas-login p.card-text {
  font-size:14px;
}
