@charset "UTF-8";
body{
	height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #c6d3de;
}
.login-form {
    height: min-content;
    padding: 20px 20px 30px 20px;
    margin: auto;
    border-radius: 12px;
    background: #ffffff;
}
.login-form h1{
	font-size: 36px;
	color: #c0c0c0;
	margin-bottom: 20px;
}
footer {
	display:inline-block;
	width      : 100%;
	height     : 20px;
	text-align : center;
	font-size  : 13px;
	padding-top: 20px;
}