@import url('fonts.css');
body {
  padding: 0;
  margin: 0;
	background-color: #ca1325;
  -webkit-user-select: none;         
  -moz-user-select: none; 
  -ms-user-select: none; 
}
#spam {
  background-image: url("patlog.jpg");
  background-repeat:no-repeat;
  background-size:500px;
  background-color: #edeced;
  border-radius: 5px;
  margin: auto;
  width: 85%;
  height: 100%;
  cursor: not-allowed;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
h1 {
  padding-top: 15%;
  font-size: 40px;
  font-family: Yekan;
  text-align: center;
  padding-bottom: 20px;
}
spam {
   color: red;
   text-decoration: none;
   cursor: not-allowed;
}
p {
  text-align: center;
  font-family: Yekan;
  font-weight: bold;

}
small {
  font-family: Yekan;
  text-align: center;
  word-spacing: -1px;
  font-size: 10px;
  font-weight: normal;
  color: gray;
}
#gears {
  text-align: center;
  color: #333;
  width: 200px;
  margin: auto;
  border-radius: 10px;
  background-color: #edeced;
  /* opacity: 0.85; */
  padding: 30px 0px;
}

.loginlink a{
	
	color:#fff;
	font-size: 18px;
	background-color: #252525;
	padding: 10px 30px 10px 30px;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: 3px 4px #ca1325;
}
.loginlink a:hover{
	
	background-color:#505250;
	padding: 10px 30px 10px 30px;
	border-radius: 10px;
}