/* Remove footer  */
div#footer {
    display: none;
}
/* Remove blank shade behind logo */
#header img {
    background-color: transparent;
}
/* Center text alert message */
.alert {
    text-align: center;
}

/* Maximum size of login content
@media (min-width: 992px) {
    .container {
    max-width: 540px;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 540px;
    }
}
@media (min-width: 992px) {
     .container{
         max-width: 540px;
     }
 }
*/
/* Application color black */
.card-body{
    color: #495057;
}