@font-face {
    font-family: IRANSans;
    src: url('../homestyle/assets/webfonts/IRANSansWeb/IRANSansXFaNum-Medium.eot');
    src: url('../homestyle/assets/webfonts/IRANSansWeb/IRANSansXFaNum-Medium.eot') format('embedded-opentype'), url('../homestyle/assets/webfonts/IRANSansWeb/IRANSansXFaNum-Medium.woff') format('woff'), url('../webfonts/IRANSansWeb/IRANSansXFaNum-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}
body{
    background:linear-gradient(135deg,#eef2ff,#f8fafc);
    font-family:"IRANSans";
}
.register-card{
    border-radius:22px;
    border:none;
    overflow:hidden;
}
.form-modern{
    height:55px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    transition:.3s;
    font-size:14px;
    padding-right:45px;
}

textarea.form-modern{
    height:auto;
    padding-top:15px;
}

.form-modern:focus{
    border-color:#6366f1;
    box-shadow:0 0 0 4px rgba(99,102,241,.12);
}

label{
    font-weight:700;
    font-size:14px;
    margin-bottom:6px;
    display:flex;
    align-items:center;
    gap:8px;
}

.required-badge{
    background:#fef2f2;
    color:#dc2626;
    font-size:11px;
    padding:4px 10px;
    border-radius:8px;
    font-weight:bold;
}

.register-btn{
    height:38px;
    border:none;
    border-radius:16px;
    background:linear-gradient(135deg,#6366f1,#7c3aed);
    color:white;
    font-size:17px;
    font-weight:bold;
    transition:.4s;
    letter-spacing:.5px;
}

.register-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(99,102,241,.35);
}

.login-link{
    text-decoration:none;
    font-weight:bold;
    color:#6366f1;

}

.login-link:hover{
    color:#4f46e5;
}

.card-title{
    font-weight:800;
}

input::placeholder{
    color:#94a3b8;
    font-size:13px;
}

.input-box{
    position:relative;
}

.input-box i{
    position:absolute;
    right:15px;
    top:18px;
    color:#94a3b8;
    font-size:14px;

}

.error-box{

    background:#fef2f2;
    border:1px solid #fecaca;
    color:#b91c1c;
    padding:14px;
    border-radius:12px;
    font-size:14px;
    display:none;
}

.success-focus:focus{
    border-color:#10b981;
    box-shadow:0 0 0 4px rgba(16,185,129,.15);
}
#loadingOverlay{
    display:none;
    position:fixed;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.5);
    z-index:9999;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:1.5rem;
}
