@import url('normalize.css');
@import url('bootstrap.min.css');
body{
	background-color:   ;
} 
html{
	height: 100%;
	width: 100%;
	font-size: 16px;
	position: relative;  
	
}
.login{
	width: 400px;
	
	color: white;
	border-radius: 5px;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
input{
	border-radius: 5px;
	color: black;
	border: 1px solid black;
	padding: 8px;
	width: 250px;
}



@media (max-width: 400px){
	.login{
		width: 60%;
	}
}