.padding_size{
	padding:25px;
}

.form_container{
	background-color:rgb(240, 244, 255);
	width:100vw;
	height:100vh;
	display:flex;
	align-items: center;
	justify-content: center;
}

.form_wrapper{
	background-color:white;
	padding:30px;
	border-radius:5px;
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	
}

.left_content_logo{
	display:flex;
	justify-content: center;
	align-items: center;
}

.left_content{
	display:flex;
	width:100%;
	height:100%;
}

.right_content{
	display:flex;
	flex-direction:column;
	width:100%;
	height:100%;
}

.data_login{
	display:flex;
	justify-items: center;
	align-items: center;
	width:100%;
	height:100%;
}

.data_login_wrapper{
	flex-direction:column;
	width:100%;
}

.wrap_input {
	width:100%;
	padding-top:10px;
}

.wrap_button {
	width:100%;
	padding-top:10px;
}