.footer-login {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    align-items: center;
}

.blue-color {
    color: #2A3D7B;
}

.forget-password {
    text-align: right;
    width: 100%;
    padding-right: 12px;
}

.forget-password a 
{
    color: #2A3D7B;
    text-decoration: none;
}

.container-login svg {
    margin-top: 80px;
}

.container-login {
    background-color: #2A3D7B;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    direction: rtl;
}

.div-elements-login-column {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2%;
    width: 95%;
    padding: 15px 5px 15px 5px !important;
    border-radius: 20px;
    font-size: 10px;
    align-items: center;
}

.div-elements-login {
    background-color: white;
    display: flex;
    justify-content: center;
    gap: 2%;
    width: 95%;
    padding: 15px 5px;
    border-radius: 20px;
    font-size: 10px;
}

.element-login {
    background: #2A3D7B;
    border: 2px solid #D8762A;
    border-radius: 25px 12px 12px 12px;
    color: #ffff !important;
    padding: 25px 3px;
    width: 87px;
    text-align: center;
    font-weight: bold;
}

    .element-login:hover {
        color: white;
    }

    .element-login label {
        white-space: nowrap;
    }

.header-login-mobile {
    background: #2A3D7B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 0px 0px;
    color: white;
    width: 95%;
    padding: 10px 20px;
    font-size: 11px;
    text-align: right;
}

.body-login-mobile input {
    background: #FFFCFC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    font-size: 13px;
    padding: 4px 10px;
    text-align: center;
}

.body-login-mobile {
    background: #2A3D7B;
    border-radius: 0px 0px 20px 20px;
    width: 95%;
    color: white;
    padding: 10px 20px 15px;
    margin-top: 7px;
    font-size: 11px;
    text-align: right;
}


    .body-login-mobile label {
        text-align: right !important;
    }

.div-btn-login {
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 3%;
    justify-content: center;
}

.btn-login {
    background: #2A3D7B;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 12px;
    color: white;
    width: 85%;
    padding: 5px;
    font-size: 11px;
}

    .btn-login:hover {
        color: white;
        background: #2A3D7B;
    }

@media only screen and (min-width:350px) {
    .div-elements-login-column {
        font-size: 12px;
    }

    .div-elements-login {
        font-size: 12px;
    }

    .element-login {
        width: 35%;
    }
}

@media only screen and (min-width:400px) {
    .div-elements-login {
        width: 390px;
    }

    .div-elements-login-column {
        width: 395px;
    }
}
