body{
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.bismillah{
	height: 80px;
	padding-left: 550px;
}
.logo{
	padding-left: 550px;
}
.name{
	text-align: center;
	color: DeepPink;
	font-family: Algerian;
  	font-size:55px;
}
.title{
	text-align: center;
	color: blue;
	font-family: Arial Black;
  	font-size: 12px;
}
.login{
	text-align: center;
	color: blue;
	font-family: Berlin Sans FB Demi;
	font-size: 10px;
}
.account{
	text-align: center;
	color: blue;
	font-family: Berlin Sans FB Demi;
	font-size: 10px;	
}
.packege{
	text-align: center;	
	color: blue;
	font-family: Berlin Sans FB Demi;
	font-size: 10px;	
}
.click{
	font-family: Arial Black;	
	text-align: center;
	font-size: 13px;
}
.design{
 	background-color: #8B008B;
	color: white;
 	font-size: 15px;
  	padding: 7px 25px;
  	border: none;
 	border-radius: 10px;
  	cursor: pointer;
	transition: all 0.8s
}
.design2{
 	background-color: DeepPink;
	color: white;
 	font-size: 15px;
  	padding: 7px 25px;
  	border: none;
 	border-radius: 10px;
}
.design:hover {
  	background-color: #059862;
}
a:link {
 	 text-decoration: none;
}