
.login-container {
	position: relative;
	width: 50%;
	margin: auto;
	height: 92%;
}
.imgimg {
	height: auto;
}

form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-130%, -40%);
	background-color: #fff;
	width:38%;
	padding: 50px;
	padding-right: 145px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	
}

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

form input {
	display: block;
	width: 120%;
	padding: 5%;
	margin-bottom: 10%;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


label{
    font-size: 1.3em;
}



