body {
    top: 0px !important;
    height: 120vh;
    width: 100%;
    font-family: "Roboto", sans-serif;
    background-color: #fffff;
    background-image: url("../images/l-logo.png");
    background-repeat: repeat;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.logo-holder {
    display: flex;
    justify-content: flex-end;
}

.logo {
    height: 50px;
    width: 250px;
}

.btn {
    background-color: #343c7b;
}

.login-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header {
    height: fit-content;
    overflow: hidden;
    position: relative;
    display: flex;
    background-color: #343c7b;
}
.header h5 {
    white-space: nowrap;
    margin: 0;
    width: 100%;
    
}

.marquee_ltr {
    animation: cssmarqueeltr 30s linear infinite;
}

.marquee_rtl {
    animation: cssmarqueertl 30s linear infinite;
}

@keyframes cssmarqueeltr {
    0% {
        transform: translate(-100%, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}
@keyframes cssmarqueertl {
    0% {
        transform: translate(100%, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #dadaf4;
}

#google_translate_element {
    display: none;
}

.flag_link {
    text-decoration: none;
    color: black;
}

.lang_active {
    outline: none;
    text-decoration: none;
    background:#343c7b;
    color:white !important;
    padding:2px 5px;
    font-weight: bold;
}

@media screen and (max-width: 990px) {
    .logo-holder, .notification-holder {
        width: 100%;
    }
}
