﻿@font-face {
    font-family: 'Cairo-Bold';
    src: url('../fonts/arabic/Almarai,Beiruti,Cairo,Montserrat,Noto_Kufi_Arabic/Cairo/static/Cairo-Bold.ttf') format('truetype');
}

p {
    font-family: Cairo-Bold;
    font-size: 14px;
}
.rowborder {
    margin-top: 15px;
    padding: 25px !important;
    border: 1px solid;
    border-color: #84c04f;
    border-radius: 25px;
    
}

.TitleNameTop {
    font-family: Cairo-Bold !important;
    font-size: 28px !important;
    background-color: #84c04f;
    padding: 25px;
    color: white;
    border-radius: 25px;
}
body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Tahoma;
    background: linear-gradient(145deg, #1e1e1e, #3a3a3a);
    background-size: cover;
}

li {
    font-family: Cairo;
    font-size: small;
}
/* الكرت الرئيسي */
.login-card {
    width: 550px;
    background: #e6e6e6;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    position: relative;
}

/* نصف دائرة علوية */
.top-circle {
    width: 250px;
    height: 250px;
    background: #e6e6e6;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    margin-top: 100px;
}

.form-control {
    border-radius: 10px;
    text-align: center;
}

label {
    color: #5da23c;
    font-family: Cairo;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.input-box {
    width: 100%;
    padding: 12px;
    border-radius: 15px;
    border: none;
    background: #f2f2f2;
    margin-bottom: 20px;
    font-size: 16px;
}

.col {
    flex: 1;
}
