﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.login-screen {
    background-image: url("/IEMS/img/Background_Image_Login.jpg?18507");
    background-color: #cccccc;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}