/* .vh-100 { height: 100vh; }

.h-custom { height: 100%; }

.icon-center { display: flex; justify-content: center; align-items: center; height: 100px; }

.bg-image-section { background-color: white; display: flex; justify-content: center; align-items: center; }

.bg-form-section { background-color: #2574c9; color: white; } */
/* for mobile screen to see bottom*/
@media screen and (max-width: 900px) {
    html, body{padding-bottom: 70px;}
}
.back-btn {
    background-color: #014222;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.back-btn:hover {
    background-color: #014222;
}
/* Styling for the body */
body {
    background: #f5f5f5;
}
