﻿/* 

This file is meant to inject customer specific branding during the deployment process.

The following styling overwrites the default drtrack styling and has the potential to introduce UI defects. 
Add non-templated styling with extreme caution.

*/

/* CHANGE LOGIN LOGO */
/*
    Change ~/images/Branding/login-logo.png to your desired image.
    The default logo is 499x98 px. Ensure the custom image is similarly sized to avoid layout issues.
*/

/* CHANGE NAVBAR LOGO */
/*
    Change ~/images/Branding/navbar-logo.png to your desired image.
    The default logo is 150x14 px. Ensure the custom image is similarly sized to avoid layout issues.
*/

/* CHANGE LOGIN BOX ATTRIBUITES */
/*.login-box {
    background-color: #397ba2;
    border-color: rgba(213, 239, 255, 0.5); 
}*/

/* CHANGE LOGIN BOX USERNAME PASSWORD LABEL COLOR */
/*.login-box .form-group > label.control-label {
    color: #eee;
}*/


/* CHANGE LOGIN BOX VERION COLOR */
/*#drtrack-version {
    color: #eee;
}*/

/* CHANGE FOOTER ATTRIBUTES */
/*#footer {
    background: #252525;
    color: #ddd;
}*/

/* CHANGE FOOTER HYPERLINK ATTRIBUTES */
/*#footer a {
    color: #25A0DA
}*/

/* CHANGE NAVBAR ATTRIBUITES */
/*.navbar {
    background-color: #222;
    border-color: #080808;
}*/

