/*body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('../Image/imgeHome.jpg');*/
	/* Background image */
	/*background-size: cover;
	background-position: center;
	color: white;
}*/

header {
  background-color: #026936;
  padding: 10px 15px;
  text-align: center;
  color: white;
  height: 96px;
}



.header-content {
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
}

/*.header-content .logo {
	font-size: 24px;
	font-weight: bold;
	padding: 0 20px;
}*/
.logoimg {
	width: 40%;
	height: 75px;

}
/*.powered-img {
  width: 206px;
  height: 66px;
  position: absolute;
  top: -36px;
  left: 4px;
}*/
.powered-img {
    height: 70px;
    width: 230px;
    margin-left: 0%;
    border-radius: 15px;
    margin-top: 5px;
	float: inline-start;
}
.about {
  padding-top: 20px;
  padding-right: 30px;
  text-align: end;
}

/*.header-content nav a {
	color: white;
	margin: 0 15px;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
}*/

/*.header-content nav a:hover {
	text-decoration: underline;
}*/

/*.main-content {
	padding: 40px;
	text-align: center;
	z-index: 1;*/
	/* Ensure it appears above the background */
/*}*/

/*.login-container {
	width: 100%;
	max-width: 400px;
	margin: 50px auto;
	background-color: rgba(255, 255, 255, 0.8);
	 Transparent background for login container 
	padding: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}*/
/*.login-container {
  width: 100%;
  max-width: 450px;
  margin: 50px auto;
  background-color: rgba(200, 208, 198, 0.6);
  padding: 30px;
  box-shadow: 0px 0px 4px 0px rgb(0, 0, 0);
  border-radius: 15px;
}*/

.login-container h2 {
	text-align: center;
	color: #333;
}

/*.input-field {
	width: 100%;
	padding: 12px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	height: 45px !important;
}*/

.login-button {
	width: 50%;
	padding: 12px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 15px;
}

.login-button:hover {
	background-color: #45a049;
}

/*footer {
            background-color: #026936;
            color: white;
            text-align: center;
            padding-top: 10px;
            position: fixed;
            bottom: 0;
            width: 100%;
			height: 50px;
        }*/

/* Modal content text color */
.modal-body {
	color: black;
	/* Change modal content text to black */
}


/* Modal content text color */
.modal-title {
  color: #0a4a0a;
  font-weight: 600;
  font-size: 22px;
}

/* Optional: You can also adjust the modal background color if desired */
.modal-content {
	background-color: white;
	/* Background color for modal content */
}
nav a {
  font-size: 20px !important;
  text-decoration: none !important;
  color: white;
}
/*nav a:hover {
  background-color: #6c916c;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}*/
.modal-header.modalHead {
  background-color: #b9d9b9;
}
span.cross {
	background-color: #df1111;
	font-size: 22px;
	padding: 0px 10px 8px 10px;
	opacity: 1;
	color: white;
	padding-bottom: 2px;
}
.close{
	opacity: 0.8 !important;
}
.loginImg {
  width: 50%;
  height: 70px;
  border-radius: 13px;
  margin-bottom: 10px;
}
.loginlabel {
  display: block;
  text-align: initial;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.login-button.btn.btn-success.loginBtn {
  border-radius: 10px;
  border-bottom: 3px solid #055105;
}
.copyright.text-center.text-sm.text-white.text-lg-center {
	color: black !important;
}