
body,
html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
}

.right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding: 20px;
    background-color: #ffffff;
    background-image: url(image/Vector.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 250px 170px;
}

.header-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-container {
    max-width: 400px;
    width: 100%;
    padding: 30px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.footer {
    width: 100%;
    padding: 2px 5px;
    display: flex;
    justify-content: space-between;
}

.login-row {
    height: 100%;
}

h2 {
    color: #155785;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}

h6 {
    font-size: 15px;
    color: #41414D;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
}

.left-side {
    background-color: #155785;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 0px 18px 18px 0px;
    height: 100%;
    padding: 20px;
}

.left-side h1 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

.left-side img {
    max-width: 58%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.left-side p {
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
}

.left-side-footer {
    color: white;
    font-size: 9px;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    padding-top: 30px;
    width: 100%;
}

.left-side-footer a {
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
}

.left-side .image {
    max-width: 38%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.header-images img {
    max-width: 155px !important;
    height: auto;
}

.login-btn {
    background-color: #155785;
    color: #fff;
    border: none;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.login-btn:hover {
    background-color: #155785;
    color: #fff;
}

.footer-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.footer-icons img {
    max-width: 30px;
    height: auto;
}

.input-group {
    position: relative;
}

button {
    margin-top: 30px;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.contact-item {
    color: #155785;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.contact-item img {
    max-width: 90%;
}

.contact-icons {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 15px;
}

.contact-icons a {
    display: inline-block;
}

.contact-icons img {
    max-width: 30px;
    height: auto;
}

@media (max-width: 767px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    .contact-info {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .right-side {
        height: 100%;
        padding: 20px;
        background-image: none;
    }
}

@media (max-width: 576px) {
    .login-container {
        padding: 20px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .login-container {
        padding: 20px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
    }
}
