/* 
    Created on : 16-Apr-2024, 10:00:08
    Author     : Just Checking
*/

#login-form {
	
	background-color: white;
	border: 1px solid silver;
	position: absolute;
	left: calc(50% - 200px);
	top: calc(40% - 200px);
	width: 400px;
	min-height: 400px;
	text-align: center;
	
}

input {
	width: 250px;
}