html,
body,
.container {
    background-color: #e5e8ed;
    height: 100%
}

.container {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.footer {
    opacity: 0.3;
    margin-top: 20px;
    text-align: center
}

button[type="submit"] {
    background-color: #773c85;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

button[type="submit"]:hover {
    color: #fff;
}

i.glyphicon-fire {
    color: #ffa500
}

.message {
    text-align: center;
    color: red
}

.header {
    text-align: center;
    color: #6c6c6c;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 34px;
}