/*==================================================================
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

/*==================================================================
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #57b846;}
input:-moz-placeholder { color: #57b846;}
input::-moz-placeholder { color: #57b846;}
input:-ms-input-placeholder { color: #57b846;}

textarea::-webkit-input-placeholder { color: #57b846;}
textarea:-moz-placeholder { color: #57b846;}
textarea::-moz-placeholder { color: #57b846;}
textarea:-ms-input-placeholder { color: #57b846;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*==================================================================
[ Form ]*/

.ftco-section {
  min-height: 100vh;
  padding: 1em 0;
  background: linear-gradient(180deg, #1e7e34 0%, #0b3011 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-section {
	font-family: Poppins-Bold, sans-serif;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.logo-image-login {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.login-card-modern {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
	width: 100%;
}

@media (max-width: 576px) {
  .login-card-modern {
    padding: 2rem !important;
    border-radius: 15px;
  }
}

/* Rest of the styles... */

.login-wrap .icon {
  width: 80px;
  height: 80px;
  background: #57b846;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.login-wrap .icon span {
  font-size: 40px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.label {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
  padding-left: 7px;
  margin-bottom: 5px;
}

.form-control {
  height: 50px;
  background: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  padding: 0 20px;
}

.form-control:focus {
  border-color: #57b846;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(87, 184, 70, 0.2);
  -moz-box-shadow: 0px 1px 15px 0px rgba(87, 184, 70, 0.2);
  box-shadow: 0px 1px 15px 0px rgba(87, 184, 70, 0.2);
}

.btn {
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
}

.btn:hover {
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background: #57b846 !important;
  border-color: #57b846 !important;
  color: white !important;
}

.btn-primary:hover {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.checkbox-wrap input:checked ~ .checkmark {
  background-color: #57b846;
  border-color: #57b846;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrap .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Responsive remains optimized */
@media (max-width: 576px) {
  .logo-image-login {
    max-width: 80%;
  }

  .ftco-section {
    padding: 1em 0;
  }
}

/*==================================================================
[ Additional ]*/

.social-media {
  display: flex;
  justify-content: flex-end;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #328948;
  color: #fff;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #276a38;
  color: #fff;
}

.social-icon span {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.is-invalid {
  border-color: #dc3545;
}

.text-danger {
  color: #dc3545;
}