.width-50 {
    width: 50vw; /* Just for demonstration */
}
.button_link {
    font-size: 14px !important;
    color: #0b5595 !important;
    background-color: unset !important;
    text-decoration: none;
    border: unset !important;
    padding: unset !important;
}
/* Center content vertically within the columns */
.login-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Additional styling for the left column */
.left-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #199b4d;
    color: white;
    font-size: large;
    height: 100vh; /* Set height to 100% viewport height */
}
.footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-icons img {
    width: 50px; /* تنظیم عرض نمادها */
    height: auto;
    margin: 0 10px; /* فاصله بین نمادها */
}
