﻿.login-page {
    background-repeat: no-repeat;
    /*background-image: linear-gradient(#a5c9ff, #003a8f);*/
    /*background-image: linear-gradient(#f1efef, #919191);*/
    background: #0264d6; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #0264d6 1%,#1c2b5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 100%;
    height: calc(100vh);
    /*padding-bottom: 50px;*/
    background: #3d9be0;
}

footer.main-footer {
    position: fixed;
    bottom: 0;
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
}

.card-header {
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
}

@media(max-width: 544px) {
    .card-header {
        padding: .75rem;
    }
}

h1.display-3 {
    color: #b70000;
    font-size: 3rem;
}
.error-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .error-wrapper .jumbotron {
        min-width: 600px;
    }

p.display-error-msg {
    /*display: block;*/
    padding: 20px 0px;
    color: #2644f5;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
}
