body, h1, h2, h3, p, ul, li, form, input, button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}



#gradiant-bg {
    background: #3a6f78;
    background: linear-gradient(215deg, rgb(170 223 223) 0%, rgb(240 252 252) 23%) !important;
    /*border-bottom: 5px solid #7bb9cb;*/
    /*margin-bottom: 20px !important;*/
}

#page-wrapper {
    overflow-x: hidden;
}

#page {
    background: unset !important;
    background-image: unset !important;
}

.logo {
    margin-top: 0px;
}

.logo img {
    margin: 0 3px;
    max-width: 350px;
}

.login-container {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.instructions {
    padding-top: 75px;
}
.instructions h2 {
    font-size: 28px;
    font-weight: bold;
    color: #4D0857;
}

.instructions hr {
    width: 60px;
    border: 2px solid #D7B463;
    margin: 10px 0;
}

.instructions strong {
    color: #000000;
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.instructions p {
    color: #303030;
    font-size: 14px;
    line-height: 1.6;
}

.icons-contianer {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: nowrap;
}

.icons-contianer .item {
    flex: 1;
    min-width: 150px;
    padding: 16px;
    border-radius: 10px;
    text-align: center;
    color: #001A79;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icons-contianer .item:nth-child(1) {
    background-color: #FAC8B4;
}

.icons-contianer .item:nth-child(2) {
    background-color: #7BB9CB;
}

.icons-contianer .item:nth-child(3) {
    background-color: #ACE6BD;
}


.icons-contianer .item .icon-contianer {
    height: 130px;
}
.icons-contianer .item img {
     max-width:100%;
}

.icons-contianer .item strong {
    display: block;
    color: #005b5e;
    font-size: 20px;
    min-height: 90px;
}

.image-side {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}

.image-side img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.login-form {


    background-color: #005B5E !important;
    color: white;
    padding: 30px;
    border-radius: 16px;
    width: calc(100% - 40px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    right: calc(500px - 100%);
    top: 20px;
    max-width: 500px;
    z-index: 2 !important;
    position: relative;

}


.form-bg-image {
    position: absolute;
    top: 0px;
    bottom: 20px;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
    border-radius: 16px;
    left: 25px;
    max-height: 550px;
    min-width: 60%;
}

.bg-color {
    background: #b9e0e7;
    position: absolute;
    right: -300px;
    width: calc(400px + 300px);
    top: -25px;
    min-height: 100%;
    border-top-left-radius: 20px;
}

.login-form .welcome {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}

.input-legend {
    position: absolute;
    top: -14px;
    left: 31px;
    background: #005b5e;
    z-index: 999999;
    display: inline-block;
    padding: 0 5px;

}

.input-group {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
}

.input-group-addon {
    padding: 10px;
    color: white;
}

.input-group input {
    flex: 1;
    border: none;
    background: transparent;
    color: white;
    padding: 12px;
    font-size: 14px;
    background-color: #005B5E !important;
    border: 1px solid #fff;

}

.input-group input::placeholder {
    color: white;
    opacity: 1;
}

.input-group input:focus {
    outline: none;
    box-shadow: none;
    color: white;
}

.btn {
    background-color: #ACE6BD;
    color: #005B5E;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 16px;

}

.btn:hover {
    background-color: #bdf0cf;
}

.forgetpass {
    text-align: center;
    margin-top: 16px;
}

.forgetpass a {
    color: #ACE6BD;
    text-decoration: underline;
    font-size: 14px;
}

.forgetpass a:hover {
    text-decoration: none;
}
.contact-email,.footer-text {
    padding-top: 10px;
}
@media (max-width: 1220px) {
    .contact-email,.footer-text {
        padding-top: 0px;
    }
}
@media (max-width: 1050px) {
    .instructions {
        padding-top: 50px;
    }
    .login-form {
        background-color: #005B5E !important;
        color: white;
        padding: 30px;
        border-radius: 16px;
        width: 100%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        right: unset;
        top: 20px;
        max-width: unset;
        z-index: 2 !important;
        position: relative;

    }

    .instructions, .form {
        padding: 20px;
    }

    .icons-contianer {
        flex-direction: column;
    }

    .form-bg-image {
        display: none;
    }

    .form {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin-top: 20px;
    }

    .footer-section {
        font-size: 14px;
        color: #212529;
        margin-top: 0px !important;
    }
    .contact-email,.footer-text {
        padding-top:0px;
    }
}


.footer-section {
    font-size: 14px;
    color: #212529;
}

.footer-section p {
    margin-bottom: 6px; /* أصغر قيمة لثبات البعد */
    line-height: 1.5;
}

.footer-section a {
    color: #0056b3;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.login-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1670px;
    margin: auto;
    overflow-x: hidden;
}

.btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.95rem;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
}

.login-atu {
    background-color: #ace6bd;
    color: #005e60;
}

.login-eugreen {
    background-color: #ace6bd;
    color: #005e60;
}

.login-cpd {
    background-color: #ace6bd;
    color: #005e60;
}

.login-cpd.active {
    background-color: #6e9084;
    color: #ffffff;
}

.btn-login img {
    margin-right: 8px;
}

.btn-login:hover {
    opacity: 0.9;
    cursor: pointer;
}

.login-note {
    font-size: 0.75rem;
    color: #d9e9e5;
    margin-bottom: 10px;
}

.form-wrapper {
    position: relative;
}

.forgetpass a {
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
}

.cookies-btn, .cookies-btn:hover {
    background: none !important;
    color: #ace6bd;
    outline: none;
    border: 0;
    font-weight: 100;
}

.login-signup {
    margin-top: 30px;
}

.login-signup a {
    color: #fff;
    font-weight: bold;
}

.footerlogo1{
    max-width: 100%;
}
.footer-logos{
    background: #fff;
}

.footer-logos div{
   text-align:center;
}
.footer-logos img{
   margin: auto;
    max-height: 100px;
}
.login-container{
 margin-bottom: 0;
}

#page.container-fluid {
    height: unset !important;
    overflow: auto !important;
}
