/*  DESIGNED BY RUBEN AGUILARTE SIERRA*/
.log{
	width:300px;
	height:300px;
	background-color:;
	margin-top:2px;
	border-style:solid;
	border-color:#452A6D;
	border-radius:10px;
	position:relative;
	left:150px;
}
.imglog{
	width:70px;
	height:88px;
	position:relative;
	top:20px;
	left:115px;

}
input{
	position:relative;
	top:30px;
	left:50px;
	margin-top:20px;
	width:200px;
	height:30px;
	border-radius:10px;
	border-style:solid;
	border-color:#452A6D;
	text-align:center;
	font-size:20px;
	font-family:helveltia;
	box-shadow: 5px 5px 5px #888888;
	font-style:oblique;

}
.login{
	position:relative;
	top:20px;
	left:10px;	
}
