
.container-form{
	width: 370px;
	height: 500px;
	margin-left: 250px;
	margin-top: 120px;
	text-align: center;
	background-color: rgba(52, 73, 94, 0.7);
	border-radius: 10px;
}

input[type="text"]{
	height: 40px;
	width: 230px;
	font-family: Poppins-Regular;
	font-size: 18px;
	border-radius: 4px;
	border: none;
	margin-top: 50px;
	margin-bottom: 30px;
	background-color: #fff;
	padding-left: 30px;
}

input[type="password"]{
	height: 40px;
	width: 230px;
	font-family: Poppins-Regular;
	font-size: 18px;
	border-radius: 4px;
	border: none;
	margin-bottom: 30px;
	background-color: #fff;
	padding-left: 30px;
}

.btn-login{
	margin-top: 30px;
	align-content: center;
	font-family: Poppins-Medium;
	font-size: 18px;
	padding: 15px 30px;
	color: #fff;
	background: #9152f8;
	border: none;
	border-radius: 15px;
	border-bottom: 2px solid;
	height: 50px;
	width: 100px;

}

div.error {
	color: red;
	font-family: Poppins-Regular;
	font-size: 18px;
}
