html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
	 user-select: none;     /* FÃ¶rhindrar att nÃ¥got kan vÃ¤ljas eller fÃ¥ caret */
    -webkit-user-select: none;
    -moz-user-select: none;
}
body {
	background-image: url("../images/bakgrund.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	height: 100vh;
    z-index: 0;
}


.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
  width: 300px;
  height: 200px;
  text-align: center;
}
.login
{
	display: flex;
	flex-direction: row;
	
}
div input
{
	position:relative;
	top:12.5px;
	height: 25px;
}
div a
{
	position:relative;
	top:15;
}
div p 
{
	padding-right:6px;
}

