﻿html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex: 1; /* This ensures the main content area takes up all available space */
    display: flex;
    flex-direction: column;
}

.footer-custom {
    color: white;
    background-color: #2C3E50;
    padding: 10px;
    text-align: center;
    margin-top: auto; /* Pushes the footer to the bottom */
}

/* Other styles */
.header-image {
    height: 62px;
    width: 814px; /* Adjust the width as needed */
}

body {
    font-family: 'Lato', sans-serif;
}


.btn-group .btn {
    min-width: 150px; /* Ensures all buttons have the same width */
    padding: 10px 15px; /* Adjust padding for uniform height */
    font-size: 16px; /* Ensures text size consistency */
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-success {
    background-color: #d1f2eb !important; 
   
}
