@font-face {
    font-family: maziar;
    font-weight: 100;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Thin.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Thin.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 200;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-ExtraLight.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 300;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Light.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Light.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 400;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Regular.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Regular.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 500;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Medium.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Medium.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 600;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-SemiBold.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 700;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Bold.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Bold.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 800;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-ExtraBold.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 900;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Black.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Black.woff2') format('woff2');
}
*{margin:0px;padding:0px;}
body {
	
	font-family: maziar, sans-serif;
	background: #929292;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-image: url(../images/form-bg.png);
}
.container {
	background: white;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	text-align: center;
	width: 420px;
}
input, button {
	width: 90%;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-family: maziar, sans-serif;
}
button {
	background-color: #28a745;
	color: white;
	cursor: pointer;
	border: none;
	font-family: maziar, sans-serif;
}
button:hover {
	background-color: #218838;
}
#result {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	background: #e9ecef;
	padding: 10px;
	border-radius: 8px;
	font-weight:700;
}
label{font-size:12px;font-weight:400;}
.note { font-size: 12px; color: #666; margin-top: 10px;}