@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

html {
  height: 100%;
  font-size: 16px;
  background-color: #f5f5f6;
}

.f-size-09 {
  font-size: 0.97rem;
}

.head2 {
  font-size: 1.25rem;
}

.head3 {
  font-size: 1.5rem;
}

.head {
  font-size: 4rem;
  font-weight: 400px;
}

.head1 {
  font-size: 3.55rem;
  font-weight: 600;
}

.head5 {
  font-size: 2rem;
}

.head4 {
  font-size: 5rem;
  font-weight: 600;
}

.head6 {
  font-size: 3rem;
  font-weight: 600;
}

p {
  font-size: 1.25rem;
}

.card a {
  font-size: 1.25rem;
}

.f-r {
  float: inline-end;
}

.b-br-2 {
  border: 2px solid #3A9E1E;
  border-radius: 50%;
}

.b-br-light {
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.b-bt-2 {
  border-top: 2px solid #3A9E1E;
}

.br-40 {
  border-radius: 40px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.br-0 {
  border-radius: 0%;
}

.line-h {
  line-height: 1.45;
}

.subtext {
  font-size: 14px;
  margin-bottom: 5px;
  color: #aaa;
}

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

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

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

.text-ul {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.text-light {
  color: #ffffff;
}

.text-dark {
  color: #1b1b1c;
}

.text-pri {
  color: #69b23f;
}

.text-sec {
  color: #7ebefc;
}

.text-blue {
  color: blue;
}

.text-grey {
  color: #848e9c;
}

.mt-120 {
  margin-top: 120px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-1 {
  margin-top: 16px;
}

.mb-1 {
  margin-bottom: 10px;
}

.my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-3 {
  margin-top: 32px;
}

.mb-3 {
  margin-bottom: 30px;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-4 {
  margin-top: 60px;
}

.p-0 {
  padding: 0%;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 32px;
}

.pt-1 {
  padding-top: 10px;
}

.pb-0 {
  padding-bottom: 0%;
}

.pb-1 {
  padding-bottom: 10px;
}

.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pl-1 {
  padding-left: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pr-2 {
  padding-right: 20px;
}

.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pr-3 {
  padding-right: 30px;
}

.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-4 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ml-1 {
  margin-left: 10px;
}

.mr-05 {
  margin-right: 5px;
}

.mr-1 {
  margin-right: 16px;
}

.mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.mr-2 {
  margin-right: 20px;
}

.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-3 {
  margin-left: 34px;
  margin-right: 34px;
}

.m-1 {
  margin: 10px;
}

.m-auto {
  margin: 0 auto;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex .col-100 {
  width: 100%;
}
.d-flex .col-80 {
  width: 82%;
}
.d-flex .col-80 {
  width: 79%;
}
.d-flex .col-75 {
  width: 74%;
}
.d-flex .col-70 {
  width: 69%;
}
.d-flex .col-65 {
  width: 64%;
}
.d-flex .col-60 {
  width: 60%;
}
.d-flex .col-55 {
  width: 54%;
}
.d-flex .col-53 {
  width: 51%;
}
.d-flex .col-50 {
  width: 49%;
}
.d-flex .col-45 {
  width: 44%;
}
.d-flex .col-43 {
  width: 40%;
}
.d-flex .col-40 {
  width: 39%;
}
.d-flex .col-35 {
  width: 34%;
}
.d-flex .col-33 {
  width: 32%;
}
.d-flex .col-30 {
  width: 29%;
}
.d-flex .col-25 {
  width: 24%;
}
.d-flex .col-20 {
  width: 19%;
}
.d-flex .col-10 {
  width: 10%;
}
.d-flex .col-5 {
  width: 6%;
}

.no-wrap {
  flex-wrap: nowrap;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-diraction-c {
  flex-direction: column;
}

.jc-f-sb {
  justify-content: space-between;
}

.jc-f-l {
  justify-content: left;
}

.jc-f-e {
  justify-content: flex-end;
}

.jc-f-sa {
  justify-content: space-around;
}

.jc-c {
  justify-content: center;
}

.ac-c {
  align-content: center;
}

.ai-c {
  align-items: center;
}

.ai-s {
  align-items: flex-start;
}

.ai-st {
  align-items: stretch;
}

.ai-e {
  align-items: flex-end;
}

.w-100 {
  width: 100%;
}

.w-95 {
  width: 95%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}
.w-40 {
    width: 40%;
}

.bg-pri {
  background-color: #69b23f;
}

.bg-primary {
  background-color: #272c33;
}

.bg-light {
  background-color: #ffffff;
}

.bg-sec {
  background-color: #2f363f;
}

.bg-dark {
  background-color: #1c2024;
}

.bg-green {
  background-color: #016a2b;
}

.bg-gradient {
  background-image: linear-gradient(to top, #1c2024, #272c33);
}

.bg-gr-p {
  background-image: linear-gradient(to top right, rgb(248, 238, 239), rgb(247, 223, 226), rgb(255, 178, 191));
}

.bg-gr-pl {
  background-image: linear-gradient(to top right, rgb(252, 233, 252), rgb(253, 218, 253), rgb(236, 133, 236));
}

.bg-gr-g {
  background-image: linear-gradient(to top right, rgb(241, 252, 248), rgb(220, 253, 241), rgb(155, 253, 212));
}

.bg-gr-r {
  background-image: linear-gradient(to top right, rgb(252, 245, 235), rgb(255, 238, 212), rgb(253, 220, 169));
}

.btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 1rem;
  max-height: 60px;
}
.btn.is-outline-pri {
  border: 2px solid #69b23f;
  color: #1b1b1c;
}
.btn.is-pri {
  background-color: #69b23f;
}
.btn.is-outline-light {
  border: 2px solid #ffffff;
}
.btn.is-light {
  background-color: #ffffff;
}
.main-content-form {
    background-image: url('../../images/bgimage.jpg');
    /* object-fit: cover; */

  min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 100% 100%;
}
.main-content-form .form-content {
  text-align: center;
  height: 100%;
}
.main-content-form .form-content .form-group {
  width: 70%;
  border-radius: 20px;
  box-shadow: 2px 2px 15px 2px rgb(93, 141, 65) ;
}
.main-content-form .form-content .form-group h4 {
  padding: 20px;
  height: 60px;
  border-radius: 5px;
}
.main-content-form .form-content label {
  font-size: 1rem;
  text-align: left;
}
.main-content-form .form-content input,
.main-content-form .form-content select {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 15px;
  resize: vertical;
  font-size: 1rem;
  background-color: rgb(245, 245, 245);
}
.main-content-form .form-content input[type=checkbox]{
    width: 100%;
    background-color: #1b1b1c;
}
.check{
    width: 50%;
    display: flex;
}
.main-content-form .form-content input[type=submit] {
  color: white;
  border: none;
  border-radius: 5px;
  line-height: 20px;
  height: 50px;
  cursor: pointer;
  font-size: 1rem;
  background-color: #45a049;
}
.main-content-form .form-content input[type=submit]:hover {
  background-color: #45a049;
}
.main-content-form .form-content .container {
  border-radius: 5px;
  /* padding: 30px 56px; */
  padding: 30px;
}
.main-content-form .form-content .form-left-part2{
    display: none;
  }

@media (min-width: 1920px) {
  .main-content-form {
    max-width: 1800px;
  }

}
@media (max-width: 768px) {
  .main-content-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-content-form .form-content {
    width: 80%;
    /* display: flex;
    justify-content: center; */
  }
  .main-content-form .form-content .form-group {
    width: 90%;
    /* display: block; */
    padding: 20px;
  }
  .main-content-form .form-content .container {
    padding: 20px;
  }
  .main-content-form .form-content .form-left-part1{
    display: none;
  }
  .main-content-form .form-content .form-left-part2{
    display: block;
  }
  .d-flex .col-50 {
    width: 100%;
  }
}/*# sourceMappingURL=login.css.map */
