#message {
  color: red;
  text-align: center;
  font-weight: bold;
}

#login {
  margin-top: 100px;
}

#loading-content {
position: absolute;
padding: 10% 0 0 0;
background: #000000;
opacity: 0.8;
z-index: 100;
left: 0;
right: 0;
height: 100%;
text-align: center;
color: #FFFFFF;
}

#page-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 25px;
    background-color: rgba(255, 255, 255, 0.7); 
}