* {
    margin: 0;
    padding: 0;
}
/* Login Page */
body {
    background-color: #333 !important;
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
.loginform {
    margin: 70px;
    background-color: white;
    padding: 60px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 26px 5px #000000; 
    box-shadow: 0px 6px 26px 5px #000000;
}
.heading {
    text-align: center;
    color: white;
}
.heading img {
    height: 128px;
    
}
.message {
    color: red !important;
}
