*
{
	box-sizing: border-box;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18px;
}


input[type="text"],
input[type="password"]
{
	font-family: inherit;
	font-size: inherit;
}

button {
	background-color: #77015a;
	color: #FFFFFF;
	border: none;
	padding: 5px;
	font-size: 1.1em;
	transition: 500ms;
}

button:hover
{
 	background-color:#932f7a;
 	cursor:pointer;
}
  	