fieldset{
	border: none;
}

select, input{
	width: 100%;
	border: solid 1px;
	height: 5vh;
	margin-bottom: 2vh;
	text-align: center;
	font: var(--main-font);
}

#password{
    width: 92vw;
}

body{
	margin: 0;
	height: 100vh;
}

.copyright{
	display:flex;
	font-size: smaller;
	justify-content: left;
	padding-left: 3vw;
	margin-bottom: 3vh;

}

.copyright a{
	color:var(--grey);
	text-decoration: none;
}

a{
    text-decoration: none;
    color: var(--text-color)
}


.footer{
	height: 5vh;
	width: 95vw;
	display:flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--grey);
    color: var(--grey);
    border-left: 3vw solid;
    border-right: 3vw solid;
    position: fixed;
    bottom: 0px;
}

#login{
	display: flex;
	align-items: center;
    justify-content: center;
	height: 83vh;
}