﻿body {
    font-family: Century Gothic;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    flex-direction: column;
    min-height: 100vh;
}

.login-container {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 34px;
    overflow: hidden;
    height: 98%;
}

.left-panel {
    background-color: #1C3664;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.logo {
    width: auto;
    height: auto;
    margin-left: 14px;
    margin-top: -39px;
}

.laptop-image {
    margin-top: 20px;
}

.right-panel {
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}

.forgot-password {
    display: block;
    margin-top: 5px;
    color: #3a77b1;
    text-decoration: none;
    font-size: 0.9em;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

.btn-primary {
    background-color: #1C3664;
    border: none;
}

    .btn-primary:hover {
        background-color: #7E99B2;
    }

.footer-logo {
    width: 5%;
}

.icon-eye {
    background-color: white;
}

    .icon-eye:hover {
        background-color: #E8F0FE;
    }

/ .footer {
    flex: 0 0 18%;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


    footer img {
        width: 100%;
        height: auto;
        display: block; 
    }

.div_login {
    margin-top: 10%;
}

.sec_footer {
    flex: 0 0 18%;
}
