.success-message {
    display: none;
    margin-top: 20px;
    padding: 12px;
    background-color: #e0ffe0;
    color: #2e7d32;
    border: 1px solid #b2dfdb;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}

.image-size{
    height: 241px;
    object-fit: cover;
}

.side-image-size{
    max-width: 83%;
}
.logo span {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}

.footer-logo {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}
.disclaimer {
    color: #6c757d;
}