

.login-box{
	
	width: 400px;
	background: white;
	border-radius: 0.01em;
	box-shadow: 0.3em 0 .9em rgb(0 0 0 / 35%), -0.3em 0 .9em rgba(63, 63, 63, 0.479);
	color: black;
	position: relative;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding-top: 25px;
	padding-left: 25px;
	padding-inline: 25px;
	margin-top: 22%;
	margin-left: 50%;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}


h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	
	
}

.login-box #LogP1{
	font-size: medium;
	padding-left: 1%;
	margin-bottom: 2%;
}

#username{
	width: 100%;
	font-size: medium;
	height: 25px;
}



.login-box input[type="submit"]{
	border: none;
	outline: none;
	height: 30px;
	background:#085006c7;
	color: #fff;
	font-size: 18px;
	border-radius: 1%;
	width: 100%;
}

.login-box input[type="submit"]:hover{
	cursor: pointer;
	background:#39dc79;
	border-style: outset;
	
}

.login-box a, h6 {
	font-size: 18px;
	color: #222020;
	text-decoration: none;
	font-weight: 500;
	
}

.login-box a:hover
{
	color: #39dc79;
}


@media screen and (max-width: 800px){
	.login-box{
		margin-top: 50%;
	}
}
