/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

!! Note: Use this for additional CSS, DO NOT EDIT COMMA.CSS
*/

.img-upload label {
	height: 200px;
	width: 200px;
	background-color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	border-radius: 10px;
  }
  .img-upload label img {
	max-width: 95%;
	max-height: 95%;
	object-fit: cover;
	border-radius: 10px;
  }

  