a.menu:hover {
font-size: 10px;
font-weight: bold;
text-decoration: none;
text-transform: none;
font-style: normal;
font-family: Tahoma;
border-bottom: 0px solid #db9bc3;
background-color: #c2b99c;
}
input {
font-family: "Trebuchet MS";
font-size: 20px;
color: #DADADA;
border: 1px solid #1984DF;
background-color: transparent;
border-radius: 10em;
-moz-border-radius: 10em;
-webkit-border-radius: 10em;
padding: 2px;
padding-left:5px;
padding-right:5px;
outline:none;
}
body {
background: url(/maskepek/hatter_orianna.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:0px;
}
h1{
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 25pt;
	color: white;
}
select {
font-family: "Trebuchet MS";
font-size: 1.302vw;
color: #DADADA;
border: 1px solid #1984DF;
background-color: transparent;
border-radius: 10em;
-moz-border-radius: 10em;
-webkit-border-radius: 10em;
}

*:focus {
    outline: none;
}
*{
	scrollbar-width: thin;
	scrollbar-color: #5e6063 #212121;
}
.urlap span{
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	background-color:rgb(0,0,0,0.2);
}

.megerosit_gomb{
	margin-top:2vw;
	width:8vw;
	height:2vw;
	text-align:center;
	cursor:pointer;
	line-height:2vw;
	border-radius: 5px;
	background-color: #fff;
	border: 0 none;
}

.megerosit_gomb:hover{
	background-color: #ddd;
}

.megerosit_gomb:active {
	width:7vw;
	height:1.75vw;
	margin-top:2.125vw;
	line-height:1.75vw;
	-webkit-transition-duration: 0.17s; /* Safari */
	transition-duration: 0.17s;
}

.lenyil{
	border: solid #152235;
	border-width: 0 0.3vw 0.3vw 0;
	display: inline-block;
	padding: 1.5vw;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.swal2-input{
	color: #000;
}