/*for Git update*/
body {
	background: #ECE3CE;
}

.gradient-custom-2 {
	/* fallback for old browsers */
	background: #fccb90;
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
	background: linear-gradient(to right, #1A4D2E, #597445, #254336);
	border: none;
}

.gradient-custom {
	background: linear-gradient(to right, #1A4D2E, #597445, #254336, #4F6F52);
	border: none;
}

.gradient-custom:hover {
	background: #1A4D2E;
	transition: 0.3s;
	border: none;
}

@media ( min-width : 768px) {
	.gradient-form {
		height: 100vh !important;
	}
}

@media ( min-width : 769px) {
	.gradient-custom-2 {
		border-top-right-radius: .3rem;
		border-bottom-right-radius: .3rem;
	}
}

.gradient-form {
	margin-bottom: 75px;
}

/*body {
	background-image:
		url("../../images/LoginPage/Background/bestforestwallpaper.jpg");
}*/

.alert p {
	margin-bottom: 0;
}
.input-group-text {
	padding: 0.7rem .75rem;
}





