﻿html, body, .container-fluid {
    height: 100% !important;
}

body {
    background: rgb(249, 241, 220);
}

.login-card {
    background: #FFF;
    border-radius: 0.25rem !important;
    border: 1px solid #dee2e6 !important;
    color: black;
    margin: auto !important;
    padding: 1.5rem 2rem;
    width: 400px;
}

/*.primary-yellow-btn {
    background: #f1ba27;
    border: #f1ba27;
    color: black;
    font-weight: 500;
}
    .primary-yellow-btn:hover {
        background: black;
        color: #f1ba27;        
    }*/

img {
    width: 500px;
}

/*h1 {
    font-weight: 700;
}*/

/*.validation-summary-errors ul {
    margin-bottom: 0 !important;    
}*/


/*.password-information-icon {
    opacity: 0.8;
}*/

/*.password-information-icon:hover {
    opacity: 1;
}*/