﻿html, body {
    height: 100vh;
    margin: 0;
    /*color: rgb(212,213,214);
    background: rgb(212,213,214);
            background: linear-gradient(180deg, rgba(212,213,214,1) 0%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);*/
}

.login {
    background: white;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

.bg-login-image {
    background-image: url('../images/login.jpeg');
    background-position: center;
    background-size: cover;
}

#d-footer a {
    color:#808080;
    font-weight:bold;
    padding-right:40px;
}

.cssValidate {
    color: #FF0000;
}