﻿body {
    height: 100vh;
    background: linear-gradient( rgba(28, 41, 84, 0.8), rgba(28, 41, 84, 0.8) ), url(../../common/images/anonymous-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    height: 100%;
}

.error-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}