
@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/woff/IRANSansX-Bold.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/woff/IRANSansX-Regular.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-Regular.woff2') format('woff2');	
}
        body {
            direction: rtl;
            background: #FFB400 url(/assets/img/bg.png) no-repeat fixed center;
            font-family: IRANSansX;
            background-size: cover;
        }

        h1 {
    font-size: 25px;
    font-weight: 900;
    color: #c1a067;
    margin-bottom: 17px;
        }

        .btn-asal {
            background: #FFB400;
            color: black;
        }

        .btn-asal:hover {
            background: #f9a01b;
        }

        .loading {
            display: none;
            text-align: center;
            margin-top: 10px;
        }

        .form-control.is-invalid {
            border-color: #dc3545;
        }

        .form-text {
            color: #dc3545;
        }
        
        img {
            width: 50%;
            margin: 0 auto;
            margin-bottom: 15px;
        }
        
        p {
                font-size: 16px;
    color: #143b29;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
        }