body {
    background-color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
}

.container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 20px;

}

.logo-placeholder img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.custom-image-size {
    width: 250px; /* Adjust the width as needed */
    height: auto;
}

.form-container {
    padding: 20px;
}

.welcome-message {
    margin-top: 50px;
    text-align: left; /* Left alignment for the text */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
}

.btn-custom {
    background-color: #e60e30;
    border-color: #e60e30;
    color: white;
}

.btn-custom:hover {
    background-color: #c00c28;
    border-color: #c00c28;
    color: white;
}
