@charset "utf-8";
/* CSS Document */

@font-face{ 
	font-family: semi;
	src: url("Yekan.ttf")}
body {
  font-family: semi;
  background: #f1f2f6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
	padding: 0px;
margin: 0px}
form{ justify-content: center;
align-items: center;
margin-right: 16px}



.card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  width: 350px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

h2 {
  text-align: center;
}

.dropdown {
  position: relative;
  margin: 10px 0;
}

.dropdown input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.dropdown-list {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.dropdown-list div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-list div:hover {
  background: #f1f2f6;
}

input[type="text"], input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

input[type="number"], input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
input[type="submit"] {
  background: #DD4103;
  color: white;
  border: none;
  cursor: pointer;
	width: 106%;
}
input[type="file"] {
  background: #DD4103;
  color: white;
  border: none;
  cursor: pointer;
	width: 106%;
	
}
a {display: flex;
	text-align: center;
	justify-content: center
}
a:hover {text-shadow: 1px 1px 1px #DD4103;
}

input[type="submit"]:hover {
  box-shadow: 0px 0px 5px 0.1px #001612; 
 ;
}

@media screen and (max-width:768px) { body {
  font-family: semi;
  background: #f1f2f6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
	padding: 0px;
margin: 0px}
form{ justify-content: center;
align-items: center;
margin-right: 16px}



.card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  width: 300px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

h2 {
  text-align: center;
}

.dropdown {
  position: relative;
  margin: 10px 0;
}

.dropdown input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.dropdown-list {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.dropdown-list div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-list div:hover {
  background: #f1f2f6;
}

input[type="text"], input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

input[type="number"], input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
input[type="submit"] {
  background: #DD4103;
  color: white;
  border: none;
  cursor: pointer;
	width: 108%;
	}}



