﻿

@font-face {
    font-family: 'droidkufi-regular';
    src: url('../../admin/dist/css/font/droidkufi-regular.ttf') format('truetype');
    
}


* {
    font-family: droidkufi-regular;
    
}

#passwordLogIn, #usernameLogIn, #yearNum {
    text-align: center;
}


  label, #checkbox-signin {
    font-weight: 500;
}
button[type="submit"] {
    font-weight: 600;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7e57c2;
    background-color: #7e57c2;
}

.form-group span{
    font-size:11px;
}

body {
    background-image: url(/SystemLogo/bg-pattern.png);
    background-color: #7e57c2;
    background-size: cover;
    background-position: center;
}

.card {
    background-image: url(/SystemLogo/bg-pattern-2.png);
    background-size: cover;
}

.password-toggle {
    cursor: pointer;
    background: #f8f9fa;
}

    .password-toggle svg {
        width: 18px;
        height: 18px;
    }

.input-group-text.password-toggle {
    border-right: 0;
    border-left: 1px solid #ced4da;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* حاوية اللغة */
.language-wrapper {
    position: relative;
}

/* أيقونة الكرة الأرضية */
.lang-icon {
    cursor: pointer;
    color: #6c757d;
    display: flex;
    align-items: center;
}

    .lang-icon svg {
        width: 18px;
        height: 18px;
    }

/* إخفاء select مع بقائه يعمل */
.lang-select {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}




