
/* CSS Document */


.bg{
	background-image: url("images/admin_best4.jpg");
		background-repeat: no-repeat;
		background-size: cover;

	height: 98vh;
}

	.admin_back{
		position: absolute;
		top:38%;
		left:15%;
		background:rgba(14,26,56,0.3);
		padding:10px;
		border-radius: 30px;
		color:white;
		text-align: center;
		width:30%;
	
	

	}
	
 .admin_back input{
	outline:none;
	border:none;
	border-radius:30px;
	width:200px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid orange;
	background:none;
	margin:3% 0;
	text-align:center;
	color:white;
	transition: 1s all linear;
	 height: 30px;
}
.admin_back input:focus{
	background:black;
	color:white;
transition: 2s all linear;

}
.admin_back input:hover{
	background:white;
	color:black;
transition: 1s all linear;

}
.admin_submit{
	
	border:2px solid orange !important;
	width:80px  !important;
	font-size: 20px;
	cursor: pointer;
	transition: 2s all ease;
	
}
	

