@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
.pad0{
	padding: 0px;
}
.border{
	border: 1px solid #333;
}
.clear{clear: both;}

.loginarea{
	padding: 30px;
/*	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;*/
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-top: 50px;
}
.logo{
	font-size: 2em;
	font-weight: 600;
}
.logo img{
	width: 200px;
}
h3{
	color: #000;
	font-size: 1.5em;
}
.form input, .form textarea{
	height: 50px;
	border: 1px solid #ddd;
	background: #f3f8fc;
	box-shadow: none;
	outline: none;
	padding-left: 50px;
}
.form input:focus, .form textarea:focus{
	box-shadow: none;
	outline: none;
}
.loginarea label{
	margin-left: 25px;
	line-height: 28px;
	font-weight: 400;
	cursor: pointer;
}
.form input[type=checkbox]{
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0px;
}
.form input[type=submit]{
	padding: 0px;
	width: 100%;
	background: #1d2f6d;
	color: #FFF;
	border: none;
	border-radius: 5px;
	font-size: 1.2em;
}
.form .password{
	padding-right: 50px;
}
.right{
	text-align: right;
}
.iconbox{
	color: #1d2f6d;
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 50px;
	font-size: 1.2em;
	text-align: center;
	border-right: 1px solid #ddd;
}
.iconbox2{
	color: #1d2f6d;
	position: absolute;
	right: 0px;
	width: 40px;
	height: 50px;
	line-height: 50px;
	font-size: 1.2em;
	text-align: center;
	border-left: 1px solid #ddd;
	cursor: pointer;
}


/*plant */

.plants{
	padding: 30px;
/*	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;*/
	box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 2px 0px;
	margin: 30px 0px;
	border-radius: 10px;
}
.plants .form input{
	height: 35px;
	padding: 0px 10px;
}
.plants .form textarea{
	height: 80px;
	padding: 15px;
	resize: none;
}
fieldset{
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-radius: 10px;
}
legend{
	width: auto;
	padding: 4px 10px;
	margin: 0px;
	border: none;
	font-size: 13px;
	font-weight: 600;
	background: #eee;
	border-radius: 5px;
}
fieldset label{
	font-weight: 400;
	font-size: 13px;
}
.remove{
	background: #FFF;
	color: red;
	border: 1px solid red;
	float: right;
	margin-top: -40px;
	margin-right: -15px;
}
.button{
	padding: 0px 20px;
	height: 40px;
	font-size: 1em;
	background-image: linear-gradient(to bottom, #6e6d7b, #5e6170, #4e5566, #3d495b, #2c3e50);
	color: #FFF;
	font-weight: 500;
	text-transform: capitalize;
	border: none;
	border-radius: 4px;
}
.button:hover{
	color: #FFF;
}

.error{
	margin: 0px;
	color: red;
}

