/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2025, 1:13:04 PM
    Author     : tim
*/

#responseContainer img {
    max-width: 100%;
}
.input-group-prepend, .input-group-text {
    border-radius: 0px 0px 0px 0px !important;
}
body#loginPage {
    /* your image: replace with your actual path/URL */
    background-image: url('../images/backgrounds/Oz.Photo.BG.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
