body {
    /* font-family: 'IranSans', sans-serif; */
    background-color: #130117;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: right;
	font-family: vazir;
	direction: rtl;
}

.logo-container {
    text-align: center;
    margin-top: 50px;
}

.logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 150px #140d14;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -75px; /* half of the logo height */
}
 
.payment-container {
    margin-top: 50px;
    max-width: 500px;
    margin: 100px auto;
    padding: 20px;
    background-color: #42064f;
    border: 1px solid #555;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	/* box-shadow: 0 0 100px #1c1c1c inset; */
	box-shadow: 0 0 100px #1c1c1c;
    position: relative;
    padding-top: 80px; /* add some padding to make space for the logo */
    border-radius: 25px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.error {
    color: #f00;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 20px;
}

.title {
    display: block;
	text-align: center;
    margin-top: 15px;
    margin-bottom: 55px;
    font-size: 26px;
}

input[type="number"], input[type="text"] {
    width: 90%;
    height: 40px;
    padding: 20px;
    font-size: 20px;
    border: 1px solid #400323;
    background-color: #130117;
    color: white;
    border-radius: 25px;
    font-family: vazir;
}

button {
	text-align: center;
    width: 100%;
    height: 70px;
    font-size: 25px;
    background-color: #4CAF50;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 75px;
    cursor: pointer;
	margin-top: 25px
} 

button:hover {
    background-color: #3e8e41;
}

@media only screen and (max-width: 480px) {
    .payment-container {
        margin-top: 5px auto;
		max-width: 300px;
    }
}

/* @media (min-width:320px)  {  */
/* } */
/* @media (min-width:481px)  { */
/* } */
/* @media (min-width:641px)  { */
/* } */
/* @media (min-width:961px)  { */
/* } */
/* @media (min-width:1025px) {  */
/* } */
/* @media (min-width:1281px) {  */
/* } */







@font-face {
  font-family: vazir;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Vazir-Regular.eot");
  src: url("fonts/Vazir-Regular.woff") format("woff")
    url("fonts/Vazir-Regular.ttf") format("ttf"),
    url("fonts/Vazir-Regular.woff2") format("woff2");
}
