a{
    color: #3F3F37;
    text-decoration: none;
}
a:hover{
    color: black;
    border-top: 1px solid #DE541E;
    border-bottom: 1px solid #DE541E;
    text-decoration: none;
}
body{
    background-image: url("../assets/img/bglogin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

footer{
    background-color: #121212d0;
    font-size: max(1.25vw, 12px);
    color: #DE541E;
}
#layoutAuthentication, #layoutAuthentication_content, main, .container, .row, .col-lg-5
{
    background-color: rgba(0, 0, 0, 0);
}
.card{
    background-color: rgba(255, 255, 255, 0.459);
    border: 1px solid #3F3F37;
}
.card-header{
    background-color: #121212d0;
    color: #D6D6B1;
}

#btnLogin{
    text-align: center;
    color: #D6D6B1;
    background-color: #DE541E;
    border-color: #DE541E;
    font-family: Roboto;
    font-weight: bold;
    border-radius: 0.25em;
    padding: 0.5em;
    text-decoration: none;
    width: 30%;
}
#btnLogin:hover{
    cursor: pointer;
    color: #121212;
    background-color: #D6D6B1;
    border-color: #D6D6B1;
    font-family: Roboto;
    border-radius: 0.15em;
}