﻿html, body, .container-fluid {
    height: 100% !important;
}

body {
    background: rgb(0, 53, 117);
}

.login-card {
    background: #FFF;
    border-radius: 0.25rem !important;
    border: 1px solid #dee2e6 !important;
    color: rgb(0, 53, 117);
    margin: auto !important;
    padding: 1.5rem 2rem;
    width: 400px;
}

img {
    width: 90px;
}

h1 {
    font-weight: 700;
}

label, button[type=submit] {
    font-weight: 500;
}

.validation-summary-errors ul {
    margin-bottom: 0 !important;
    /*list-style-type: disclosure-closed;*/
}

.password-information-icon {
    opacity: 0.8;
}

.password-information-icon:hover {
    opacity: 1;
}