*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #131519 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section{
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
section a{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 400px !important;
}
section img{
    width: 400px;
    margin-left: 80px;
}
.login-form{
    width: 500px;
    padding: 20px;
    background: #fff !important;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.login-form input{
    padding: 14px !important;
    width: 100%;
}
.login-form input:focus{
    border: 1px solid #000 !important;
}
.login-form a{
    color:#FFD007;
    text-decoration: none;
}
.login-form button{
    width: 100%;
    padding: 13px;
    background: #FFD007 !important;
    color: #fff !important;
    border: none;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
 
    .login-form {
        width: 90%;
    }
   
    
}
#google_translate_element {
    margin: 0 1rem 0 0;
    position: relative;
    z-index: 1000;
    flex-shrink: 0;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    color: #fff !important;
    background: transparent !important;
    width: 59px;
}

/* Language-specific adjustments */
html[lang="de"] .button-text,
html[lang="fi"] .button-text,
html[lang="nl"] .button-text {
    font-size: 0.9em;
    line-height: 1.2;
}

/* RTL languages */
html[lang="ar"], 
html[lang="he"],
html[lang="fa"],
html[lang="ur"] {
    direction: rtl;
}